raise minimum difficulty for Verus hash

This commit is contained in:
miketout
2018-05-05 14:01:40 -07:00
parent 14d104e93f
commit bdc8bd41dd
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ public:
consensus.nMajorityRejectBlockOutdated = 950; consensus.nMajorityRejectBlockOutdated = 950;
consensus.nMajorityWindow = 4000; consensus.nMajorityWindow = 4000;
if (ASSETCHAINS_ALGO == ASSETCHAINS_VERUSHASH) if (ASSETCHAINS_ALGO == ASSETCHAINS_VERUSHASH)
consensus.powLimit = uint256S("00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f"); consensus.powLimit = uint256S("0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f");
else else
consensus.powLimit = uint256S("0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f"); consensus.powLimit = uint256S("0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f");
consensus.nPowAveragingWindow = 17; consensus.nPowAveragingWindow = 17;

View File

@@ -871,7 +871,6 @@ void static BitcoinMiner_noeq()
else else
printf("\n"); printf("\n");
#ifdef ENABLE_WALLET #ifdef ENABLE_WALLET
ProcessBlockFound(pblock, *pwallet, reservekey); ProcessBlockFound(pblock, *pwallet, reservekey);
#else #else