added MIN_TARGET attribute to p2pool network definitions for testing
[p2pool.git] / p2pool / networks.py
index d44a803..168331c 100644 (file)
@@ -18,6 +18,7 @@ nets = dict(
         IDENTIFIER='fc70035c7a81bc6f'.decode('hex'),
         PREFIX='2472ef181efcd37b'.decode('hex'),
         P2P_PORT=9333,
+        MIN_TARGET=0,
         MAX_TARGET=2**256//2**32 - 1,
         PERSIST=True,
         WORKER_PORT=9332,
@@ -35,6 +36,7 @@ nets = dict(
         IDENTIFIER='5fc2be2d4f0d6bfb'.decode('hex'),
         PREFIX='3f6057a15036f441'.decode('hex'),
         P2P_PORT=19333,
+        MIN_TARGET=0,
         MAX_TARGET=2**256//2**32 - 1,
         PERSIST=False,
         WORKER_PORT=19332,
@@ -53,6 +55,7 @@ nets = dict(
         IDENTIFIER='e037d5b8c6923410'.decode('hex'),
         PREFIX='7208c1a53ef629b0'.decode('hex'),
         P2P_PORT=9338,
+        MIN_TARGET=0,
         MAX_TARGET=2**256//2**20 - 1,
         PERSIST=True,
         WORKER_PORT=9327,
@@ -70,6 +73,7 @@ nets = dict(
         IDENTIFIER='cca5e24ec6408b1e'.decode('hex'),
         PREFIX='ad9614f6466a39cf'.decode('hex'),
         P2P_PORT=19338,
+        MIN_TARGET=0,
         MAX_TARGET=2**256 - 1,
         PERSIST=False,
         WORKER_PORT=19327,