From: Forrest Voight Date: Mon, 15 Oct 2012 06:34:27 +0000 (+0000) Subject: corrected bitcoin testnet rpc port X-Git-Tag: 8.0~5 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=0ca9aa7494df862a242b479d50d48e84fafb0de7 corrected bitcoin testnet rpc port --- diff --git a/p2pool/bitcoin/networks.py b/p2pool/bitcoin/networks.py index b46f3f9..6e074f3 100644 --- a/p2pool/bitcoin/networks.py +++ b/p2pool/bitcoin/networks.py @@ -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']