Browse Source

added -gen and -genproclimit with explanation to commands

master
dan_s 2 years ago
parent
commit
70e319289a
  1. 10
      README.md

10
README.md

@ -26,9 +26,10 @@ After installing HUSH open a terminal in `~/hush3/src`
### Start the HSC
Input the following command in your terminal:
```
./hush-smart-chain -ac_name=DRAGONX -ac_algo=randomx -ac_halving=3500000 -ac_reward=300000000 -ac_blocktime=36 -ac_private=1 -addnode=ip &
./hush-smart-chain -ac_name=DRAGONX -ac_algo=randomx -ac_halving=3500000 -ac_reward=300000000 -ac_blocktime=36 -ac_private=1 -addnode=ip -gen=1 -genproclimit=1 &
```
###### *`Note:` Make sure to input this command <u>exactly</u>, otherwise your node may not be able to connect!*
###### *`Note:` Make sure to input any parts with "-ac" in this command <u>exactly</u>, otherwise your node may not be able to connect!*
###### *`Note:` `genproclimit` is how many cpu threads to use for mining, in most cases 1 cpu core = 2 threads*
</br>
@ -60,9 +61,10 @@ After downloading the latest build of HUSH, unzip then navigate to the hush fold
### Start the HSC
Input the following command in your terminal:
```
./hush-smart-chain -ac_name="DRAGONX" -ac_algo="randomx" -ac_halving="3500000" -ac_reward="300000000" -ac_blocktime="36" -ac_private="1" -addnode="ip"
./hush-smart-chain -ac_name="DRAGONX" -ac_algo="randomx" -ac_halving="3500000" -ac_reward="300000000" -ac_blocktime="36" -ac_private="1" -addnode="ip" -gen="1" -genproclimit="1"
```
###### *`Note:` Make sure to input this command <u>exactly</u>, otherwise your node may not be able to connect!*
###### *`Note:` Make sure to input any parts with "-ac" in this command <u>exactly</u>, otherwise your node may not be able to connect!*
###### *`Note:` `genproclimit` is how many cpu threads to use for mining, in most cases 1 cpu core = 2 threads*
</br>

Loading…
Cancel
Save