n8wachT / bitcoin-scanner

[abandoned] Multithread python bitcoin wallets scanner for directory.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin-scanner

Multithread python bitcoin wallets scanner for directory.io

Usage is pretty simple:

$ python bcs.py

Current page number will be saved to page file for future scanning. All found wallets will be appended as CSV to wallets file. And if once balance is more than zero - this wallet will be appended to wallets_balance file.

Its strongly recommendated to use python 2.*

Required python modules:

import re
import sys
import json
import signal
import requests
import cssutils
import threading

from cssutils import css
from BeautifulSoup import BeautifulSoup

About

[abandoned] Multithread python bitcoin wallets scanner for directory.io

License:GNU General Public License v2.0


Languages

Language:Python 100.0%