A simple Python application to generate Bitcoin addresses, check their balances and transaction count, and save any non-empty wallets. Built using Tkinter, threading, and the bit library.
- Generate multiple Bitcoin addresses.
- Check each address's transaction count and balance using the Blockchain.info API.
- Save wallets with a non-zero balance or transaction history to a file.
- Simple and intuitive GUI with progress updates.
- Start and stop address checking anytime.
- Python 3.13 or higher
- Libraries:
bitrequeststkinter(usually comes with Python)
- Clone the repository:
"git clone https://github.com/Raviteja-kn/BTC-Checker.git cd BTC-Address-Checker"
- Install dependencies:
"python btc_checker_app.py"
tkinter is included by default with most Python installations. If missing, install via your OS package manager:
Windows: Already included with Python installer
Linux (Debian/Ubuntu): "sudo apt install python3-tk"
MacOS: Already included with Python
- Run the application:
"python btc_checker_app.py"
- Proof / Results:
This tool is for educational purposes only. Do not attempt to access wallets you do not own. Doing so is illegal and punishable by law. The author is not responsible for any misuse of this software. Use at your own risk.
MIT License. See LICENSE for details.