From 92513c8c2ff9bf9c22e8f65cb7be3ae179c6ef24 Mon Sep 17 00:00:00 2001 From: boldsuck Date: Sat, 17 Oct 2020 13:01:42 +0200 Subject: [PATCH] Update monerod-reference.md Mining Option (show_hr; hide_hr) Small typo, 'print' and 'stop' swapped. --- docs/interacting/monerod-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interacting/monerod-reference.md b/docs/interacting/monerod-reference.md index f2f386d..b56f47f 100644 --- a/docs/interacting/monerod-reference.md +++ b/docs/interacting/monerod-reference.md @@ -330,8 +330,8 @@ You can also type commands directly in the console of the running `monerod` (if | Option | Description |------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------- -| `show_hr` | Ask `monerod` daemon to stop printing current hash rate. Relevant only if `monerod` is mining. -| `hide_hr` | Ask `monerod` daemon to print current hash rate. Relevant only if `monerod` is mining. +| `show_hr` | Ask `monerod` daemon to print current hash rate. Relevant only if `monerod` is mining. +| `hide_hr` | Ask `monerod` daemon to stop printing current hash rate. Relevant only if `monerod` is mining. | `start_mining [] [do_background_mining] [ignore_battery]` | Ask `monerod`daemon to start mining. Block reward will go to ``. | `stop_mining` | Ask `monerod` daemon to stop mining.