Initial commit
authorslush <info@bitcoin.cz>
Sun, 9 Sep 2012 15:28:06 +0000 (17:28 +0200)
committerslush <info@bitcoin.cz>
Sun, 9 Sep 2012 15:28:06 +0000 (17:28 +0200)
commit1e086b3786e3708cb71205962d9db1684f2271f2
tree3515967c7a3e38e22c53a9511ea0b78d6ffdfeae
parent30a1f1292c09dc3afb06c6745636dfc93d57df72
Initial commit
18 files changed:
conf/__init__.py [new file with mode: 0644]
conf/config_sample.py [new file with mode: 0644]
launcher_demo.tac [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/bitcoin_rpc.py [new file with mode: 0644]
lib/block_template.py [new file with mode: 0644]
lib/block_updater.py [new file with mode: 0644]
lib/coinbaser.py [new file with mode: 0644]
lib/coinbasetx.py [new file with mode: 0644]
lib/extranonce_counter.py [new file with mode: 0644]
lib/halfnode.py [new file with mode: 0644]
lib/merkletree.py [new file with mode: 0644]
lib/template_registry.py [new file with mode: 0644]
lib/util.py [new file with mode: 0644]
mining/__init__.py [new file with mode: 0644]
mining/interfaces.py [new file with mode: 0644]
mining/service.py [new file with mode: 0644]
mining/subscription.py [new file with mode: 0644]