Update 'hsc-options-explained.md'

This commit is contained in:
Duke Leto 2022-10-31 13:16:17 +00:00
parent e880ace95e
commit 266d8a3c0b

View File

@ -44,7 +44,8 @@ If you want to enable a different form of the EquiHash algorithm, then set `-ac_
As an example, BEAM uses Equihash (150,5), so it would include `-ac_algo=equihash -ac_nk=150,5` in its parameters.
### Use randomX algorithm
To enable randomX algorithm, set `-ac_algo=randomx`.
To enable randomX algorithm, set `-ac_algo=randomx`. To get extra debug info printed to standard error (STDERR) about RandomX, you can also add `-debug=randomx`. Changing `-debug` does not change consensus rules, and can be added or removed whenever you want.
## ac_blocktime