mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
docs: update mining.md (#24086)
updated attach command to match default schema of JSON-RPC Server
This commit is contained in:
parent
d62c773e3b
commit
4e44a3a870
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Now start geth and wait for it to sync the blockchain. This will take quite a wh
|
|||
|
||||
To monitor the syncing, in another terminal you can `attach` the geth JavaScript console to the running node like so:
|
||||
|
||||
geth attach https://127.0.0.1:8545
|
||||
geth attach http://127.0.0.1:8545
|
||||
|
||||
and then at the > prompt type
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue