3rdIteration / btcrecover

BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made an error transcribing it. (So you are either seeing an empty wallet or gettign an error that your seed is invalid) For wallet password or passphrase recovery, it is primarily useful if you have a reasonable idea about what your password might be.
https://btcrecover.readthedocs.io/
GNU General Public License v2.0
598 stars 190 forks source link

Need some help in defining the command in my situation #446

Closed S10t closed 8 months ago

S10t commented 8 months ago

Hi Everyone,

Thanks for all the hardwork that has been put into this project.

My current situation: Mistakenly I have sent some tokens to an old wallet of mine. I have a seedphrase written down of this old wallet in seperate elements, But due to the fact that i migrated all my assets to a new wallet i removed the position of almost all the seed words (as a secutity measure) of the old wallet and i'm missing one word in the total of 12.

So now i have 11 words of 12. From 4 words i know the position, the other 8 could be any position except the known 4.

The command i currently am issuing:

python seedrecover.py --no-dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type ethereum --addr-limit 10 --addrs [ethereum adress to which ive sent the tokens] --tokenlist ./home/user/btcrecover/tokenlist.txt --bip32-path "m/44'/60'/0'/0"

the tokenlist i'm using:

^1^ word1 word2 word3 word4 ^5^word5 word6 word7 ^8^word8 ^9^word9 word10 word11 [a long list of complete bip39 wordlist]

The current command doesnt deliver any results. Am i missing something? Im having doubts for my presumption that the --addrs flag should be given the ethereum adress i've sent the tokens to. Or are we talking about a different address. ( i searched but couldnt find a clear answer)

3rdIteration commented 8 months ago

This isn't a support channel, but is for bugs.

Your best bet is to watch the videos on my channel here: https://www.youtube.com/channel/UCEviBQwLv-yfv3BErm0ojHg/ and ask int he comments section