Skip to content

Commit 70472e2

Browse files
author
lipgmppa
committed
Updated chainparams
1 parent e03be6d commit 70472e2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/chainparams.cpp

+10-6
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ class CMainParams : public CChainParams {
477477
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999; // December 31, 2008
478478

479479
// The best chain should have at least this much work.
480-
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000008d254bb784e3f00"); // 127918
480+
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000000000000fade80"); // 127918
481481

482482
// By default assume that the signatures in ancestors of this block are valid.
483-
consensus.defaultAssumeValid = uint256S("0x0000000000000307a7ca1e00c041513a63eab4f62a083aae6d19466478737894"); // 127918
483+
consensus.defaultAssumeValid = uint256S("0x0000012eb451fbdf5e8b5c588c0912b3e70e2ea5a37ac88e4ca8c1ad27279509");
484484

485485
/**
486486
* The message start string is designed to be unlikely to occur in normal data.
@@ -508,6 +508,7 @@ class CMainParams : public CChainParams {
508508
vSeeds.emplace_back("31.40.251.11","31.40.251.11");
509509
vSeeds.emplace_back("nod.butcoin.tech","nod.butcoin.tech");
510510
vSeeds.emplace_back("51.79.220.19","51.79.220.19");
511+
vSeeds.emplace_back("45.9.191.62","45.9.191.62");
511512

512513
// But addresses start with 'x'
513514
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,76);
@@ -528,6 +529,7 @@ class CMainParams : public CChainParams {
528529
consensus.nCollaterals = SmartnodeCollaterals(
529530
{
530531
{150000, 6000000 * COIN},
532+
{150001, 8000000 * COIN},
531533
{500000, 15000000 * COIN},
532534
{700000, 20000000 * COIN},
533535
{INT_MAX, 25000000 * COIN}
@@ -567,15 +569,17 @@ class CMainParams : public CChainParams {
567569
checkpointData = (CCheckpointData) {
568570
{
569571
{0, uint256S("0x001787e5f9c3cd249f84f0142071f6098d9e3b7ec8591ff73543ddc4900c1dc2")},
570-
{127918, uint256S("0x0000000000000307a7ca1e00c041513a63eab4f62a083aae6d19466478737894")},
572+
{10, uint256S("0x005cab51de3bef6840c7866dbc1d2f69738cff67155a975fa3f1800aa4bbfcf9")},
573+
{50, uint256S("0x0037fcf4a01c6c445f2ca1201aa67bca5c3a769cd9225199764c5d2b20e10e9f")},
574+
{100, uint256S("0x00008474034c9e03197c723b565b14cfdbedefbac17b6f25fb0a37214be66062")},
571575
}
572576
};
573577

574578
chainTxData = ChainTxData{
575579
// 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,
579583
};
580584
}
581585
};

0 commit comments

Comments
 (0)