chore: update mainnet chainparams

This commit is contained in:
UdjinM6 2023-11-11 15:51:47 +03:00 committed by PastaPastaPasta
parent 7e55f09a98
commit 4b26efa102

View File

@ -224,10 +224,10 @@ public:
consensus.vDeployments[Consensus::DEPLOYMENT_MN_RR].useEHF = true; consensus.vDeployments[Consensus::DEPLOYMENT_MN_RR].useEHF = true;
// The best chain should have at least this much work. // The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000008677827656704520eb39"); // 1889000 consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000008d970bc6cda0b02b30fc"); // 1969000
// By default assume that the signatures in ancestors of this block are valid. // By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7"); // 1889000 consensus.defaultAssumeValid = uint256S("0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf"); // 1969000
/** /**
* The message start string is designed to be unlikely to occur in normal data. * The message start string is designed to be unlikely to occur in normal data.
@ -334,6 +334,7 @@ public:
{1796500, uint256S("0x000000000000001d531f36005159f19351bd49ca676398a561e55dcccb84eacd")}, {1796500, uint256S("0x000000000000001d531f36005159f19351bd49ca676398a561e55dcccb84eacd")},
{1850400, uint256S("0x00000000000000261bdbe99c01fcba992e577efa6cc41aae564b8ca9f112b2a3")}, {1850400, uint256S("0x00000000000000261bdbe99c01fcba992e577efa6cc41aae564b8ca9f112b2a3")},
{1889000, uint256S("0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7")}, {1889000, uint256S("0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7")},
{1969000, uint256S("0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf")},
} }
}; };
@ -341,12 +342,12 @@ public:
// TODO to be specified in a future patch. // TODO to be specified in a future patch.
}; };
// getchaintxstats 17280 00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7 // getchaintxstats 17280 000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf
chainTxData = ChainTxData{ chainTxData = ChainTxData{
1687008680, // * UNIX timestamp of last known number of transactions (Block 1889000) 1699617498, // * UNIX timestamp of last known number of transactions (Block 1969000)
48071282, // * total number of transactions between genesis and that timestamp 49780131, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the ChainStateFlushed debug.log lines) // (the tx=... number in the ChainStateFlushed debug.log lines)
0.1420701358442986, // * estimated number of transactions per second after that timestamp 0.1256464722959867, // * estimated number of transactions per second after that timestamp
}; };
} }
}; };