mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
This commit is contained in:
committed by
Ferdinando M. Ametrano
parent
e222618a32
commit
ce3baa193f
@ -3,9 +3,16 @@ rpcuser=someuser
|
||||
rpcpassword=somepassword
|
||||
#datadir=~/.bitcoin
|
||||
host=127.0.0.1
|
||||
|
||||
#mainnet default
|
||||
port=8332
|
||||
|
||||
#testnet default
|
||||
#port=18332
|
||||
|
||||
#regtest default
|
||||
#port=18443
|
||||
|
||||
# bootstrap.dat hashlist settings (linearize-hashes)
|
||||
max_height=313000
|
||||
|
||||
|
Reference in New Issue
Block a user