corrected bitcoin testnet rpc port
authorForrest Voight <forrest@forre.st>
Mon, 15 Oct 2012 06:34:27 +0000 (06:34 +0000)
committerForrest Voight <forrest@forre.st>
Mon, 15 Oct 2012 06:34:27 +0000 (06:34 +0000)
p2pool/bitcoin/networks.py

index b46f3f9..6e074f3 100644 (file)
@@ -29,7 +29,7 @@ nets = dict(
         P2P_PREFIX='0b110907'.decode('hex'),
         P2P_PORT=18333,
         ADDRESS_VERSION=111,
-        RPC_PORT=8332,
+        RPC_PORT=18332,
         RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
             'bitcoinaddress' in (yield bitcoind.rpc_help()) and
             (yield bitcoind.rpc_getinfo())['testnet']