mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update index.md
This commit is contained in:
parent
05fe982af9
commit
736fe3e781
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ terminal and using the following command to open a JavaScript console:
|
|||
```shell
|
||||
geth attach
|
||||
```
|
||||
If you get the error 'unable to attach to remote geth', try including the path to localhost as shown below:
|
||||
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue