gurnec / btcrecover

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.
GNU General Public License v2.0
1.23k stars 656 forks source link

Seedrecover exceeds combinations #391

Open fablee1 opened 3 years ago

fablee1 commented 3 years ago

Hi! First of all thank you for this awesome tool!

My problem: I have a Segwit address starting bc1 I have a token list of 12 positional anchors, ^1^...^12^ And different amount of words for every position. By counting manually, there should be 1.6 billion combinations. (Multiplicating amount of words for every position.) I run seedrecover with: length 12, wallet-type BIP39, bip39-path m/84’/0’/0’/0

Seedrecover is still running with more than 3billion combinations checked, but how is it possible when my token list totals 1.6 billion? I checked several times everything

nicoschtein commented 3 years ago

Solved on https://github.com/3rdIteration/btcrecover/issues/93