refactored p2pool node implementation from p2pool.main to p2pool.node. dedicated...
authorForrest Voight <forrest@forre.st>
Fri, 19 Oct 2012 00:56:33 +0000 (20:56 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 21 Oct 2012 01:48:41 +0000 (21:48 -0400)
commit764a90c3ab7c0fe29a85fd588333d17a1138ac6a
tree73de10622aa76d1670b29f337562e2ceb573c8b6
parenta6724cda060d1270cfbde0300b673408cfd4aa69
refactored p2pool node implementation from p2pool.main to p2pool.node. dedicated to luke-jr.
p2pool/bitcoin/helper.py [new file with mode: 0644]
p2pool/data.py
p2pool/main.py
p2pool/node.py [new file with mode: 0644]
p2pool/p2p.py
p2pool/web.py
p2pool/work.py