mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-25 14:04:27 +00:00
update hard/soft checkpoints
This commit is contained in:
parent
487138ebcb
commit
555e711b09
@ -45,11 +45,12 @@ namespace Checkpoints
|
|||||||
( 18973, uint256("0x5f3f60fec53ac03434907ca980b5349875822794a4a0b50b78bcf0411d0c95fe"))
|
( 18973, uint256("0x5f3f60fec53ac03434907ca980b5349875822794a4a0b50b78bcf0411d0c95fe"))
|
||||||
( 20200, uint256("0x31f84d32e843baa1fd73b0013466c206ad8a783aaaeab61219bcea2475e1d05d"))
|
( 20200, uint256("0x31f84d32e843baa1fd73b0013466c206ad8a783aaaeab61219bcea2475e1d05d"))
|
||||||
( 20988, uint256("0x8e022eb85240176a82bac5e9ba5ad7bd05cb43f2073e08c462b1ba1ac012ba42"))
|
( 20988, uint256("0x8e022eb85240176a82bac5e9ba5ad7bd05cb43f2073e08c462b1ba1ac012ba42"))
|
||||||
|
( 24500, uint256("0x04a001c98e63b2c1bf3c24d6459f7de2cdfeb37d6cb960e95d9e2b1792748490"))
|
||||||
;
|
;
|
||||||
static const CCheckpointData data = {
|
static const CCheckpointData data = {
|
||||||
&mapCheckpoints,
|
&mapCheckpoints,
|
||||||
1390337493, // * UNIX timestamp of last checkpoint block
|
1392389593, // * UNIX timestamp of last checkpoint block
|
||||||
36312, // * total number of transactions between genesis and last checkpoint
|
65982, // * total number of transactions between genesis and last checkpoint
|
||||||
// (the tx=... number in the SetBestChain debug.log lines)
|
// (the tx=... number in the SetBestChain debug.log lines)
|
||||||
144.0 // * estimated number of transactions per day after checkpoint
|
144.0 // * estimated number of transactions per day after checkpoint
|
||||||
};
|
};
|
||||||
|
@ -41,7 +41,7 @@ namespace SoftCheckpoints
|
|||||||
|
|
||||||
static std::set<std::string> upcomingUsersList =
|
static std::set<std::string> upcomingUsersList =
|
||||||
boost::assign::list_of
|
boost::assign::list_of
|
||||||
("_gltest2");
|
("_gltest2")("fcplm_zion");
|
||||||
|
|
||||||
|
|
||||||
void SetSoftCPBestChain() {
|
void SetSoftCPBestChain() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user