Post
Topic
Board Announcements (Altcoins)
Re: [ANN] $XQN Quotient Financial Network | PoW Scrypt, PoS Blake-256 | UPDATE NOW
by
JLEATHERMAN
on 06/04/2015, 15:21:43 UTC
where's dev?Huh 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 + Cool;
    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.cpp


Well, 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.