@@ -177,10 +177,10 @@ class CMainParams : public CChainParams {
177
177
consensus.vDeployments [Consensus::DEPLOYMENT_BIP147].nThreshold = 3226 ; // 80% of 4032
178
178
179
179
// The best chain should have at least this much work.
180
- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000000000001c0fca849bf " ); // = 1.928.384.235.967 total work, block 135808
180
+ consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000000000032f04770142 " ); // = 3.500.473.254.210 total work, block 175594
181
181
182
182
// By default assume that the signatures in ancestors of this block are valid.
183
- consensus.defaultAssumeValid = uint256S (" 0x00000025868ef0958009ba542ded2faf5242cd835445ca6c5556eff5a19161ab " ); // 135808
183
+ consensus.defaultAssumeValid = uint256S (" 0x0000000ee3871b495f8f26714200b50dbe56fb48c9bde4a9b1a4b72ba5793c1c " ); // 175594
184
184
185
185
/* *
186
186
* The message start string is designed to be unlikely to occur in normal data.
@@ -268,11 +268,15 @@ class CMainParams : public CChainParams {
268
268
(120004 , uint256S (" 0x00000031fd82d41fa6fda29a405a55162304822be9b03beed79e47f25d3f3296" )) // 2020-Feb-06
269
269
(127991 , uint256S (" 0x00000042ec60e4badf5e3288b1dbb8da2a27af4b88b6ec299e7149586784ccfd" )) // 2020-Mar-12
270
270
(135808 , uint256S (" 0x00000025868ef0958009ba542ded2faf5242cd835445ca6c5556eff5a19161ab" )) // 2020-Apr-15
271
+ (144997 , uint256S (" 0x00000074c2b1520d116c447d2cf6170951642fc50487b300074d76952fc20a4d" )) // 2020-May-25
272
+ (154972 , uint256S (" 0x00000053c7c6c55129d6e9c9477ddcdbd351847d748ff77eff13dbc44bde58d4" )) // 2020-Jul-08
273
+ (165993 , uint256S (" 0x000000391480ecb91edb3bc72ed1a206c6640c7c8927c244536e0bc90c43b51f" )) // 2020-Aug-25
274
+ (175594 , uint256S (" 0x0000000ee3871b495f8f26714200b50dbe56fb48c9bde4a9b1a4b72ba5793c1c" )) // 2020-Oct-06
271
275
};
272
276
273
277
chainTxData = ChainTxData{
274
- 1586930538 , // * UNIX timestamp of last known number of transactions
275
- 205946 , // * total number of transactions between genesis and that timestamp
278
+ 1601994910 , // * UNIX timestamp of last known number of transactions
279
+ 295331 , // * total number of transactions between genesis and that timestamp
276
280
// (the tx=... number in the UpdateTip debug.log lines)
277
281
0.04 // * estimated number of transactions per second after that timestamp
278
282
};
@@ -339,10 +343,10 @@ class CTestNetParams : public CChainParams {
339
343
consensus.vDeployments [Consensus::DEPLOYMENT_BIP147].nThreshold = 8 ; // 80% of 10 MN
340
344
341
345
// The best chain should have at least this much work.
342
- consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000000000000000566f4ad8 " ); // = 1450134232 , block 140464
346
+ consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000000000000008e4b3670 " ); // = 2.387.293.808 , block 183038
343
347
344
348
// By default assume that the signatures in ancestors of this block are valid.
345
- consensus.defaultAssumeValid = uint256S (" 0x00000174ee13b777c20a7aa6aef53650f0e42777788ec2c00e36a76658dfc6f6 " ); // 140464
349
+ consensus.defaultAssumeValid = uint256S (" 0x0000265f61ad4c3c7841f177c56d9616ea1f2b0ed795271139760028e8c2bd82 " ); // 183038
346
350
347
351
pchMessageStart[0 ] = 0xce ; // same as Dash Testnet
348
352
pchMessageStart[1 ] = 0x44 ; // D
@@ -420,10 +424,13 @@ class CTestNetParams : public CChainParams {
420
424
(130004 , uint256S (" 0x00004646f1ca07c4dc563368ac427c930fc22d2e1f7b689eddbbdf5c2026e97a" ))
421
425
(137044 , uint256S (" 0x000090f59b07ccd5285bd79dd9a4190cd23cd6efd3d0b7b1c4069e9ce9897c12" ))
422
426
(140464 , uint256S (" 0x00000174ee13b777c20a7aa6aef53650f0e42777788ec2c00e36a76658dfc6f6" ))
427
+ (160000 , uint256S (" 0x0002f859981fb98abbde73b1574a0e3c05676185de4c0c385c23392ba1703cf2" )) // 2020-Jul-03
428
+ (174000 , uint256S (" 0x0002beb9fd3c0207b45f5825811b7a847cd043b8c1222f64e7dd172e201a6bf5" )) // 2020-Aug-30
429
+ (183038 , uint256S (" 0x0000265f61ad4c3c7841f177c56d9616ea1f2b0ed795271139760028e8c2bd82" )) // 2020-Oct-06
423
430
};
424
431
chainTxData = ChainTxData{
425
- 1586930531 , // * UNIX timestamp of last known number of transactions
426
- 142227 , // * total number of transactions between genesis and that timestamp
432
+ 1601997461 , // * UNIX timestamp of last known number of transactions
433
+ 185643 , // * total number of transactions between genesis and that timestamp
427
434
// (the tx=... number in the UpdateTip debug.log lines)
428
435
0.003 // * estimated number of transactions per second after that timestamp
429
436
};
0 commit comments