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
Gridcoin Research 3.5.8.2/MSI=41.7
Mandatory Upgrade
- At block 725000 we require blocks to be signed with keypairs.
- Enable binary superblocks at block 725000.
- When keys expire at the 6 month interval, check the keypair by signing
a Test block, and if good, renew the keypair, otherwise generate a new
keypair and a new beacon and save the new keypair automatically.
(The wallet will repair the keypair if one of two keys are missing).
- Note: execute beaconstatus to find the status of your Prod keypair.
if (pHistorical->nHeight <= nNewIndex || pHistorical->nMagnitude==0 || pHistorical->nTime == 0)
10319
10317
{
10320
10318
//No prior block exists... Newbies get .01 age to bootstrap the CPID (otherwise they will not have any prior block to refer to, thus cannot get started):
10321
-
if (!bNewbieFeatureEnabled)
10319
+
if (!AreBinarySuperblocksEnabled(pindexLast->nHeight))
0 commit comments