From 95a52f619059c5467e35c3c81120af625482cb97 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Tue, 30 Oct 2018 15:35:56 +0100 Subject: [PATCH] Add doc about default RPC ports --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8226a3e3..834ab227 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ SUBCOMMANDS: ## JSON-RPC +The JSON-RPC interface is served on port :8332 for mainnet and :18332 for testnet unless you specified otherwise. So if you are using testnet, you will need to change the port in the sample curl requests shown below. + #### Network The Parity-bitcoin `network` interface.