@@ -477,10 +477,10 @@ class CMainParams : public CChainParams {
477
477
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999 ; // December 31, 2008
478
478
479
479
// The best chain should have at least this much work.
480
- consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000000008d254bb784e3f00 " ); // 127918
480
+ consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000000000000000fade80 " ); // 127918
481
481
482
482
// By default assume that the signatures in ancestors of this block are valid.
483
- consensus.defaultAssumeValid = uint256S (" 0x0000000000000307a7ca1e00c041513a63eab4f62a083aae6d19466478737894 " ); // 127918
483
+ consensus.defaultAssumeValid = uint256S (" 0x0000012eb451fbdf5e8b5c588c0912b3e70e2ea5a37ac88e4ca8c1ad27279509 " );
484
484
485
485
/* *
486
486
* The message start string is designed to be unlikely to occur in normal data.
@@ -508,6 +508,7 @@ class CMainParams : public CChainParams {
508
508
vSeeds.emplace_back (" 31.40.251.11" ," 31.40.251.11" );
509
509
vSeeds.emplace_back (" nod.butcoin.tech" ," nod.butcoin.tech" );
510
510
vSeeds.emplace_back (" 51.79.220.19" ," 51.79.220.19" );
511
+ vSeeds.emplace_back (" 45.9.191.62" ," 45.9.191.62" );
511
512
512
513
// But addresses start with 'x'
513
514
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char >(1 ,76 );
@@ -528,6 +529,7 @@ class CMainParams : public CChainParams {
528
529
consensus.nCollaterals = SmartnodeCollaterals (
529
530
{
530
531
{150000 , 6000000 * COIN},
532
+ {150001 , 8000000 * COIN},
531
533
{500000 , 15000000 * COIN},
532
534
{700000 , 20000000 * COIN},
533
535
{INT_MAX, 25000000 * COIN}
@@ -567,15 +569,17 @@ class CMainParams : public CChainParams {
567
569
checkpointData = (CCheckpointData) {
568
570
{
569
571
{0 , uint256S (" 0x001787e5f9c3cd249f84f0142071f6098d9e3b7ec8591ff73543ddc4900c1dc2" )},
570
- {127918 , uint256S (" 0x0000000000000307a7ca1e00c041513a63eab4f62a083aae6d19466478737894" )},
572
+ {10 , uint256S (" 0x005cab51de3bef6840c7866dbc1d2f69738cff67155a975fa3f1800aa4bbfcf9" )},
573
+ {50 , uint256S (" 0x0037fcf4a01c6c445f2ca1201aa67bca5c3a769cd9225199764c5d2b20e10e9f" )},
574
+ {100 , uint256S (" 0x00008474034c9e03197c723b565b14cfdbedefbac17b6f25fb0a37214be66062" )},
571
575
}
572
576
};
573
577
574
578
chainTxData = ChainTxData{
575
579
// Data from RPC: getchaintxstats 127917 00000000000000000008a89e854d57e5667df88f1cdef6fde2fbca1de5b639ad
576
- /* nTime */ 1652019164 ,
577
- /* nTxCount */ 281951 ,
578
- /* dTxRate */ 0.03009734730359049 ,
580
+ /* nTime */ 1642793439 ,
581
+ /* nTxCount */ 465 ,
582
+ /* dTxRate */ 0.003272177305365523 ,
579
583
};
580
584
}
581
585
};
0 commit comments