Bitcoin brain wallet brute forcer written in Golang
gobrute is a high-performance Bitcoin brain wallet brute-forcing tool written in Go. It allows you to target and brute-force brain wallet addresses efficiently while providing options to scrape and verify wallet balances at an impressive speed.
- --target scrape: Scrape brain wallet candidates.
- --target checkbalance: Verify wallet balances (--threads 10 is recommended).
- --target localcheck: Check local list of addresses (must run scrape first, on passwordlist)
- --target generate: Generate passwords (multi word, or random)
- --passwordlist: Password list
- Speed: Achieves up to 1,000 CPM.
gobrute --target scrape --passwordlist password_list.txt (Will make a private_keys.json, with the password & address & private key)
gobrute --target checkbalance --threads 15
To build and run gobrute, ensure you have Go installed. Then follow these steps:
cd gobrute
go build .
./gobrute --target [scrape|checkbalance, localcheck, generate]
This tool is provided for educational and research purposes only. Using it to target unauthorized wallets or engage in malicious activity is illegal and unethical.