Skip to content

Commit

Permalink
one more checkpoint to steer testnet to right waters
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Sep 19, 2021
1 parent fd918a5 commit 3843eeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,19 @@ class CTestNetParams : public CChainParams {
{408500, uint256S("0x1636ac08b073d26b28fa40243d58dd5deb215752efe094c92c61998e4e9baf3f")},
{412691, uint256S("0x0e20318be88f07f521453435b37cfc516c3de07264a78ed7170985a1126126ab")},
{441299, uint256S("0x4091d0836a37c50ceee876000ac0cb251fd10031dab901d2c0677cd86283096e")},
{442735, uint256S("0x1b83b33894d51be0b8b323bfab093f638915236e0e40ba3b52bb33fdbc4053cd")},
}
};

chainTxData = ChainTxData{
// Data as of block 0x4091d0836a37c50ceee876000ac0cb251fd10031dab901d2c0677cd86283096e (height 441299)
1631795531, // * UNIX timestamp of last known number of transactions
860917, // * total number of transactions between genesis and that timestamp
// Data as of block 0x1b83b33894d51be0b8b323bfab093f638915236e0e40ba3b52bb33fdbc4053cd (height 442735)
1632053274, // * UNIX timestamp of last known number of transactions
863997, // * total number of transactions between genesis and that timestamp

// (the tx=... number in the SetBestChain debug.log lines)
0.003012664 // * estimated number of transactions per second after that timestamp
// 860917/(1631795531-1346029522) = 0.003012664
0.003020718 // * estimated number of transactions per second after that timestamp
// 863997/(1632053274-1346029522) = 0.003020718

};
}
};
Expand Down
1 change: 1 addition & 0 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static std::map<int, unsigned int> mapStakeModifierTestnetCheckpoints =
(408500, 0x68cadee2u )
(412691, 0x93138e67u )
(441299, 0x03e195cbu )
(442735, 0xe42d94feu )
;

// Whether the given coinstake is subject to new v0.3 protocol
Expand Down

0 comments on commit 3843eeb

Please sign in to comment.