Browse Source

Update 'README.md'

master
hydra 2 years ago
parent
commit
c4134ff227
  1. 16
      README.md

16
README.md

@ -79,3 +79,19 @@ You can also run this (on Linux) to see more general details of your TESTDRAGONX
When you are done testing: `./hush-cli -ac_name=TESTDRAGONX stop`
If problems, join Telegram and ask for help.
# FAQs
Below the commands `dragonx-cli` and `dragonxd` are for mainnet, will exist after launch.
For testing, commands are `hush-cli -ac_name=TESTDRAGONX` and `hush-smart-chain -ac_name=TESTDRAGONX ...` command in "Mining instructions" above.
## 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.
https://faq.hush.is/rpc/setgenerate.html for more details.
## How to see miner address?
Different miner address for every block mined, like BTC. Good for privacy. Use `dragonxd -mineraddress=ADDRESS` to set same address for every block mined. Less good privacy.

Loading…
Cancel
Save