Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
Darkcoin messagestart will be switched at 1400094580; //Wed, 14 May 2014 19:09:40 GMT

https://github.com/darkcoinproject/darkcoin/blob/master/src/protocol.cpp#L24-L27
  • Loading branch information
chaeplin committed May 12, 2014
1 parent 0565832 commit 3ffb8c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions p2pool/bitcoin/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def check_genesis_block(bitcoind, genesis_block_hash):
nets = dict(

darkcoin=math.Object(
P2P_PREFIX='fbc0b6db'.decode('hex'),
# P2P_PREFIX='fbc0b6db'.decode('hex'),
P2P_PREFIX='bf0c6bbd'.decode('hex'),
P2P_PORT=9999,
ADDRESS_VERSION=76,
RPC_PORT=9998,
Expand All @@ -43,7 +44,8 @@ def check_genesis_block(bitcoind, genesis_block_hash):
),

darkcoin_testnet=math.Object(
P2P_PREFIX='fcc1b7dc'.decode('hex'),
# P2P_PREFIX='fcc1b7dc'.decode('hex'),
P2P_PREFIX='cee2caff'.decode('hex'),
P2P_PORT=19999,
ADDRESS_VERSION=111,
RPC_PORT=19998,
Expand Down

0 comments on commit 3ffb8c5

Please sign in to comment.