Browse Source

Add comment about Bitcoin Core rpc_port defaults

master
Kristaps Kaupe 5 years ago
parent
commit
1224214371
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 1
      jmclient/jmclient/configure.py

1
jmclient/jmclient/configure.py

@ -117,6 +117,7 @@ blockchain_source = bitcoin-rpc
# Note: for regtest, use network = testnet
network = mainnet
rpc_host = localhost
# default ports are 8332 for mainnet, 18443 for regtest, 18332 for testnet, 38332 for signet
rpc_port = 8332
rpc_user = bitcoin
rpc_password = password

Loading…
Cancel
Save