added testcase for node+work that simulates mining 100 shares
[p2pool.git] / p2pool / networks.py
index 2513248..30d266d 100644 (file)
@@ -70,7 +70,7 @@ nets = dict(
         IDENTIFIER='cca5e24ec6408b1e'.decode('hex'),
         PREFIX='ad9614f6466a39cf'.decode('hex'),
         P2P_PORT=19338,
-        MAX_TARGET=2**256//2000 - 1,
+        MAX_TARGET=2**256 - 1,
         PERSIST=False,
         WORKER_PORT=19327,
         BOOTSTRAP_ADDRS='72.14.191.28'.split(' '),