Skip to content

Raviteja-kn/BTC-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BTC Address Checker

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.


Features

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

Requirements

  • Python 3.13 or higher
  • Libraries:
    • bit
    • requests
    • tkinter (usually comes with Python)

Installation & Commands

  1. Clone the repository:

"git clone https://github.com/Raviteja-kn/BTC-Checker.git cd BTC-Address-Checker"

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

  1. Run the application:

"python btc_checker_app.py"

  1. Proof / Results:
image

⚠️ Disclaimer IMPORTANT:

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.

About

This is an simple tool which Generate (WIF) Private Keys and Checks for Balance and Transactions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages