Skip to content

πŸš€ A tool for generating and checking the balance of random Bitcoin wallets with proxy support

License

Notifications You must be signed in to change notification settings

kranoley/Seed-Gen-and-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

84 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A Bitcoin wallet generator and balance checker

Python License UI Bitcoin


🌍 Overview

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.


✨ Features

  • πŸ” 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

πŸ“¦ Installation

  1. Download source code

  2. Install dependencies

pip install -r requirements.txt

or install manually:

pip install customtkinter mnemonic bitcoin requests

  1. Run the application

python main.py


πŸ–₯️ Usage

  1. Launch the app β€” the interface opens in a dark theme.

  2. Set your preferences:

Number of threads

Delay between requests

Proxy type and format (optional)

  1. Click Start to begin scanning.

  2. Watch logs in the window.

  3. When a wallet with non-zero balance is found, it will be saved to:

results.txt


⚠️ Legal & Ethical Notice

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.


About

πŸš€ A tool for generating and checking the balance of random Bitcoin wallets with proxy support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages