From: Forrest Voight Date: Sun, 14 Oct 2012 19:52:00 +0000 (-0400) Subject: decreased litecoin_testnet periods for testing X-Git-Tag: 8.0~9 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=b312987c5076e876452f34744cd418a412d11f84 decreased litecoin_testnet periods for testing --- diff --git a/p2pool/networks.py b/p2pool/networks.py index 66072b2..ad83db2 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -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'),