mirror of
https://github.com/monero-project/monero-docs.git
synced 2025-01-05 10:29:24 +00:00
Update monerod-reference.md
Mining Option (show_hr; hide_hr) Small typo, 'print' and 'stop' swapped.
This commit is contained in:
parent
b3fb6c716c
commit
92513c8c2f
1 changed files with 2 additions and 2 deletions
|
@ -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 <addr> [<threads>] [do_background_mining] [ignore_battery]` | Ask `monerod`daemon to start mining. Block reward will go to `<addr>`.
|
||||
| `stop_mining` | Ask `monerod` daemon to stop mining.
|
||||
|
||||
|
|
Loading…
Reference in a new issue