Compare commits

...

4 Commits

Author SHA1 Message Date
de8643af52 Automated commit 2024-04-13 18:06:00 +00:00
36e5fcaecd Update src/chainparams.cpp 2024-04-13 16:21:42 +00:00
e9d604143f Automated commit 2024-04-13 15:55:17 +00:00
892cc06772 Automated commit 2024-04-13 15:50:26 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)

View File

@ -104,7 +104,7 @@ public:
consensus.nMinimumChainWork = uint256S("0x00");
// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x59c9b9d3fec105bdc716d84caa7579503d5b05b73618d0bf2d5fa639f780a011"); //1353397
consensus.defaultAssumeValid = uint256S("0x40a1519f49374e0caeb7039265c9b2076d4c97e6fcdeabe7e3d1ac07b5062768"); //0
/**
* The message start string is designed to be unlikely to occur in normal data.
@ -165,11 +165,11 @@ public:
};
chainTxData = ChainTxData{
// Data as of block 59c9b9d3fec105bdc716d84caa7579503d5b05b73618d0bf2d5fa639f780a011 (height 1353397).
1712103525, // * UNIX timestamp of last known number of transactions
0, // * total number of transactions between genesis and that timestamp
// Data as of block fc4185d24c4c8a6b2c1d2789c649c6eacb251560d3c7172b95480c235b151db2 (height 21232).
1712909024, // * UNIX timestamp of last known number of transactions
21617, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the SetBestChain debug.log lines)
0 // * estimated number of transactions per second after that timestamp
0.0268 // * estimated number of transactions per second after that timestamp
};
}
};
@ -211,7 +211,7 @@ public:
consensus.nMinimumChainWork = uint256S("0x00");
// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0xa0afbded94d4be233e191525dc2d467af5c7eab3143c852c3cd549831022aad6"); //343833
consensus.defaultAssumeValid = uint256S("0xd43857b4d0f5e0d7140a395ba91e2ba714925d1a575dcfeef12bf8c71a985622"); // 0
pchMessageStart[0] = 0xa3;
pchMessageStart[1] = 0xc7;