From 214132b77f2746c33254df2d07ac58757a982900 Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 29 Jan 2018 13:55:19 -0800 Subject: [PATCH] Note about changing default rpcport --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fc02bc..4ece2de 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Clone the repo Download [Nodejs and npm](https://docs.npmjs.com/getting-started/installing-node "Nodejs install") if you don't have them +Note: by default Explorer connects to RPC on localhost:8545. If you set a different port in `--rpcport` when you started geth please change that in app.js + Start the program. All dependencies will be automatically downloaded `npm start`