@@ -225,10 +225,10 @@ class CMainParams : public CChainParams {
225225 consensus.vDeployments [Consensus::DEPLOYMENT_MN_RR].useEHF = true ;
226226
227227 // The best chain should have at least this much work.
228- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000008d970bc6cda0b02b30fc " ); // 1969000
228+ consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000009134566d753c5e08ab88 " ); // 2029000
229229
230230 // By default assume that the signatures in ancestors of this block are valid.
231- consensus.defaultAssumeValid = uint256S (" 0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf " ); // 1969000
231+ consensus.defaultAssumeValid = uint256S (" 0x0000000000000020d5e38b6aef5bc8e430029444d7977b46f710c7d281ef1281 " ); // 2029000
232232
233233 /* *
234234 * The message start string is designed to be unlikely to occur in normal data.
@@ -334,19 +334,20 @@ class CMainParams : public CChainParams {
334334 {1850400 , uint256S (" 0x00000000000000261bdbe99c01fcba992e577efa6cc41aae564b8ca9f112b2a3" )},
335335 {1889000 , uint256S (" 0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7" )},
336336 {1969000 , uint256S (" 0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf" )},
337+ {2029000 , uint256S (" 0x0000000000000020d5e38b6aef5bc8e430029444d7977b46f710c7d281ef1281" )},
337338 }
338339 };
339340
340341 m_assumeutxo_data = MapAssumeutxo{
341342 // TODO to be specified in a future patch.
342343 };
343344
344- // getchaintxstats 17280 000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf
345+ // getchaintxstats 17280 0000000000000020d5e38b6aef5bc8e430029444d7977b46f710c7d281ef1281
345346 chainTxData = ChainTxData{
346- 1699617498 , // * UNIX timestamp of last known number of transactions (Block 1969000)
347- 49780131 , // * total number of transactions between genesis and that timestamp
347+ 1709075370 , // * UNIX timestamp of last known number of transactions (Block 1969000)
348+ 51654587 , // * total number of transactions between genesis and that timestamp
348349 // (the tx=... number in the ChainStateFlushed debug.log lines)
349- 0.1256464722959867 , // * estimated number of transactions per second after that timestamp
350+ 0.1827081972006155 , // * estimated number of transactions per second after that timestamp
350351 };
351352 }
352353};
0 commit comments