Config File Check
Use these commands to verify if you have the correct versions of your configuration files. These are useful to check when you have an unknown issue
Check if you are using the correct node.vkey
cardano-cli stake-pool id --cold-verification-key-file node.vkeyCheck the Kes and Node vkeys inside node.cert
cardano-cli text-view decode-cbor --in-file node.certCheck if you are using the correct VRF keys
cardano-cli node key-hash-VRF --verification-key-file vrf.vkeycardano-cli key verification-key --signing-key-file vrf.skey \
--verification-key-file vrf.vkeyCheck if you are using the correct KES keys
Check the on-chain version number of node.counter
Last updated