Python program for computing statistics on the bitcoin transaction scripts found in the blockchain. The program expects a database backend generated by https://github.com/bitcoin-abe/bitcoin-abe.
Multiprocessing_count.py contains the main method and is a good entry point for the code.
Parts of the code are adapted from
and are copyright their respective authors.