diff options
| author | Ferdinando M. Ametrano <[email protected]> | 2017-07-14 16:47:10 +0200 |
|---|---|---|
| committer | Ferdinando M. Ametrano <[email protected]> | 2017-08-04 10:27:41 +0200 |
| commit | ce3baa193f32078d850945f8c6d5ecb3796adb3b (patch) | |
| tree | 7e5e660c41a5626e55e099f45bae2637e1b2b499 /doc/REST-interface.md | |
| parent | Merge #10851: depends: fix fontconfig with newer glibc (diff) | |
| download | discoin-ce3baa193f32078d850945f8c6d5ecb3796adb3b.tar.xz discoin-ce3baa193f32078d850945f8c6d5ecb3796adb3b.zip | |
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
Diffstat (limited to 'doc/REST-interface.md')
| -rw-r--r-- | doc/REST-interface.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index caf678288..882df0f94 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 ------------- |