Post
Topic
Board Announcements (Altcoins)
Re: [ANN]SummerCoin|POS|Trade on poloniex and bittrex
by
SummerCoin
on 03/05/2014, 04:57:32 UTC

SUM cloned of YC's POS system, YC has fixed the issue yet, I don't know may SUM dev can fix it?

The coin reward of PoS function is right and YC changed:
Code:
- if(nHeight < (7 * DAILY_BLOCKCOUNT))

- nRewardCoinYear = 1 * MAX_MINT_PROOF_OF_STAKE;

- else if(nHeight < (18 * DAILY_BLOCKCOUNT))

- nRewardCoinYear = 1000 * MAX_MINT_PROOF_OF_STAKE;

+ if(pindexBest->nHeight < (15 * DAILY_BLOCKCOUNT))

+        nRewardCoinYear = 1 * MAX_MINT_PROOF_OF_STAKE;

+    else if(pindexBest->nHeight < (25 * DAILY_BLOCKCOUNT))

+        nRewardCoinYear = 1000 * MAX_MINT_PROOF_OF_STAKE;

Yes, YC used this POS function, and it's 10% POS failed, then the YC dev fix it, as i talked above, without a blockexplorer, u can check the moneysupply, the amount don't increase as 10% POS。

Did you see "-" and "+" function, did you read all my words? They change to be the same our code. Did you read their commit about PoS fix? Too many stupid question, it makes me angry.