Skip to content

Commit

Permalink
v1.3.3.2 new checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumfuture committed Apr 17, 2018
1 parent 4404511 commit 137b969
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Ethereum Future Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ethereumfuture.net],[ethf])
Expand Down
7 changes: 4 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(2067, uint256("000000000006b0ab13d2df3f0f4ee8796f0a427ad33438698761f28453eac226"))
(2400, uint256("00000000000226ec5b0464bac02d5142dea94c1db2cef0fd6f646b6ceccbc961"))
(29413, uint256("000000000017914c752bd1e0fc94edfdfa7bae47a1398eff7a270ad7f7a80231"))
(39000, uint256("0000000000380e26055ed3d098f63fe56dca136ebb2931fe89131db19346a1ea"));
(39000, uint256("0000000000380e26055ed3d098f63fe56dca136ebb2931fe89131db19346a1ea"))
(54400, uint256("000000000020842dd07a9cc81e54318ecfd9b7a82a73480ac1a42a1562fab973"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1522389691,// * UNIX timestamp of last checkpoint block
45028, // * total number of transactions between genesis and last checkpoint
1523945815,// * UNIX timestamp of last checkpoint block
62025, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
2000 // * estimated number of transactions per day after checkpoint
};
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_BUILD 2

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit 137b969

Please sign in to comment.