Skip to content

im-mcma/bitcoin-check-address-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸš€ 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

  1. Clone the repository or download the files:

git clone https://github.com/im-mcm/bitcoin-check-address-bot.git cd bitcoin-check-address-bot

  1. Install dependencies:

pip install -r requirements.txt

  1. 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

  1. Add your target Bitcoin addresses (one per line) to add.txt

  2. 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 π•šπ•ž_π•’π•“π•šπŸŒ™

--

About

Fast Bitcoin key scanner sending matches to Telegram with simple web Ul and progress reports. Status run: https://wallet-check-add.onrender.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published