From: Forrest Voight Date: Mon, 12 Nov 2012 16:45:15 +0000 (-0500) Subject: restored litecoin_testnet's old MAX_TARGET X-Git-Tag: 9.1~18 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=17ef653e48bf14aaebbb3e0b325617581b9c20b3 restored litecoin_testnet's old MAX_TARGET --- diff --git a/p2pool/networks.py b/p2pool/networks.py index 168331c..25472f1 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -74,7 +74,7 @@ nets = dict( PREFIX='ad9614f6466a39cf'.decode('hex'), P2P_PORT=19338, MIN_TARGET=0, - MAX_TARGET=2**256 - 1, + MAX_TARGET=2**256//2000 - 1, PERSIST=False, WORKER_PORT=19327, BOOTSTRAP_ADDRS='forre.st vps.forre.st'.split(' '),