diff options
| author | Ross Nicoll <[email protected]> | 2021-02-13 12:37:55 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-02-14 13:36:15 +0000 |
| commit | 58ce7f54055c79f4f5dbe5a6056d0a6d80d4c031 (patch) | |
| tree | cf4606e14abfcc50b6317a095ac6f624b4ea6d3d /src/chainparams.cpp | |
| parent | Add live checkpoints (diff) | |
| download | discoin-58ce7f54055c79f4f5dbe5a6056d0a6d80d4c031.tar.xz discoin-58ce7f54055c79f4f5dbe5a6056d0a6d80d4c031.zip | |
Add testnet checkpoints
Diffstat (limited to 'src/chainparams.cpp')
| -rw-r--r-- | src/chainparams.cpp | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 9bc2c252c..482721f96 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -349,13 +349,22 @@ public: ( 703635, uint256S("0x839fa54617adcd582d53030a37455c14a87a806f6615aa8213f13e196230ff7f")) ( 1000000, uint256S("0x1fe4d44ea4d1edb031f52f0d7c635db8190dc871a190654c41d2450086b8ef0e")) ( 1202214, uint256S("0xa2179767a87ee4e95944703976fee63578ec04fa3ac2fc1c9c2c83587d096977")) + ( 1250000, uint256S("0xb46affb421872ca8efa30366b09694e2f9bf077f7258213be14adb05a9f41883")) + ( 1500000, uint256S("0x0caa041b47b4d18a4f44bdc05cef1a96d5196ce7b2e32ad3e4eb9ba505144917")) + ( 1750000, uint256S("0x8042462366d854ad39b8b95ed2ca12e89a526ceee5a90042d55ebb24d5aab7e9")) + ( 2000000, uint256S("0xd6acde73e1b42fc17f29dcc76f63946d378ae1bd4eafab44d801a25be784103c")) + ( 2250000, uint256S("0xc4342ae6d9a522a02e5607411df1b00e9329563ef844a758d762d601d42c86dc")) + ( 2500000, uint256S("0x3a66ec4933fbb348c9b1889aaf2f732fe429fd9a8f74fee6895eae061ac897e2")) + ( 2750000, uint256S("0x473ea9f625d59f534ffcc9738ffc58f7b7b1e0e993078614f5484a9505885563")) + ( 3062910, uint256S("0x113c41c00934f940a41f99d18b2ad9aefd183a4b7fe80527e1e6c12779bd0246")) + }; chainTxData = ChainTxData{ - // Data as of block a2179767a87ee4e95944703976fee63578ec04fa3ac2fc1c9c2c83587d096977 (height 1202214) - 1514565123, // * UNIX timestamp of last checkpoint block - 2005610, // * total number of transactions between genesis and last checkpoint - 1000 // * estimated number of transactions per day after checkpoint + // Data as of block a113c41c00934f940a41f99d18b2ad9aefd183a4b7fe80527e1e6c12779bd024 (height 3062910) + 1613217942, // * UNIX timestamp of last checkpoint block + 4186373, // * total number of transactions between genesis and last checkpoint + 0.05 // * estimated number of transactions per second after that timestamp }; } |