Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DARKCREDIT - Fueling a blockchain based future - MANDATORY UPDATE!
by
darkcredit
on 04/03/2015, 08:33:09 UTC
If you look in the code you see that it will not accept PoW blocks after 83,636 PoW blocks
https://github.com/DarkCredit/DarkCredit/search?utf8=%E2%9C%93&q=LAST_POW_BLOCK+

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
        return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));

this checks if the block is PoW and checks the height to make sure it doesn't pass 83636 PoW blocks


No one is claiming to be genius coders?
Just average guys with a passion for crypto and coding new things  
Another thing we plan to destroy some of the premine no one wants to dump?

Why did you say this then:

The 5m POW will be mined without problems
POW will end after at 83636
PoS blocks shouldn't count towards the 83636

Take a look in the code for yourself you see that the code checks if it's PoW and makes sure it doesn't pass the POW limit
all coins will be mined without problem?
PoS blocks aren't counted toward the POW limit as seen in the code
I believe your letting confustion get the best of you