From f5586a7df6b5911c7964abcbdee7d6c1ab78bc6b Mon Sep 17 00:00:00 2001 From: gwaycoin Date: Thu, 28 Feb 2019 21:04:40 +0300 Subject: [PATCH] Release v1.0.0.0 --- src/chainparams.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index e5cf078..3756af0 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -182,11 +182,13 @@ class CMainParams : public CChainParams { checkpointData = (CCheckpointData) { boost::assign::map_list_of - ( 0, uint256S("0x0000096f2f2d8121901607724b9474e20b62f3bcb50a64545400441aa38f15b3")), - 0, // * UNIX timestamp of last checkpoint block - 0, // * total number of transactions between genesis and last checkpoint + ( 0, uint256S("0x0000096f2f2d8121901607724b9474e20b62f3bcb50a64545400441aa38f15b3")) + ( 10, uint256S("0x0000010e2daa52546f3483849001b8a056ad2075af03682919f8229a29fcd208")) + , + 1551376969, // * UNIX timestamp of last checkpoint block + 11, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the SetBestChain debug.log lines) - 5000 // * estimated number of transactions per day after checkpoint + 500 // * estimated number of transactions per day after checkpoint }; founderAddress = "gARS8XUE9aREqpkMsdZow2hz6J2qKbtDa4";