docs: update mining.md (#24086)

updated attach command to match default schema of JSON-RPC Server
pull/24250/head
David Kendall 3 years ago committed by GitHub
parent d62c773e3b
commit 4e44a3a870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_interface/mining.md

@ -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: 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 and then at the > prompt type

Loading…
Cancel
Save