aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-28 14:48:33 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-28 14:54:08 +0200
commit0449a17e41247a3ffba7982c9f506a98b31654e9 (patch)
tree45bfdc83899e89c30594b4e715919a8172a923b5 /src/checkpoints.cpp
parentaaa707693782a02ed8f5d057e4adf6ad4e1f38e9 (diff)
parent125fba1b482997f13b5eec6b24d634adda4f91e7 (diff)
downloadbitcoin-0449a17e41247a3ffba7982c9f506a98b31654e9.tar.xz
Merge pull request #4541
125fba1 Add a new checkpoint at block 295,000 (Trevin Hofmann)
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r--src/checkpoints.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp
index 4cab11db3d..717f0b90fe 100644
--- a/src/checkpoints.cpp
+++ b/src/checkpoints.cpp
@@ -51,11 +51,12 @@ namespace Checkpoints {
(225430, uint256("0x00000000000001c108384350f74090433e7fcf79a606b8e797f065b130575932"))
(250000, uint256("0x000000000000003887df1f29024b06fc2200b55f8af8f35453d7be294df2d214"))
(279000, uint256("0x0000000000000001ae8c72a0b0c301f67e3afca10e819efa9041e458e9bd7e40"))
+ (295000, uint256("0x00000000000000004d9b4ef50f0f9d686fd69db2e03af35a100370c64632a983"))
;
static const CCheckpointData data = {
&mapCheckpoints,
- 1389047471, // * UNIX timestamp of last checkpoint block
- 30549816, // * total number of transactions between genesis and last checkpoint
+ 1397080064, // * UNIX timestamp of last checkpoint block
+ 36544669, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
60000.0 // * estimated number of transactions per day after checkpoint
};