Your last coin
int64 GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 100 * COIN;
if(nHeight == 1)
{
nSubsidy = 2000000000 * COIN;
}
// Subsidy is cut in half every 2827200000 blocks
nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());
return nSubsidy + nFees;
}
Had a huge hidden premine.
You are actually the reason why I launched Pascal Lite instead to prevent scams like your coin from taking off.
Nice one, Keep up the good work.