From d6ee3301d94a1658ddcb81af15a28b8fff0806d3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Aug 2019 22:55:45 -1100 Subject: [PATCH] Smaller booster 7x --- src/pow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index 1f43785a9..7d0823242 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -161,13 +161,13 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead easy.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow); if ( block3sum < ASSETCHAINS_BLOCKTIME/5 || block6sum < ASSETCHAINS_BLOCKTIME || block11sum < ASSETCHAINS_BLOCKTIME*5 ) { - bnTarget /= arith_uint256(77777); + bnTarget /= arith_uint256(7); { int32_t z; - for (z=0; z<32; z++) + for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&bnTarget)[z]); } - fprintf(stderr," ht.%d booster triggered 77777x\n",(int32_t)pindexLast->GetHeight()+1); + fprintf(stderr," ht.%d booster triggered 7x\n",(int32_t)pindexLast->GetHeight()+1); flag = -1; } if ( flag == 0 ) @@ -209,10 +209,10 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead } { int32_t z; - for (z=0; z<32; z++) + for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&bnTarget)[z]); } - fprintf(stderr," cmp.%d mult.%d for ht.%d\n",mult>1,(int32_t)mult,(int32_t)pindexLast->GetHeight()); + fprintf(stderr," cmp.%d mult.%d for ht.%d\n",mult>1,(int32_t)mult,(int32_t)pindexLast->GetHeight()+1); } if ( flag == 0 ) {