/PKGenerator_Checker

Generate Bitcoin Private Keys and check them against blockexplorer.com

Primary LanguagePython

PKGenerator_Checker

Generate Bitcoin Private Keys and check them against blockexplorer.com

Stupid Python Script that Generates random private keys and checks them in realtime...call this poor mans Mining for BTC - same chances as solo but you could find an address w/ money in it 🤑 This is for entertainment only and is designed to demonstrate how IMPOSSIBLE it is to realistically get a collision and take control of someone else's coin...Credits to @Shlomi for the inspiration...

Instructions

BIG OL DISCLAIMER: I cannot emphasize this enough - this is for DEMONSTRATION and ENTERTAINMENT purposes ... you will have much better success finding employment, buying bitcoin and holding it than to have this little goofy script find a populated private key with a balance....though if you happen to find a populated address you may as well call the pressess and let em know you beat the odds with that extreme luck.

  1. Clone this script - download it or in the terminal use git clone https://github.com/Frankenmint/PKGenerator_Checker/
  2. Let's install some dependencies! pip install ecdsa hashlib base58 requests
  3. Navigate to the directory: cd PKGenerator_Checker
  4. Run it! python PkMaker.py

Notes

Here's a demonstration of it in action

demo working