From d09a2b3c8d0dd74ec120e06b160a46031cf90f7c Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Mon, 20 Sep 2021 03:07:09 -0500 Subject: [PATCH] [DOCS] fix typo in ethminer command option -P and mention CUDA (#23601) --- docs/_interface/mining.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_interface/mining.md b/docs/_interface/mining.md index 9d6c507fd1..d4f53c4b5a 100644 --- a/docs/_interface/mining.md +++ b/docs/_interface/mining.md @@ -49,7 +49,13 @@ 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 +OpenCL + + ethminer -G -P http://127.0.0.1:8545 + +CUDA + + ethminer -U -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