changed regtest RPCport to 18443 to avoid conflict with testnet 18332

This commit is contained in:
Ferdinando M. Ametrano
2017-07-14 16:47:10 +02:00
committed by Ferdinando M. Ametrano
parent e222618a32
commit ce3baa193f
4 changed files with 14 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ Unauthenticated REST Interface
The REST API can be enabled with the `-rest` option.
The interface runs on the same port as the JSON-RPC interface, by default port 8332 for mainnet and port 18332 for testnet.
The interface runs on the same port as the JSON-RPC interface, by default port 8332 for mainnet, port 18332 for testnet,
and port 18443 for regtest.
Supported API
-------------