Post
Topic
Board Announcements (Altcoins)
Re: ECCoin (ECC) Takeover by Trusted-Cryptos Team [Griffith]
by
mdtspain
on 12/03/2015, 21:11:26 UTC
Quote
Specifications:
- ~18 Billion is the total of coins in the POW stage.. 25 Billion coins is to total coins overall.
Code:
static const int64 MAX_MONEY = 50000000000 * COIN;
Something is not right, is it?
MAX_MONEY is just the maximum amount that can be included in a transaction.
It is not the total coins.
My mistake, you're right:
Code:
if(nextMoney == (MAX_MONEY / 2))
{
    nRewardCoinYear = 0;
}

What is the total coins then?
25 billion. OP says truth Smiley

The TrustedCryptos website says 50 billion in the coin details: Link

Good observation. Griffith, come and put things in order, please Smiley

Nice Catch....Changed!!!