Browse Source

Update 'hsc-options-explained.md'

master
Duke Leto 2 years ago
parent
commit
0e83eae80a
  1. 6
      hsc-options-explained.md

6
hsc-options-explained.md

@ -47,6 +47,12 @@ As an example, BEAM uses Equihash (150,5), so it would include `-ac_algo=equihas
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.
There are also two advanced options for the RandomX PoW, which most users will not need to change:
ac_randomx_interval (default 1024) and -ac_randomx_lag (default 64)
Do not change these from the defaults unless you have a very good reason to do so and understand the implications.
## ac_blocktime
This parameter sets the average time (in seconds) by which a new block should be mined.

Loading…
Cancel
Save