Documentation exported from Syscoin Core 4.4.1

mnauth (4.4.1 RPC)

blockchain

control

evo

evowallet

governance

governancewallet

masternode

mining

network

rawtransactions

signer

syscoin

syscoinwallet

util

wallet

zmq

mnauth nodeId "proTxHash" "publicKey"

Override MNAUTH processing results for the specified node with a user provided data (-regtest only).

Arguments:
1. nodeId       (numeric, required) Internal peer id of the node the mock data gets added to
2. proTxHash    (string, required) The authenticated proTxHash as hex string
3. publicKey    (string, required) The authenticated public key as hex string

Result:
true|false    (boolean) If MNAUTH was overridden or not.

Examples:
Override MNAUTH processing
> syscoin-cli mnauth "nodeId "proTxHash" "publicKey""