Skip to content

Commit 2e40ab8

Browse files
committed
Update checkpoints
1 parent e549f18 commit 2e40ab8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/chainparams.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class CMainParams : public CChainParams {
105105
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000015e19c1ad1");
106106

107107
// By default assume that the signatures in ancestors of this block are valid.
108-
consensus.defaultAssumeValid = uint256S("0x0000006fa4023de2a1d4bd712e7d7aafa15a273f6c78b32bd87185846e0cc903");
108+
consensus.defaultAssumeValid = uint256S("0x0000000d7c7c25d0e2a8a8ff4013ae7154ba2d0c0217dc71b942f41af7be990a"); // 606942
109109

110110
/**
111111
* The message start string is designed to be unlikely to occur in normal data.
@@ -150,15 +150,16 @@ class CMainParams : public CChainParams {
150150
{662, uint256S("0x00021b08ddf59cd9d9e396ef46c6d57644b3aac7977d271c966f66b63df45dd1")},
151151
{9074, uint256S("0x0000007e1d70d529752b87fe47f979ae5f8f27bbc987dd0c8b21c9c5a6f3099b")},
152152
{12167, uint256S("0x0000006fa4023de2a1d4bd712e7d7aafa15a273f6c78b32bd87185846e0cc903")},
153+
{606942, uint256S("0x0000000d7c7c25d0e2a8a8ff4013ae7154ba2d0c0217dc71b942f41af7be990a")},
153154
}
154155
};
155156

156157
chainTxData = ChainTxData{
157158
// Data as of block height 1000000 from 'getchaintxstats' command
158-
1620749329, // * UNIX timestamp of last known number of transactions
159-
13696, // * total number of transactions between genesis and that timestamp
159+
1656653649, // * UNIX timestamp of last known number of transactions
160+
655420, // * total number of transactions between genesis and that timestamp
160161
// (the tx=... number in the SetBestChain debug.log lines)
161-
0.01823030126994885 // * estimated number of transactions per second after that timestamp
162+
0.01807233830764586 // * estimated number of transactions per second after that timestamp
162163
};
163164
}
164165
};

0 commit comments

Comments
 (0)