Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m0gliE committed Mar 31, 2014
1 parent d8132f8 commit 9098b24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions p2pool/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@
TARGET_LOOKBEHIND=60, # shares
SPREAD=150, # blocks
NEW_SPREAD=150, # blocks
IDENTIFIER='fadeb86bdda7a3ee'.decode('hex'),
PREFIX='613b4e17dbc03239'.decode('hex'),
P2P_PORT=23650,
IDENTIFIER='9f2e390aa41ffade'.decode('hex'),
PREFIX='50f713ab040dfade'.decode('hex'),
P2P_PORT=23660,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
PERSIST=True,
WORKER_PORT=5150,
BOOTSTRAP_ADDRS='fst.inetrader.com www.coin-mining.net crunchpool.mooo.com'.split(' '),
BOOTSTRAP_ADDRS='fst.inetrader.com'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-fst',
VERSION_CHECK=lambda v: True,
VERSION_WARNING=lambda v: 'Upgrade Fastcoin to >= 0.8.5.1!' if v < 70002 else None,
Expand Down

0 comments on commit 9098b24

Please sign in to comment.