Document default mining algo and how to use RandomX

This commit is contained in:
Duke Leto 2022-10-31 13:13:44 +00:00
parent 020237ce6c
commit e880ace95e

View File

@ -76,6 +76,12 @@ To create a Hush Smart Chain with z2z (shielded transactions only) you add the `
Remember to use the exact same parameters on both nodes, or they will not be able to connect to each other, because they will be different, incompatible blockchains. All parameters that start with `-ac_` must match exactly for the same RPC port and other details to match.
By default, a Proof-of-Work algorithm of Equihash (200,9) is used, which is compatible with existing ASICs that are used to mine HUSH, ZEC, ZEN and a few other cryptocoins. To use a CPU mining algorith, use randomx like this:
```bash
./hush-smart-chain -ac_name=LULZ -ac_private=1 -ac_algo=randomx -ac_supply=55555 &
```
**For other -ac_ parameters to use with your Hush Smart Chain, refer to [hsc-options-explained.md](hsc-options-explained.md).**
### Verify the Response