updated bitcoin testnet p2p prefix for testnet3
authorForrest Voight <forrest.voight@gmail.com>
Tue, 21 Aug 2012 05:40:58 +0000 (01:40 -0400)
committerForrest Voight <forrest.voight@gmail.com>
Tue, 21 Aug 2012 05:40:58 +0000 (01:40 -0400)
p2pool/bitcoin/networks.py

index d59d023..b46f3f9 100644 (file)
@@ -26,7 +26,7 @@ nets = dict(
         SANE_TARGET_RANGE=(2**256//2**32 - 1, 2**256//2**32 - 1),
     ),
     bitcoin_testnet=math.Object(
-        P2P_PREFIX='fabfb5da'.decode('hex'),
+        P2P_PREFIX='0b110907'.decode('hex'),
         P2P_PORT=18333,
         ADDRESS_VERSION=111,
         RPC_PORT=8332,