Please, read the original post and do the math yourself. This is not lies or gossip they are truths. I have nothing to gain from informing people of what they are getting into.
While your main.h contains this line:
This is the code that determines the money supply:
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64 nSubsidy = 0.25 * COIN;
if(nHeight < 11)
{
nSubsidy = 100000 * COIN;
}
nSubsidy >>= (nHeight / 1051200);
return nSubsidy + nFees;
}
What will be the solution? Change the documentation to the 1.526 million coins?