decreased litecoin_testnet periods for testing
authorForrest Voight <forrest@forre.st>
Sun, 14 Oct 2012 19:52:00 +0000 (15:52 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 14 Oct 2012 19:52:00 +0000 (15:52 -0400)
p2pool/networks.py

index 66072b2..ad83db2 100644 (file)
@@ -62,9 +62,9 @@ nets = dict(
     ),
     litecoin_testnet=math.Object(
         PARENT=networks.nets['litecoin_testnet'],
-        SHARE_PERIOD=10, # seconds
-        CHAIN_LENGTH=24*60*60//10, # shares
-        REAL_CHAIN_LENGTH=24*60*60//10, # shares
+        SHARE_PERIOD=3, # seconds
+        CHAIN_LENGTH=20*60//3, # shares
+        REAL_CHAIN_LENGTH=20*60//3, # shares
         TARGET_LOOKBEHIND=200, # shares
         SPREAD=12, # blocks
         IDENTIFIER='cca5e24ec6408b1e'.decode('hex'),