Skip to content

Commit

Permalink
adjust parameter such that the seed is changed every 6 hours (based o…
Browse files Browse the repository at this point in the history
…n mainnet)
  • Loading branch information
djm34 committed Dec 2, 2020
1 parent d3f60cd commit 9090928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class CTestNetParams : public CMainParams

consensus.nLastPOWBlock = 6000000;
consensus.RdxSeedHeight = 0; // starting on
consensus.RdxSeedInterval = 100; //seed changes every 5 blocks (testnet)
consensus.RdxSeedInterval = 340; //seed changes every 6 hours (based on mainnet)
networkID = CBaseChainParams::TESTNET;
strNetworkID = "test";
pchMessageStart[0] = 0x54;
Expand Down

0 comments on commit 9090928

Please sign in to comment.