Skip to content

Commit 0bcdfb9

Browse files
committed
chore: update testnet chainparams and seeds
1 parent d0be2ce commit 0bcdfb9

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
@@ -426,10 +426,10 @@ class CTestNetParams : public CChainParams {
426426
consensus.vDeployments[Consensus::DEPLOYMENT_MN_RR].useEHF = true;
427427

428428
// The best chain should have at least this much work.
429-
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000002ecd6cf5ad0f774"); // 960000
429+
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000031779511a7ed1ba"); // 1060000
430430

431431
// By default assume that the signatures in ancestors of this block are valid.
432-
consensus.defaultAssumeValid = uint256S("0x0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6"); // 960000
432+
consensus.defaultAssumeValid = uint256S("0x000000a8b01eb8bc8fbea662cf17850cc8f4672000aee41010ea4b9bc5d712cc"); // 1060000
433433

434434
pchMessageStart[0] = 0xce;
435435
pchMessageStart[1] = 0xe2;
@@ -512,19 +512,20 @@ class CTestNetParams : public CChainParams {
512512
{851000, uint256S("0x0000014d3b875540ff75517b7fbb1714e25d50ce92f65d7086cfce357928bb02")},
513513
{905100, uint256S("0x0000020c5e0f86f385cbf8e90210de9a9fd63633f01433bf47a6b3227a2851fd")},
514514
{960000, uint256S("0x0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6")},
515+
{1060000, uint256S("0x000000a8b01eb8bc8fbea662cf17850cc8f4672000aee41010ea4b9bc5d712cc")},
515516
}
516517
};
517518

518519
m_assumeutxo_data = MapAssumeutxo{
519520
// TODO to be specified in a future patch.
520521
};
521522

522-
// getchaintxstats 17280 0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6
523+
// getchaintxstats 17280 000000a8b01eb8bc8fbea662cf17850cc8f4672000aee41010ea4b9bc5d712cc
523524
chainTxData = ChainTxData{
524-
1706545657, // * UNIX timestamp of last known number of transactions (Block 905100)
525-
6159236, // * total number of transactions between genesis and that timestamp
525+
1720383891, // * UNIX timestamp of last known number of transactions (Block 905100)
526+
6528165, // * total number of transactions between genesis and that timestamp
526527
// (the tx=... number in the ChainStateFlushed debug.log lines)
527-
0.02150786927638326, // * estimated number of transactions per second after that timestamp
528+
0.01646502679081289, // * estimated number of transactions per second after that timestamp
528529
};
529530
}
530531
};

0 commit comments

Comments
 (0)