Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
Update chainparams checkpoints
  • Loading branch information
CryptAxe authored Mar 21, 2024
1 parent 044235d commit 3d24936
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CMainParams : public CChainParams {
consensus.nMinimumChainWork = uint256S("0x00");

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x5c19daec5e73aa7c9707a7931237fce59e7b8f4c1ca35763ed1c3b9f8ba5d179");
consensus.defaultAssumeValid = uint256S("0x56eb7bc17defe42c14e67e21e338d84ae905294abc128ca9ab2ffc8c2eb2656f");

consensus.MinimumHeight = 0;

Expand Down Expand Up @@ -137,17 +137,14 @@ class CMainParams : public CChainParams {

checkpointData = {
{
//{11, uint256S("7c43551f4784e3f788f27ecc5920eefb4331e6e6884c8419de570bd114c1e461")},
//{425, uint256S("53e450ef3d039e725b3c88d6b85e3a1c06273bf0eef247a7b782d542f8cc3fe1")},
//{82353, uint256S("5f086e59a4e0896e3a2554a43f8aeeae0017f303185d1fbc4386e5045646def2")},

{10000, uint256S("56eb7bc17defe42c14e67e21e338d84ae905294abc128ca9ab2ffc8c2eb2656f")},
}
};

chainTxData = ChainTxData{
/* nTime */ 1710278531,
/* nTxCount */ 1,
/* dTxRate */ 0.0
/* nTime */ 1710982336,
/* nTxCount */ 10153,
/* dTxRate */ 0.01675917318840859

};
}
Expand Down

0 comments on commit 3d24936

Please sign in to comment.