Adjust Node.Counter for KES
With Vasil upgrade your node.counter for KES must be just one count higher than the last OpCertC value for your last block. If this value needs to be adjusted, this guide will show you how.
Welcome!
Step 1 - Look up Operational Certificate Numbers
cardano-cli conway query kes-period-info --mainnet \
--op-cert-file $NODE_HOME/node.cert✓ The operational certificate counter agrees with the node protocol state counter
✓ Operational certificate's kes period is within the correct KES period interval
{
"qKesNodeStateOperationalCertificateNumber": 4,
"qKesCurrentKesPeriod": 505,
"qKesOnDiskOperationalCertificateNumber": 5,
"qKesRemainingSlotsInKesPeriod": 6832926,
"qKesMaxKESEvolutions": 62,
"qKesKesKeyExpiry": "2022-09-22T21:44:51Z",
"qKesEndKesInterval": 558,
"qKesStartKesInterval": 496,
"qKesSlotsPerKesPeriod": 129600
}Step 2 - Check current value of your node.counter
Step 3 - KES Rollback
Final Step
Congratulations you did it!
Contributors
Last updated








