Merge pull request 'added -ac_randomx_interval and -ac_randomx_lag to hushd --help' (#219) from jahway603 into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/219
This commit is contained in:
@@ -602,6 +602,8 @@ std::string HelpMessage(HelpMessageMode mode)
|
||||
strUsage += HelpMessageOpt("-ac_private", _("Shielded transactions only (except coinbase + notaries), default is 0"));
|
||||
strUsage += HelpMessageOpt("-ac_pubkey", _("Public key for receiving payments on the network"));
|
||||
strUsage += HelpMessageOpt("-ac_public", _("Transparent transactions only, default 0"));
|
||||
strUsage += HelpMessageOpt("-ac_randomx_interval", _("Controls how often the RandomX key block will change, default is 1024"));
|
||||
strUsage += HelpMessageOpt("-ac_randomx_lag", _("Sets the number of RandomX blocks to wait before updating the key block, default is 64"));
|
||||
strUsage += HelpMessageOpt("-ac_reward", _("Block reward in satoshis, default is 0"));
|
||||
strUsage += HelpMessageOpt("-ac_sapling", _("Sapling activation block height"));
|
||||
strUsage += HelpMessageOpt("-ac_script", _("P2SH/multisig address to receive founders rewards"));
|
||||
|
||||
Reference in New Issue
Block a user