Author

Topic: NEWS COIN (Read 83 times)

newbie
Activity: 8
Merit: 0
June 18, 2018, 04:45:28 PM
#5
Can you explain why you say PoS scheme from block 10k to 15k 50% then 100% then 1000% but your code doesn't show this?
Code:
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

The latest source code will be updated soon!

Thanks
NEWS COIN
newbie
Activity: 126
Merit: 0
June 18, 2018, 03:00:11 PM
#4
Runing NEWS COIN on POOL



Home page ==>

 Configure your miner.

Quote
-a scrypt -o stratum+tcp://miner.asiapool.trade:3453 -u wallet-addr -p c=NEWS

Payout every hour !

Welcome mining !

https://discord.gg/KsmjkhU
newbie
Activity: 60
Merit: 0
June 18, 2018, 02:48:39 PM
#3
Can you explain why you say PoS scheme from block 10k to 15k 50% then 100% then 1000% but your code doesn't show this?
Code:
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}
newbie
Activity: 42
Merit: 0
June 18, 2018, 02:43:09 PM
#2
del
newbie
Activity: 8
Merit: 0
June 18, 2018, 02:36:39 PM
#1


        











Jump to: