where's dev?

is he the one dumping all those coins??? How can one trust this coin when someone is staking thousands of coins so fast and dumping it all! Can someone check the code??? No reason for dev not showing up even scammer once in a while post in their scan coins threads.
coin sentiment is very very low!
Every block stakes for 16.18 XQN or lower.
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees, int nHeight)
{
int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 +

;
int64_t nSubsidyLimit = 618 * COIN;
if(nHeight >= 74000)
nSubsidyLimit = 16.18 * COIN; nSubsidy = min(nSubsidy, nSubsidyLimit);
if (fDebug && GetBoolArg("-printcreation"))
printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees;
}
https://github.com/CedricProfit/Quotient/blob/master/src/main.cppWell, the smiley face is really the number eight. Don't know why it showed up as a smiley face. I looked through the code attempting to determine what would be the best block size but ended up getting lost in the code. Maybe someone else here is more qualified to see if they can figure it out.