address-reuse-tracker
address-reuse-tracker copied to clipboard
Maintains stats on address reuse in Bitcoin network, displays charts
This is what I have done so far to allow it to run offline. (Finishing allowing this will presumably take more edits, which will be pulled when I complete them.)
kinda low, especially for some of the core modules such as blockchain_reader and db.
For example, if we try to chart blocks 0 to 50 with a resolution of 10 and no data is available for blocks 51+, we'll get: 0-9: ten blocks of...
http://stackoverflow.com/questions/2009243/how-to-speed-up-pythons-urllib2-when-doing-multiple-requests Classes will probably need to instantiate http connection objects in **init** to reuse them.