Giter Site home page Giter Site logo

mizogg / bitcoin-bruteforce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahrimansefid/bitcoin-bruteforce

25.0 5.0 4.0 24.75 MB

Bitcoin private key brute force written in Python

License: MIT License

Python 100.00%
bitcoin bitcoin-wallet brute-force generator private-key random

bitcoin-bruteforce's Introduction

BittyV3.py

Some basic changes does not require secp256k1.py file. Updated with Online checking.

Bonus Online version with colour image

BruteV2.py

Random and Sequence Using dask

pip install simplebloomfilter
pip install dask
pip install bitarray==1.9.2

image

BittyV2.py and easy to Run EXE

image

image

bitcoin-bruteforce CodeFactor

Bitcoin public address brute force written in Python with simplicity and speed in mind

Functions

  • Compare multiple wallets to increase cracking speed
  • Divide workload over multiple CPU cores
  • Multiple bruteforce functions
  • Online wallet lookup (OBF)
  • Print generation output

Upcoming features

  • GPU optimization (NVIDIA only)
  • Cython optimization
  • Automatic payout system
  • Save bruteforce progress
  • Create wallet database
  • See hash rate

Setup

THIS IS FOR EDUCATIONAL PURPOSES ONLY, YOU ARE RESPONSIBLE FOR YOUR ACTIONS

Check if the wallet has balance using Blockchain Explorer. You can use any wallet checker you like.

Start program

This Python script has multiple functions:

  • OTBF (Optimized traditional bruteforce) <- This is faster than TBF
  • TBF (Traditional bruteforce) <- Will try every wallet possible
  • RBF (Random bruteforce)
  • OBF (Online bruteforce)

In this example we will run the RBF attack on the wallets inside of the puzzle.bf file:

 1. $ python bruteforce.py                                         # start the python program
 2. $ Select bruteforce mode:
 3. $ 0 - Exit
 4. $ 1 - Random_Bruteforce
 5. $ 2 - Sequential_Bruteforce
 6. $ 3 - Optimized_Sequential_Bruteforce
 7. $ 4 - Online_Bruteforce
 8. $ > 1                                                          # choose the function to use
 9. $ How many cores do you want to use (8 available):
10. $ > 8                                                          # choose how many cores you want to use
11. $ 
12. $ Starting bruteforce instances in mode: RBF with 8 core(s)    # feedback that it started bruteforcing

After line 12 you will see the instances that started, depending on the CPU cores you picked.

Found a wallet

When the bruteforce matches an address in the wallets.txt file. It will add or create the found.txt file. The Python program will also print the following:

$ Instance: 1 - Found: 1P5ZEDWTKTFGxQjZphgWPQUpe554WKDfHQ

bitcoin-bruteforce's People

Contributors

meesvw avatar mizogg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.