Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 07/06/2021, 02:20:26 UTC
I have run a test on a wallet file duplicated with 1 address that was auto generated.
running the  -phrasecount=30 should have found nothing, but even though there is one wallet address in the file
to search still finds until I stop it 12 keys?  which are not in the single address duplicated file?

not sure whats going on with this but it seams to be generating wallet addresses from a phrase anyway
no matter if it's in the wallet="xx" 

if you could let me know what the issue might be,  many thanks, keep going on this, best. Smiley

It creates random words as many as the "phrasecount" parameter from the words you add to the phrase.txt file and creates a wallet with the words it creates.
It compares the public address of the wallets it creates with the public address you specify in wallet.txt.
BINGO.