Post
Topic
Board Development & Technical Discussion
Re: Bruteforce partial electrum seed words
by
BASE16
on 08/02/2021, 22:05:54 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.