Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!!
by
cryptoday.info
on 14/09/2014, 15:09:30 UTC
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?



{
"blocks" : 15686,
"powblocks" : 9373,
"powblocksleft" : 627,
}

What about this ?

static const int LAST_POW_BLOCK = 10000;

obj.push_back(Pair("powblocks",     (int)GetPowHeight(pindexBest)));
obj.push_back(Pair("powblocksleft", LAST_POW_BLOCK - (int)GetPowHeight(pindexBest)));

return pindexBest->nHeight - pindex->nHeight + 1;