From c91103573b7a928eebf9f564658537111d458a4f Mon Sep 17 00:00:00 2001 From: djpnewton Date: Wed, 24 Aug 2016 08:41:42 +1200 Subject: Add default port numbers to REST doc --- doc/REST-interface.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/REST-interface.md') diff --git a/doc/REST-interface.md b/doc/REST-interface.md index bf669235e3..7fbb174030 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 ------------- -- cgit v1.2.3