Checks validator parameters using [[STAKE_LOCK. JSON-RPC Requests|stake transaction]]. Parameters: `VERSION` - node version `AUTO_PROC` - transactions autoprocessing `ORDER` - availability of order `AUTO_ONLINE` - regime of automatic network connection `AUTO_UPDATE` - regime of automatic update `DATA_SIGNED` - data should be signed `FOUND CERT` - availability of certificate for signing `SIGN CORRECT` - signing must be provided by the key which was delegated `SUMMARY`- if everything is ok - displays "`Validator ready`", if not - "`There are unresolved issues`" All parameters must be enabled for proper work. `Command syntax:` ```actionscript srv_stake check -net <net_name> -tx <tx_hash> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list -tx - hash of the transaction ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli srv_stake check -tx 0x696B2ACF794C48281C500586EAAC9AD5C4F51DD2C301BE685F486DAB4EB2CB84 -net foobar ``` `Response:` ``` VERSION        |  5.2-463 AUTO_PROC              |  true ORDER                       |  true AUTO_ONLINE           |  true AUTO_UPDATE         |  false DATA_SIGNED          |  true FOUND CERT            |  true SIGN CORRECT        |  true SUMMARY      |  There are unresolved issues ``` ### JSON-RPC Example ![[JSON-RPC Request - SRV_STAKE CHECK]]