changed litecoin testnet min difficulty
authorForrest Voight <forrest.voight@gmail.com>
Sat, 18 Feb 2012 19:23:11 +0000 (14:23 -0500)
committerForrest Voight <forrest.voight@gmail.com>
Sat, 18 Feb 2012 19:54:18 +0000 (14:54 -0500)
p2pool/networks.py

index 71a3b6a..ca27b8c 100644 (file)
@@ -64,7 +64,7 @@ nets = dict(
         IDENTIFIER='cca5e24ec6408b1e'.decode('hex'),
         PREFIX='ad9614f6466a39cf'.decode('hex'),
         P2P_PORT=19338,
-        MAX_TARGET=2**256//2**17 - 1,
+        MAX_TARGET=2**256//2000 - 1,
         PERSIST=False,
         WORKER_PORT=19327,
         BOOTSTRAP_ADDRS='72.14.191.28'.split(' '),