Browse Source

Update 'README.md'

master
dan_s 2 years ago
parent
commit
5deaacc08a
  1. 6
      README.md

6
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*
</br>
### 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*
</br>
### Verify Mining

Loading…
Cancel
Save