fix litecoin testnet target high for testing
authorForrest Voight <forrest@forre.st>
Mon, 1 Jul 2013 00:44:16 +0000 (20:44 -0400)
committerForrest Voight <forrest@forre.st>
Wed, 3 Jul 2013 17:47:48 +0000 (13:47 -0400)
p2pool/networks.py

index 892da6a..7c77f0b 100644 (file)
@@ -73,8 +73,8 @@ nets = dict(
         IDENTIFIER='cca5e24ec6408b1e'.decode('hex'),
         PREFIX='ad9614f6466a39cf'.decode('hex'),
         P2P_PORT=19338,
-        MIN_TARGET=0,
-        MAX_TARGET=2**256//2000 - 1,
+        MIN_TARGET=2**256//50 - 1,
+        MAX_TARGET=2**256//50 - 1,
         PERSIST=False,
         WORKER_PORT=19327,
         BOOTSTRAP_ADDRS='forre.st vps.forre.st'.split(' '),