From 1533b621a5f5e0b10701da22616594161cf9ebeb Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 27 Jun 2016 15:45:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94697005c2..89abed3b43 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ REMIX WEBSITE: Remix is avalaible at https://ethereum.github.io/remix You'll have to run your own node using the following parameters: -geth --rpc --rpcapi 'web3,eth,debug' --rpccorsdomain '*' +geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*' geth will run the rpc server on http://localhost:8545, remix uses this url by default to connect to web3.