Skip to content

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

License

Notifications You must be signed in to change notification settings

matyunin/bitcoin-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages