You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/stake-pool-operations/KES_period.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ cat mainnet-shelley-genesis.json | grep KES
25
25
"maxKESEvolutions": 62,
26
26
```
27
27
28
-
The key will evolve after each period of 129600 slots and it can evolve up-to 62 times before it needs to be renewed.
28
+
The key will evolve after each period of 129600 slots and it can evolve upto 62 times before it needs to be renewed.
29
29
30
30
Before we can create an operational certificate for our node, we need to figure out the start of the KES validity period, i.e. which KES evolution period we are in.
**NOTE:** When your pool has already forged a block in the current KES interval these values must match.
95
95
96
96
97
-
If your pool has **not** yet forged a block in the current KES Intervalit is ok that `cardano-cli query kes-period-info` shows that `"qKesOnDiskOperationalCertificateNumber"` is greater than `"qKesNodeStateOperationalCertificateNumber"` by exactly one (+1), for example:
97
+
If your pool has **not** yet forged a block in the current KES Interval it's ok that `cardano-cli query kes-period-info` shows that `"qKesOnDiskOperationalCertificateNumber"` is greater than `"qKesNodeStateOperationalCertificateNumber"` by exactly one (+1), for example:
98
98
99
99
```
100
100
"qKesNodeStateOperationalCertificateNumber": 2,
@@ -108,7 +108,7 @@ If your pool has **not** yet forged a block in the current KES Intervalit is ok
108
108
--kes-period 205 \
109
109
--out-file opcert.cert
110
110
```
111
-
Nothing to worry about, when your pool forges a block `qKesNodeStateOperationalCertificateNumber` will be updated accordingly and these values will be the same.
111
+
When your pool forges a block `qKesNodeStateOperationalCertificateNumber` will be updated accordingly and these values will be the same.
112
112
113
113
### How do I know if I have issued an _invalid_ operational certificate
0 commit comments