Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TRAGO] TRAGOCOIN | POW | MN | X16R | MEGA BLOCK | INSTANT & ANONYMOUS
by
villos
on 05/07/2019, 11:30:31 UTC
Better mention this is 29% premined.

Premine: 860,000 TRAGO
Total Supply: 25,000,000 TRAGO

https://github.com/trago-project/tragocoin/blob/master/src/main.cpp#L1751
Code:
    CAmount nSubsidy = 0;
    if (nPrevHeight == 0) {
        nSubsidy = 860000 * COIN;
    } else if (nPrevHeight <= 576) { // Day 1 
        nSubsidy = 5 * COIN;
    } else if (nPrevHeight <= 1152) { // Day 2
nSubsidy = 20 * COIN;
    } else if (nPrevHeight <= 8640) { // Day 3 ~ 15
        nSubsidy = 100 * COIN;
    } else if (nPrevHeight <= 9216) { // Day 16
        nSubsidy = 75 * COIN;
    } else if (nPrevHeight <= 9792) { // Day 17
        nSubsidy = 50 * COIN;
    } else if (nPrevHeight <= 10368) { // Day 18
        nSubsidy = 25 * COIN;
    } else if (nPrevHeight <= 10944) { // Day 19
        nSubsidy = 10 * COIN;

Oooops....((