@@ -102,10 +102,10 @@ class CMainParams : public CChainParams {
102
102
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1510704000 ; // November 15th, 2017.
103
103
104
104
// The best chain should have at least this much work.
105
- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000f91c579d57cad4bc5278cc " );
105
+ consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000028822fef1c230963535a90d " );
106
106
107
107
// By default assume that the signatures in ancestors of this block are valid.
108
- consensus.defaultAssumeValid = uint256S (" 0x0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0 " ); // 506067
108
+ consensus.defaultAssumeValid = uint256S (" 0x0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 " ); // 534292
109
109
110
110
/* *
111
111
* The message start string is designed to be unlikely to occur in normal data.
@@ -170,11 +170,10 @@ class CMainParams : public CChainParams {
170
170
};
171
171
172
172
chainTxData = ChainTxData{
173
- // Data as of block 0000000000000000002d6cca6761c99b3c2e936f9a0e304b7c7651a993f461de (height 506081).
174
- 1516903077 , // * UNIX timestamp of last known number of transactions
175
- 295363220 , // * total number of transactions between genesis and that timestamp
176
- // (the tx=... number in the ChainStateFlushed debug.log lines)
177
- 3.5 // * estimated number of transactions per second after that timestamp
173
+ // Data from rpc: getchaintxstats 4096 0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75
174
+ /* nTime */ 1532884444 ,
175
+ /* nTxCount */ 331282217 ,
176
+ /* dTxRate */ 2.4
178
177
};
179
178
180
179
/* disable fallback fee on mainnet */
@@ -217,10 +216,10 @@ class CTestNetParams : public CChainParams {
217
216
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1493596800 ; // May 1st 2017
218
217
219
218
// The best chain should have at least this much work.
220
- consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000002830dab7f76dbb7d63 " );
219
+ consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000007dbe94253893cbd463 " );
221
220
222
221
// By default assume that the signatures in ancestors of this block are valid.
223
- consensus.defaultAssumeValid = uint256S (" 0x0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1 " ); // 1135275
222
+ consensus.defaultAssumeValid = uint256S (" 0x0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75 " ); // 1354312
224
223
225
224
pchMessageStart[0 ] = 0x0b ;
226
225
pchMessageStart[1 ] = 0x11 ;
@@ -264,10 +263,10 @@ class CTestNetParams : public CChainParams {
264
263
};
265
264
266
265
chainTxData = ChainTxData{
267
- // Data as of block 000000000000033cfa3c975eb83ecf2bb4aaedf68e6d279f6ed2b427c64caff9 (height 1260526)
268
- 1516903490 ,
269
- 17082348 ,
270
- 0.09
266
+ // Data from rpc: getchaintxstats 4096 0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75
267
+ /* nTime */ 1531929919 ,
268
+ /* nTxCount */ 19438708 ,
269
+ /* dTxRate */ 0.626
271
270
};
272
271
273
272
/* enable fallback fee on testnet */
0 commit comments