Giter VIP home page Giter VIP logo

Comments (2)

Coding-Enthusiast avatar Coding-Enthusiast commented on July 18, 2024

Hello and thanks for your feedback.

  1. After adding the SearchSpace option, this feature was disabled
    0e66f6e#diff-53ca38a010e48324cc9ccc6dac05df12b1e118054ff23a4565eb570a8b092938R1253-R1254 I'll have to add it as a separate recovery option.
  2. If each position needs to go through all 58 characters, there is no need to touch the "Advanced" section at all to manually enter the chars since they are filled automatically. SearchSpace option is for when you want to limit the characters. However, I'll try to add a "copy list" option to ease that process (eg. copy an entered list from position 2, then paste it for position 5).
  3. It is in my todo list...
  4. It's a limit. The missing chars from end method is an optimization that only works when the checksum is the missing part or the bigger part of what's missing. With 12 missing chars in a compressed WIF, the bigger part that's missing is the key itself and the number of permutations that have to be checked shoots up to over 1.3 billion and cannot be solved within reasonable time. You can see this exponential growth here:
    // Numbers are approximates, values usually are ±1
    // Uncompressed ; Compressed
    // 1-5 -> 1 ; 1
    // 6 -> 9 ; 1
    // 7 -> 514 ; 3
    // 8 -> 29,817 ; 117
    // 9 -> 1,729,387 ; 6,756
    // 10 -> 100,304,420 ; 391,815
    // 11 -> 5,817,656,406 ; 22,725,222 <-- FinderOuter limits the search to 11
    // 12 -> ; 1,318,062,780
  5. That error message sounds like a bug that I have to investigate further.

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on July 18, 2024
  1. Fixed in 6397494
  2. Fixed in f9a2cb2

from finderouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.