Bitcoin Forum
June 19, 2024, 08:08:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: NEWS COIN  (Read 85 times)
newscoincrypto (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
June 18, 2018, 06:36:39 PM
 #1



        











fire-lion
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 18, 2018, 06:43:09 PM
Last edit: June 18, 2018, 08:38:19 PM by fire-lion
 #2

del
tnthash.fun
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
June 18, 2018, 06: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;
}
themen1260
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
June 18, 2018, 07:00:11 PM
Last edit: June 18, 2018, 07:13:07 PM by themen1260
 #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
newscoincrypto (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
June 18, 2018, 08: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!