mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-05 02:05:10 +01: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,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
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user