From 0e83eae80a68a4aa66459f4dd6a7edd9caa454d2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 31 Oct 2022 15:08:10 +0000 Subject: [PATCH] Update 'hsc-options-explained.md' --- hsc-options-explained.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hsc-options-explained.md b/hsc-options-explained.md index 595ef9c..5614420 100644 --- a/hsc-options-explained.md +++ b/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.