Code Monkey home page Code Monkey logo

breadcracker's Introduction

image

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.