Post
Topic
Board Altcoin Discussion
Re: [ANN] Restart of Quantumcoin (SUCCESSFULLY RELEASED)
by
Lhunephel
on 25/06/2013, 16:39:48 UTC
Sure not everything is running as expected, because the block chain includes some more modifications as with a normal release Wink And of course Not sure what's wrong. My nodes are all running without issues.

In the sources:

    // Check proof of work
    if (nBits != GetNextWorkRequired(pindexPrev, this))
        return DoS(100, error("AcceptBlock() : incorrect proof of work"));

GetNextWorkRequired() uses the methods GetTargetSpacing() and GetInterval() to calculate the next difficulty. Maybe the issue is that those methods depends on GetNetworkHashPS()? But I think GetNetworkHashPS() should always return the same hashrate.