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.
Hi
I wanted to know if there is a way of using a reduced wordlist for the scenario in which you are sure of which words are NOT part of your seed. For example, bip39 has a total of 2048, but if I review all those 2048 (which is not so crazy) I might come up with a reduced list of 100 words that I think might be part of the seed. Is there a way of limiting the search on that 100 words list?
(I tried replacing "bip39-en.txt" by a new txt with 600 words that are of the bip39 list but it will throw a "AssertionError: BIP39 wordlist has 2048 words" error.
Even I want to reduce my list to 48 words. As I have seed phrase of 2 wallet but all mixed up. Please some one advise on how to reduce the list of words.
Hi I wanted to know if there is a way of using a reduced wordlist for the scenario in which you are sure of which words are NOT part of your seed. For example, bip39 has a total of 2048, but if I review all those 2048 (which is not so crazy) I might come up with a reduced list of 100 words that I think might be part of the seed. Is there a way of limiting the search on that 100 words list?
(I tried replacing "bip39-en.txt" by a new txt with 600 words that are of the bip39 list but it will throw a "AssertionError: BIP39 wordlist has 2048 words" error.