From b934690c441d374b8375b369c415f6060d3a612e Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 11 May 2015 21:43:33 +0300 Subject: [PATCH] updated JSON-RPC port to 8545 in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3503d7..8bac87a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast { "NODE_ENV" : "production", // tell the client we're in production environment "RPC_HOST" : "localhost", // eth JSON-RPC host - "RPC_PORT" : "8080", // eth JSON-RPC port + "RPC_PORT" : "8545", // eth JSON-RPC port "LISTENING_PORT" : "30303", // eth listening port (only used for display) "INSTANCE_NAME" : "", // whatever you wish to name your node "CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)