Frankenmint / PKGenerator_Checker

Generate Bitcoin Private Keys and check them against blockexplorer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PKGenerator_Checker

Generate Bitcoin Private Keys and check them against blockstreams liquid api. I've tried blockcypher and blockexplorer.com but run into issues with limits that I'm FAAARRR to lazy to work around with a round robin of profile switches or setup a full archival node of my own to fire against. Feel free to fund my

Stupid Python3 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 cfscrape
  3. Navigate to the directory: cd PKGenerator_Checker
  4. Run it! python PkMaker.py

Notes

* I had to use cfscraper to get around the issue of cloudflare on the v2 version of the script which uses bitcoinlist.io this version will scan an entire page at a time of keys..though idk if the underlying site is to be trusted (ie they just tell you the funds are zero and sweep the funds into their own wallet first)

TODO: I believe the richlist is down right now but someone offerred a different page which I'll look intoat some point.

Here's a demonstration of it in action

demo working

About

Generate Bitcoin Private Keys and check them against blockexplorer.com


Languages

Language:Python 100.0%