Browse Source

Update 'README.md'

master
hydra 2 years ago
parent
commit
86f87a9319
  1. 4
      README.md

4
README.md

@ -90,6 +90,10 @@ Below the commands `dragonx-cli` and `dragonxd` are for mainnet, will exist afte
For testing, commands are `hush-cli -ac_name=TESTDRAGONX` and `hush-smart-chain -ac_name=TESTDRAGONX ...` command in "Mining instructions" above.
## How many DRAGONX are mined per day?
`60*60*24 / 36 = 2400 DRAGONX per day`
## How to control how many CPUs for mining?
All cores used by default. For testing use `./hush-cli -ac_name=TESTDRAGONX setgenerate true N` to use N cores. When mainnet, use `dragonx-cli setgenerate true N` to use N cores.

Loading…
Cancel
Save