From cca3ff8b8174db44c0d9e29408624875d19158c6 Mon Sep 17 00:00:00 2001 From: tibafe0123 <107193622+tibafe0123@users.noreply.github.com> Date: Sat, 30 Jul 2022 09:25:04 -1100 Subject: [PATCH 1/2] Update monerod-reference.md --- docs/interacting/monerod-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting/monerod-reference.md b/docs/interacting/monerod-reference.md index 3d6d5f1..2105915 100644 --- a/docs/interacting/monerod-reference.md +++ b/docs/interacting/monerod-reference.md @@ -44,7 +44,7 @@ tail -f ~/.bitmonero/stagenet/bitmonero.log # watch the logs ./monerod --stagenet exit # ask daemon to exit gracefully ``` -The [mainnnet](/infrastructure/networks) is when you want to deal with the real XMR. +The [mainnet](/infrastructure/networks) is when you want to deal with the real XMR. ``` ./monerod --detach # run as a daemon in background From 8e662a45ea473bc043fc9299d50e49d6c8e2904a Mon Sep 17 00:00:00 2001 From: den0621 Date: Wed, 3 Aug 2022 18:24:09 +0300 Subject: [PATCH 2/2] Replace outdated statement about GPU mining. --- docs/interacting/monerod-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting/monerod-reference.md b/docs/interacting/monerod-reference.md index 3d6d5f1..301d5c0 100644 --- a/docs/interacting/monerod-reference.md +++ b/docs/interacting/monerod-reference.md @@ -216,7 +216,7 @@ The following options configure **solo mining** using **CPU** with the standard * experimentation and learning * if you have super cheap access to vast CPU resources -Be advised though that real mining happens **in pools** and with high-end **GPU-s** instead of CPU-s. +Be advised though that real mining happens **in pools** like p2pool, and with dedicated miner software like xmrig. | Option | Description |------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------