Giter Site home page Giter Site logo

amar0636 / bitcoinprivatekeyhunter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from henshall/bitcoinprivatekeyhunter

0.0 0.0 0.0 10.32 MB

This python project lets you hunt for public and private matching key pairs from bitcoin addresses with the largest number of bitcoins. Simply run the script to start hunting and if your lucky (extremely lucky) cash out on millions of dollars of bitcoin.)

Python 100.00%

bitcoinprivatekeyhunter's Introduction

Bitcoin Private Key Hunter

This package can help you hunt for bitcoins. It works by randomly generating a bitcoin private key, finding the corresponding public key / bitcoin address, and checking this key against a list addresses known to hold a lot of bitcoin. If a match is found, it will save the private key, public key, and other types of key formats generated into a text document and email you with the information as well.

Setup:

  • Download the package
  • Make sure python3 and all of the projects dependancies are installed
  • update the env.example.py file with your amazon SES information
  • copy the env.example.py file into a file called env.py
  • run th example file given to start. See below for code.
git clone https://github.com/Henshall/BitcoinPrivateKeyHunter.git
cp env.example.py env.py
python3 example.py

Usage:

The Bitcoin Finder uses a number of other classes to perform its function. However its main function is to pull everything together so that you can effectively send yourself an email and save any keys you find. You can hunt for bitcoins with the following:

finder = BitcoinFinder()
finder.setEnv(env)
finder.setAddressList(["pk1", "pk2"])
finder.start()

You will want to set an env file (to hold your SES info), if you fail to set the env file, you will not receive an email, but you can still use the application. The application will fail however if you fail to set an AddressList - a simple array of private keys.

Enjoy!

bitcoinprivatekeyhunter's People

Contributors

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