Skip to content

Commit 8daf938

Browse files
committed
chore: update chainparams for testnet
1 parent 9a3dfa5 commit 8daf938

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/chainparams.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@ class CTestNetParams : public CChainParams {
424424
consensus.vDeployments[Consensus::DEPLOYMENT_MN_RR].useEHF = true;
425425

426426
// The best chain should have at least this much work.
427-
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000002d68d24632e300f"); // 905100
427+
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000002ecd6cf5ad0f774"); // 960000
428428

429429
// By default assume that the signatures in ancestors of this block are valid.
430-
consensus.defaultAssumeValid = uint256S("0x0000020c5e0f86f385cbf8e90210de9a9fd63633f01433bf47a6b3227a2851fd"); // 905100
430+
consensus.defaultAssumeValid = uint256S("0x0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6"); // 960000
431431

432432
pchMessageStart[0] = 0xce;
433433
pchMessageStart[1] = 0xe2;
@@ -508,19 +508,20 @@ class CTestNetParams : public CChainParams {
508508
{840000, uint256S("0x000000cd7c3084499912ae893125c13e8c3c656abb6e511dcec6619c3d65a510")},
509509
{851000, uint256S("0x0000014d3b875540ff75517b7fbb1714e25d50ce92f65d7086cfce357928bb02")},
510510
{905100, uint256S("0x0000020c5e0f86f385cbf8e90210de9a9fd63633f01433bf47a6b3227a2851fd")},
511+
{960000, uint256S("0x0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6")},
511512
}
512513
};
513514

514515
m_assumeutxo_data = MapAssumeutxo{
515516
// TODO to be specified in a future patch.
516517
};
517518

518-
// getchaintxstats 17280 0000020c5e0f86f385cbf8e90210de9a9fd63633f01433bf47a6b3227a2851fd
519+
// getchaintxstats 17280 0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6
519520
chainTxData = ChainTxData{
520-
1698870742, // * UNIX timestamp of last known number of transactions (Block 905100)
521-
5952838, // * total number of transactions between genesis and that timestamp
521+
1706545657, // * UNIX timestamp of last known number of transactions (Block 905100)
522+
6159236, // * total number of transactions between genesis and that timestamp
522523
// (the tx=... number in the ChainStateFlushed debug.log lines)
523-
0.009046572717013628, // * estimated number of transactions per second after that timestamp
524+
0.02150786927638326, // * estimated number of transactions per second after that timestamp
524525
};
525526
}
526527
};

0 commit comments

Comments
 (0)