decreased bitcoin testnet p2pool's chain length to one hour
authorForrest Voight <forrest@forre.st>
Mon, 15 Oct 2012 06:14:13 +0000 (02:14 -0400)
committerForrest Voight <forrest@forre.st>
Mon, 15 Oct 2012 06:14:13 +0000 (02:14 -0400)
p2pool/networks.py

index ad83db2..2513248 100644 (file)
@@ -28,8 +28,8 @@ nets = dict(
     bitcoin_testnet=math.Object(
         PARENT=networks.nets['bitcoin_testnet'],
         SHARE_PERIOD=10, # seconds
-        CHAIN_LENGTH=24*60*60//10, # shares
-        REAL_CHAIN_LENGTH=24*60*60//10, # shares
+        CHAIN_LENGTH=60*60//10, # shares
+        REAL_CHAIN_LENGTH=60*60//10, # shares
         TARGET_LOOKBEHIND=200, # shares
         SPREAD=3, # blocks
         IDENTIFIER='5fc2be2d4f0d6bfb'.decode('hex'),