Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: LUCIFERMORNINGST4R on May 18, 2018, 05:53:22 PM



Title: Diffuculty / mining problem
Post by: LUCIFERMORNINGST4R on May 18, 2018, 05:53:22 PM
Dear community,

I'm experimenting with an altcoin and the mining part of it,

I have set up a coin with the following parameters :

Code:
static const int64 nTargetTimespan = 150;  
static const int64 nTargetSpacing = 2.5 * 60;

The difficulty should re-adjust every 150 seconds so each block.

the time of block rate found should be 150 seconds aswell but this is not the case at all, it takes hours and hours to complete a block, even withouth any transactions in them .. I have created a NOMP miningpool where im mining on with my GRIDSEED 10GHS SHA256. I have tried this before with another coin i made and it had very bad instant mining problems and my difficulty wouldn't adjust.

Is this a mining problem or do i have a bug in my coin code ?


Greetings, Lucifer Morningstar.