Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
56302617
Topic
5315686
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.