Michal2SAB / Bitcoin-Stealer

Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
390 stars 159 forks source link

What if I already know the 8-9 words and their exact places in the mnemonic? #69

Closed J0hannesBoe closed 1 year ago

J0hannesBoe commented 1 year ago

Also, I know the address holding the funds. Any way a bot can help to crack the wallet faster?

Michal2SAB commented 1 year ago

If it's 12 words and you know the exact places you can just use some phrases wordlist to find the 3 other ones. But it may still take a while or forever because you'd have to get lucky with all 3 of them at once in order to detect success (generate a wallet matching the address you have). You would need to generate your address from mnemonic phrase instead of like my script does from a random hex string