From 6ac69c8c06c6891fad6abab4db74c3bf3ff5f0f9 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 9 Mar 2021 10:08:28 +0100 Subject: [PATCH] docs: proper port flag for miner --- 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 af5b092542..9d6c507fd1 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 Now we're ready to start mining. In a new terminal session, run ethminer and connect it to geth: - ethminer -G -P http://127.0.0.1:8545 + ethminer -G -p http://127.0.0.1:8545 `ethminer` communicates with geth on port 8545 (the default RPC port in geth). You can change this by giving the [`--http.port` option](../rpc/server) to `geth`. Ethminer will find