Giter Club home page Giter Club logo

btcbruteforce's Introduction

Bitcoin Wallet Brute Forcer

This Python program is designed to brute force Bitcoin wallets across three standards: BIP44, BIP49, and BIP84. It uses multiprocessing to generate seed phrases, derive Bitcoin addresses, and check their balances against a pre-populated database. If a balance is found, it logs the wallet details to a file.

For the program to work it needs a database with wallets that have at least one satoshi, this is all stored in btc.db

You can download this base here - https://mega.nz/file/puNmyJQJ#DYIpca88oXCqLDGYvF1pBPWP2-YBMpJPOWPpUOE2TPA

Features

  • Multi-process Support: Utilizes multiple processes to maximize performance and check wallets in parallel.
  • Three Bitcoin Standards: Supports BIP44, BIP49, and BIP84 standards for address generation.
  • SQLite Database Integration: Integrates with SQLite databases to store and retrieve address balances. You can remove the comments and add a little code to cache wallets that have already been processed
  • Mnemonic Seed Generation: Uses BIP39 mnemonic phrases to generate wallet seeds.
  • Real-time Wallet Processing Rate: Displays the number of wallets processed per second.

Dependencies

  • mnemonic
  • colorama
  • bip-utils

Installation

To run this program, you'll need to install the required Python packages. You can do this using pip:

pip install mnemonic colorama bip-utils

btcbruteforce's People

Contributors

tort1k558 avatar

Stargazers

22388o⚡️  avatar

Watchers

 avatar

Forkers

22388o

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.