Post
Topic
Board Development & Technical Discussion
Re: Bruteforce partial electrum seed words
by
eranglr
on 08/02/2021, 22:09:07 UTC
Here is how i do.
Put all words in a text file and load it into the filereader.
Split() strip() and trim() into array.
Then you rotate the words randomly and validate the resulting mnemonic.
If true verify it to the target address.

https://i.ibb.co/16k8tBb/mnemonics.png

I thought about doing that, but I don't know how to do it (newbie in Linux..).
1. How to make a combined text to be checked?
2. How to check the text with all the possible seeds?