Skip to content

Bread Cracker is a Python script designed to scan for cryptocurrency wallets derived from mnemonic seeds and check their balances.

Notifications You must be signed in to change notification settings

Cr0mb/BreadCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

These projects are intended solely for educational purposes to help individuals understand the principles of cryptography and blockchain technology. It is important to recognize that attempting to generate Bitcoin wallets in the hope of randomly finding one with a balance is not a feasible strategy. This same logic applies to any tool that tries to work in any way the same as this.

The number of possible Bitcoin wallet combinations exceeds 76 trillion, making the odds of discovering an active wallet astronomically low. To put it into perspective, you are statistically far more likely to win the lottery every day for the rest of your life than to recover even a single wallet with funds—even over the course of a decade.

image

Video

Direct Url: https://www.youtube.com/watch?v=X346wqB37vw&t=736s

Bread Cracker

Bread Cracker is a Python script designed to scan for cryptocurrency wallets derived from mnemonic seeds and check their balances. It supports both Bitcoin (BTC) and Ethereum (ETH) wallets. The script utilizes the BIP-39 standard for mnemonic generation and BIP-44 for wallet derivation.

Features

  • Mnemonic Generation: Generates BIP-39 compliant mnemonic seeds.
  • Wallet Derivation: Derives BTC and ETH wallet addresses from mnemonic seeds.
  • Balance Checking: Checks the balances of BTC and ETH wallets using blockchain APIs.
  • Logging: Logs wallet information and balance checks.
  • Command-Line Interface: Terminal-based interface for easy operation.

Prerequisites

Before running the script, ensure you have the following dependencies installed:

  • Python 3.x
  • requests
  • logging
  • dotenv
  • bip_utils
  • pyfiglet
  • curses You can install the dependencies using pip:
pip install requests logging python-dotenv bip-utils pyfiglet

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/Cr0mb/BreadCracker.git
  1. Navigate to the directory where you cloned the repository:
cd BreadCracker
  1. Set up your environment variables by creating a file named breadcracker.env with your Etherscan API key:
ETHERSCAN_API_KEY=your_etherscan_api_key
  1. Run the script:
python BreadCracker.py
  1. The script will continuously scan for wallets and display information about found wallets and their balances.

Notes

  • Ensure that you have a reliable internet connection for balance checking.
  • Check the logs (breadcracker.log) for detailed information about scanned wallets and balance checks.

About

Bread Cracker is a Python script designed to scan for cryptocurrency wallets derived from mnemonic seeds and check their balances.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages