Skip to content

Commit

Permalink
[sin] New testnet params
Browse files Browse the repository at this point in the history
  • Loading branch information
giaki3003 committed Apr 13, 2021
1 parent 95c2c33 commit 4389ebf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/chainparams.cpp
Expand Up @@ -298,13 +298,13 @@ class CTestNetParams : public CChainParams {
consensus.signet_challenge.clear();
consensus.nSubsidyHalvingInterval = 210000;
consensus.BIP16Exception = uint256S("0000000000000000000000000000000000000000000000000000000000000000");
consensus.BIP34Height = 21111;
consensus.BIP34Height = 1300;
consensus.BIP34Hash = uint256S("0000000000000000000000000000000000000000000000000000000000000000");
consensus.BIP65Height = 581885; // 00000000007f6655f22f98e72ed80d8b06dc761d5da09df0fa1dc4be4f861eb6
consensus.BIP66Height = 330776; // 000000002104c8c45e99a8853285a3b592602a3ccde2b832481da85e9e4ba182
consensus.CSVHeight = 770112; // 00000000025e930139bac5c6c31a403776da130831ab85be56578f3fa75369bb
consensus.SegwitHeight = 834624; // 00000000002b980fcd729daaa248fd9316a5200e9b367f4ff2c42453e84201ca
consensus.MinBIP9WarningHeight = 836640; // segwit activation height + miner confirmation window
consensus.BIP65Height = 1301; // 00000000007f6655f22f98e72ed80d8b06dc761d5da09df0fa1dc4be4f861eb6
consensus.BIP66Height = 1302; // 000000002104c8c45e99a8853285a3b592602a3ccde2b832481da85e9e4ba182
consensus.CSVHeight = 1303; // 00000000025e930139bac5c6c31a403776da130831ab85be56578f3fa75369bb
consensus.SegwitHeight = 1304; // 00000000002b980fcd729daaa248fd9316a5200e9b367f4ff2c42453e84201ca
consensus.MinBIP9WarningHeight = 1305; // segwit activation height + miner confirmation window
consensus.powLimit = uint256S("0000ffff00000000000000000000000000000000000000000000000000000000");
consensus.nPowTargetTimespan = 3600; // two weeks
consensus.nPowTargetSpacing = 120;
Expand Down

0 comments on commit 4389ebf

Please sign in to comment.