A Bitcoin wallet generator and balance checker
Seed Gen & Check is a desktop tool for generating random Bitcoin wallets (mnemonic phrase β private key β address) and checking their balances directly via the Blockchain.info API.
It features a clean graphical interface built with CustomTkinter and supports multi-threaded scanning with optional proxy support.
- π Mnemonic-based wallet generation (BIP-39 style)
- β‘ Multi-threaded scanning for performance
- π Live balance checking via Blockchain.info API
- π§© Proxy support (HTTP/SOCKS)
- πΎ Automatic results saving (found wallets β
results.txt) - π¨ Modern dark-themed GUI
-
Install dependencies
pip install -r requirements.txt
or install manually:
pip install customtkinter mnemonic bitcoin requests
- Run the application
python main.py
π₯οΈ Usage
-
Launch the app β the interface opens in a dark theme.
-
Set your preferences:
Number of threads
Delay between requests
Proxy type and format (optional)
-
Click Start to begin scanning.
-
Watch logs in the window.
-
When a wallet with non-zero balance is found, it will be saved to:
results.txt
This software must not be used for illegal activities. The author assume no responsibility for misuse or violations of applicable laws. Always act ethically when experimenting with blockchain technology.