aboutsummaryrefslogtreecommitdiff
path: root/doc/REST-interface.md
diff options
context:
space:
mode:
authorFerdinando M. Ametrano <fametrano@users.noreply.github.com>2017-07-14 16:47:10 +0200
committerFerdinando M. Ametrano <ferdinando@ametrano.net>2017-08-04 10:27:41 +0200
commitce3baa193f32078d850945f8c6d5ecb3796adb3b (patch)
tree7e5e660c41a5626e55e099f45bae2637e1b2b499 /doc/REST-interface.md
parente222618a32a16cf0efae392e6349c10c38e57db6 (diff)
downloadbitcoin-ce3baa193f32078d850945f8c6d5ecb3796adb3b.tar.xz
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r--doc/REST-interface.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index caf6782886..882df0f94d 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -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
-------------