Mnemonic Balance Checker

Mnemonic Balance Checker

₱2,000.00
Sale price  ₱2,000.00 Regular price 
Skip to product information
Mnemonic Balance Checker

Mnemonic Balance Checker

₱2,000.00
Sale price  ₱2,000.00 Regular price 

This script generates random mnemonics, validates them, and checks the Ethereum balance for the generated addresses. If an address with a non-zero balance is found, the details are sent to a specified Telegram chat.

Features

  • Generate random 12-word mnemonics from a given wordlist.
  • Validate the generated mnemonics using BIP-39 standards.
  • Check the Ethereum balance for addresses derived from the mnemonics.
  • Send notifications to a Telegram chat when an address with a non-zero balance is found.
  • Multi-threaded processing for faster checks.

Prerequisites

  • Python 3.8+
  • pip (Python package installer)
  • An Infura API key or equivalent Ethereum provider URL.
  • A Telegram bot token and chat ID for notifications.

    pip install -r requirements.txt

    Example

    python mnemonic_balance_checker.py wordlist.txt


You may also like