From 5deaacc08af498767e2c134082d228854818d4f4 Mon Sep 17 00:00:00 2001 From: dan_s Date: Mon, 7 Nov 2022 19:07:25 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff6acd..522ffde 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ once the HSC is running all that is left to do is enable mining with this comman ./hush-cli -ac_name=DRAGONX setgenerate true $(nproc) & ``` +###### *`Note:` you can specify number of threads to mine with by changing `nproc` to the number of threads you want* +
### Verify Mining @@ -71,9 +73,11 @@ Input the following command in your terminal: once the HSC is running all that is left to do is enable mining with this command, open another instance of terminal or powershell: ``` -./hush-cli -ac_name="DRAGONX" setgenerate true +./hush-cli -ac_name="DRAGONX" setgenerate true $(1) ``` +###### *`Note:` you can specify number of threads to mine with by changing `$(1)` to the number of threads you want* +
### Verify Mining