diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index 1eec435423..9def1587e7 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -78,6 +78,12 @@ terminal and using the following command to open a JavaScript console: geth attach ``` +If you get the error 'unable to attach to remote geth', try connecting via HTTP as shown below: + +```shell +geth attach http://127.0.0.1:8545 +``` + In the console you can issue any of the Geth commands, for example, to list all the accounts on the node, use: