From 4e44a3a870d7dda3c2c40ab4654c8f257eafaa84 Mon Sep 17 00:00:00 2001 From: David Kendall Date: Tue, 14 Dec 2021 03:18:16 -0600 Subject: [PATCH] docs: update mining.md (#24086) updated attach command to match default schema of JSON-RPC Server --- docs/_interface/mining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/mining.md b/docs/_interface/mining.md index c3b600fdd7..a632926d54 100644 --- a/docs/_interface/mining.md +++ b/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: - geth attach https://127.0.0.1:8545 + geth attach http://127.0.0.1:8545 and then at the > prompt type