GithubHelp home page GithubHelp logo

all-bitcoin-private-key-table's Introduction

All-Bitcoin-Private-key-Table

You must pip install the modules in the requirements.txt file if you don't have them already, for the script to run properly.

    pip install -r requirements.txt

Lists Every Bitcoin Private Key in Hex Format, along with both p2pkh addresses.

You Can:

  • Click on any Bitcoin Address to check its balance.
  • Click on any Private Key Hex to check if any of its corresponding addresses have a balance.
  • Filter though either bitcoin p2pkh column (columns 2,3) by typing in what the bitcoin address might contains or you can explicitly filter (search) for the full address your looking for.
  • Comlum sizes are adustable by double clicking the top of the column in between where the columns meet, to veiw the full column. (If the Private Keys or Row Numbers are cut off) or you can just click and drag the column to the size you prefer
  • You can specify a specific Bitcoin Address or multiple addresses (p2pkh only) in the Target Addresses.txt file and the script will be automatically searching for it in the background.
  • If a target address is in the current buffer or field of view, the private key of the found target address will pop up on the screen and it will print to the terminal.
  • The script is also preset to lock in the current buffer that the target address is in, so that when its found you don't accidentally scroll past it without knowing.

Change the buffer size and the starting private key.

    self.buffer_size = 2000
    self.starting_point = int('0000000000000000000000000000000000000000000000000000000000000001', 16)
  • Bigger buffer size = more RAM
  • This does not save any data, it just loads in the amount of rows that the buffer size is set to and starts from the stated private key. (It does not have to start from 1)
  • As you scroll through the list, your RAM usage should stay steady, allowing you to scroll into the abyss of Private Keys Endlessly and Visually.

all-bitcoin-private-key-table's People

Contributors

chail35 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

all-bitcoin-private-key-table's Issues

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.