|
|
@ -76,6 +76,7 @@ public:
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = false;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = false;
|
|
|
|
|
|
|
|
consensus.fPowNoRetargeting = false;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The message start string is designed to be unlikely to occur in normal data.
|
|
|
|
* The message start string is designed to be unlikely to occur in normal data.
|
|
|
|
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
|
|
|
|
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
|
|
|
@ -155,6 +156,7 @@ public:
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = true;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = true;
|
|
|
|
|
|
|
|
consensus.fPowNoRetargeting = false;
|
|
|
|
pchMessageStart[0] = 0x0b;
|
|
|
|
pchMessageStart[0] = 0x0b;
|
|
|
|
pchMessageStart[1] = 0x11;
|
|
|
|
pchMessageStart[1] = 0x11;
|
|
|
|
pchMessageStart[2] = 0x09;
|
|
|
|
pchMessageStart[2] = 0x09;
|
|
|
@ -217,6 +219,7 @@ public:
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60; // two weeks
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.nPowTargetSpacing = 10 * 60;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = true;
|
|
|
|
consensus.fPowAllowMinDifficultyBlocks = true;
|
|
|
|
|
|
|
|
consensus.fPowNoRetargeting = true;
|
|
|
|
|
|
|
|
|
|
|
|
pchMessageStart[0] = 0xfa;
|
|
|
|
pchMessageStart[0] = 0xfa;
|
|
|
|
pchMessageStart[1] = 0xbf;
|
|
|
|
pchMessageStart[1] = 0xbf;
|
|
|
|