Giter VIP home page Giter VIP logo

moose111 / dormantbitcoinhunter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mkhaled87/dormantbitcoinhunter

0.0 0.0 0.0 6.41 MB

A Python script to generate random bitcoin private keys, extract their bitcoin addresses and compare against a list of addresses which have large amount of bitcoins (i.e., the Dormant List). It is a hunt for treasure ! If it finds a match, it will send an email.

Shell 0.01% Python 99.99% Batchfile 0.01%

dormantbitcoinhunter's Introduction

Dormant Bitcoin Hunter

This script will randomly generate bitcoin private keys, extract their bitcoin addresses and compare them with a list of addresses which have large amount of bitcoins (i.e., the Dormant List). It is hunting for treasure. If it finds a match, it will send an email. This project is based on the repos Henshall/BitcoinPrivateKeyHunter and dodiitt/bitcoin_finder_python. Several modifications are made to make it better and correct !

NOTE: This project is developed for fun. There is an almost-zero probability you can find the private key of a given BTC address using your normal computer (or even many average-computing-power machines).

SETUP

  1. Make sure you have Python 3.x installed. Install the following packages: ecdsa, and bitcoinlib.

  2. Rename the env.example file to env.py. It contains a list of variables used by the script. Change the variables related to the email-system to suit your needs as they will be used to send you an email. The variable MAX_SECONDS sets the maximum number of seconds the script should run. You should usually set it to some value and then keep calling the script (e.g., using Unix crontab jobs) using the same frequency. The script will use automatically all available CPU cores. To set set an explicit number of processes, change the variable NUM_INSTANCES. You can turn-off email sending by setting SEND_EMAILS to False.

  3. In your scheduled run job (or if run manually), call the script with: python3 hunt.py. If you are running Linux or MacOS, you may use the script start.sh.

  4. Running many instances of the script in as many machines as you can, should hopefully increase the probability of catching a match. Do not worry about seeding the RNG. The used os.urandom() will take care of this.

  5. Have Fun ! If you were lucky and got some BTCs, remember to donate a little to any of my addresses below.

DONATIONS

BTC: 1MKHALEDqXhBzqa86hj8FbDGW5HvDdA5Tq

ETH: 0x14551935EDf4aF06909336084412dd805aE14b26

DISCLAIMER

The developer shall not be, by any means, held responsible for any damage this software can cause to users of others.

dormantbitcoinhunter's People

Contributors

mkhaled87 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.