π Bitcoin Check Address Bot
A high-performance tool for random Bitcoin private key scanning, automatically matching generated addresses against a target list (add.txt). On a match, the bot instantly sends the private key and address to your Telegram channel!
π Features
π Generates Bitcoin addresses (Legacy - P2PKH & SegWit - Bech32) from random private keys
π― Checks generated addresses against a target list (add.txt)
π² Sends instant notifications to your Telegram channel upon a match
π Sends periodic 10-minute reports with stats: keys scanned, uptime, CPU & RAM usage
π Provides a simple web interface on port 1000 (optimized for deployment on Render.com)
π Getting Started
Prerequisites
Python 3.8 or higher
Telegram Bot Token and Channel ID
Installation
- Clone the repository or download the files:
git clone https://github.com/im-mcm/bitcoin-check-address-bot.git cd bitcoin-check-address-bot
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables (recommended via .env file or your deployment platform settings):
export BOT_TOKEN="your_bot_token_here" export CHANNEL_ID="@yourchannelusername" export PORT=1000
-
Add your target Bitcoin addresses (one per line) to add.txt
-
Run the bot:
python bot.py
π Project Structure
project/ β βββ add.txt # List of target Bitcoin addresses βββ main.py # Main bot script βββ requirements.txt # Python dependencies βββ static/ β βββ index.html # Simple web interface βββ README.md # This documentation file
π‘ Notes
This tool prioritizes speed over security β do NOT use for real wallets!
Keep the target address list size moderate to avoid high memory usage.
Reports are automatically updated and sent every 10 minutes on Telegram.
π€ Support & Donate
If you find this project useful, please consider supporting it! π
BTC: bc1qxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyz
ETH: 0x1234567890abcdef1234567890abcdef12345678
Thank you for your kindness! β€οΈ
π License
MIT License Β© 2025
Made with β€οΈ by ππ_ππππ
--