eth-fast-mnemonic-checker
eth-fast-mnemonic-checker copied to clipboard
Brute force ethereum wallet mnemonics. Multi-threaded and suprisingly fast. Check balances
ETH Wallet bip39 mnemonics Brute Forcer
Features:
- Fast, very fast. On modern home computer it can do 20,000-50,000 tries/second
- Easy to use
- Batteries included
Usage:
- Install Node.js
- Download this repository
- Open terminal in the folder where you downloaded this repository
- Run
npm install
- Run
node index.js
To check balance:
- node check-balances.js
If you are lucky, you will see something like this:
(p.s. this one took about ~7 hours, there is no ETA, it depends on your luck and computing power)
Disclaimer
- This software is provided as is, without any warranty. Use it at your own risk.
- This software is for educational purposes only. Do not use it to crack wallets of other people without their permission.