/WIF_Spider

A spider/web crawler that scrapes websites to find valid (and more importantly with balance) Bitcoin Wallets.

Primary LanguagePython

WIF Spider

A spider/web crawler that scrapes websites to find valid (and more importantly with balance) Bitcoin Wallets.

It does that by using Regular Expression to find Wallet Import Format (WIF) of private ECDSA keys.


To use it, please run:

pip install -r requirements.txt
./main.py URL(s)

For example:

./main.py http://gobittest.appspot.com/PrivateKey

TODO:

  • Add a way to run it with "scrapy runspider WIFSpider.py"
  • Try Except for Scrapy
  • Try Except for pycoin + blockexplorer
  • Add an HTTP Request Header used by a Facebook/Google bot