|
1 | 1 | // Copyright (c) 2010 Satoshi Nakamoto
|
2 | 2 | // Copyright (c) 2009-2014 The Bitcoin Core developers
|
3 | 3 | // Copyright (c) 2014-2017 The Dash Core developers
|
4 |
| -// Copyright (c) 2018 The Documentchain developers |
| 4 | +// Copyright (c) 2018-2019 The Documentchain developers |
5 | 5 |
|
6 | 6 | // Distributed under the MIT software license, see the accompanying
|
7 | 7 | // file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
@@ -246,27 +246,29 @@ class CMainParams : public CChainParams {
|
246 | 246 | fAllowMultiplePorts = false;
|
247 | 247 |
|
248 | 248 | nPoolMaxTransactions = 3;
|
249 |
| - nFulfilledRequestExpireTime = 60*60; // fulfilled requests expire in 1 hour |
| 249 | + nFulfilledRequestExpireTime = 25*60; // fulfilled requests expire in 1 hour TODO: set to 60*60 as soon as we have more masternodes |
250 | 250 |
|
251 | 251 | strSporkAddress = "D6JKVPFgRhYHPDvuQ1ocwDBsk2bDrx8CXo"; // TODO https://github.com/dashpay/dash/commit/611879aa6d973ab995088647d701a4747d0716d3#diff-64cbe1ad5465e13bc59ee8bb6f3de2e7
|
252 | 252 |
|
253 | 253 | checkpointData = (CCheckpointData) {
|
254 | 254 | boost::assign::map_list_of
|
255 |
| - ( 0, uint256S("0x00000af4a21d6e8daa4026a5eafc7132089a7dbb9d3921b12c4fa39b78c9a010")) |
256 |
| - ( 133, uint256S("0x00003c1aa0d920b6a665b71fb8ebde8dff0426ed02483a1f3165a1b9533f339f")) |
257 |
| - ( 1444, uint256S("0x000052ddaadcb557173492fc2b0a381d63917532b6c933b7145410d491ba5167")) |
258 |
| - ( 4600, uint256S("0x00003e6d58a4974170d74f8ccb55aca3afeca21fc6a25789c64a88ac3b44c239")) |
259 |
| - ( 8410, uint256S("0x000000dcc96e66827c73c603c96683bb53d536e878fa282ef3e1a30ee42c4121")) |
260 |
| - ( 15000, uint256S("0x0000024a04c4ac9eb28385fa0a18b6911b7ee22c64c3af476cd72bcf27fa136f")) |
261 |
| - ( 20013, uint256S("0x000000465d652bda5d5746ec620b0926de583a622011b61404af02fd07176236")) |
262 |
| - ( 26990, uint256S("0x00000ac7439f65441970eed887d5bad2ecf6a1bbde4f39a4a21f50aaa648d049")) |
| 255 | + ( 0, uint256S("0x00000af4a21d6e8daa4026a5eafc7132089a7dbb9d3921b12c4fa39b78c9a010")) // 2018-Aug-26 |
| 256 | + ( 133, uint256S("0x00003c1aa0d920b6a665b71fb8ebde8dff0426ed02483a1f3165a1b9533f339f")) // 2018-Aug-27 |
| 257 | + ( 4600, uint256S("0x00003e6d58a4974170d74f8ccb55aca3afeca21fc6a25789c64a88ac3b44c239")) // 2018-Sep-14 |
| 258 | + ( 8410, uint256S("0x000000dcc96e66827c73c603c96683bb53d536e878fa282ef3e1a30ee42c4121")) // 2018-Oct-01 |
| 259 | + ( 15000, uint256S("0x0000024a04c4ac9eb28385fa0a18b6911b7ee22c64c3af476cd72bcf27fa136f")) // 2018-Oct-31 |
| 260 | + ( 20013, uint256S("0x000000465d652bda5d5746ec620b0926de583a622011b61404af02fd07176236")) // 2018-Nov-24 |
| 261 | + ( 26990, uint256S("0x00000ac7439f65441970eed887d5bad2ecf6a1bbde4f39a4a21f50aaa648d049")) // 2018-Dec-25 |
| 262 | + ( 35993, uint256S("0x000000d3ea06a03deccce15641c113ce59bc9ed662d878eb1d971fb0478df9cc")) // 2019-Feb-03 |
| 263 | + ( 46096, uint256S("0x000000a402d9343d7b70df237cfedadefbd002d18f95ce775d33956e7f7e4141")) // 2019-Mar-19 |
| 264 | + ( 51834, uint256S("0x00001617483dacc4cb349535a9d1806c0b749801111d705362d61d7df72269d7")) // 2019-Apr-13 |
263 | 265 | };
|
264 | 266 |
|
265 | 267 | chainTxData = ChainTxData{
|
266 | 268 | 1535270400, // * UNIX timestamp of last known number of transactions
|
267 | 269 | 0, // * total number of transactions between genesis and that timestamp
|
268 | 270 | // (the tx=... number in the SetBestChain debug.log lines)
|
269 |
| - 500 // 0.1 TODO // * estimated number of transactions per second after that timestamp https://github.com/dashpay/dash/commit/658479355e298307e7d087893c4fd545ab61a0cc#diff-64cbe1ad5465e13bc59ee8bb6f3de2e7 |
| 271 | + 0.1 // * estimated number of transactions per second after that timestamp https://github.com/dashpay/dash/commit/658479355e298307e7d087893c4fd545ab61a0cc#diff-64cbe1ad5465e13bc59ee8bb6f3de2e7 |
270 | 272 | };
|
271 | 273 | }
|
272 | 274 | };
|
|
0 commit comments