Add Litecoin scrypt proof of work and use scrypt instead of hash256 if we are on...
authorcoblee <chocobo@alum.mit.edu>
Sun, 6 Nov 2011 23:20:00 +0000 (15:20 -0800)
committercoblee <chocobo@alum.mit.edu>
Sun, 6 Nov 2011 23:20:00 +0000 (15:20 -0800)
commitda1454df304856640c00292b210e099b9a53c9b0
treea1c18a55ed8ee7b99eaab2e9e3c80662e33ea3a1
parent8aae944ab20880ed2e96fa6f8766c18f67f10603
Add Litecoin scrypt proof of work and use scrypt instead of hash256 if we are on Litecoin network.
p2pool/bitcoin/data.py
p2pool/data.py
p2pool/litecoin.py
p2pool/litecoin/scrypt.c [new file with mode: 0644]
p2pool/litecoin/scrypt.h [new file with mode: 0644]
p2pool/litecoin/scryptmodule.c [new file with mode: 0644]
p2pool/litecoin/setup.py [new file with mode: 0644]
p2pool/main.py
p2pool/p2p.py
p2pool/worker_interface.py