From c91103573b7a928eebf9f564658537111d458a4f Mon Sep 17 00:00:00 2001 From: djpnewton Date: Wed, 24 Aug 2016 08:41:42 +1200 Subject: [PATCH] Add default port numbers to REST doc --- doc/REST-interface.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/REST-interface.md b/doc/REST-interface.md index bf669235e..7fbb17403 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -3,6 +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. + Supported API ------------- -- 2.11.4.GIT