Bitcoin Forum
June 16, 2024, 08:20:22 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRAGO] TRAGOCOIN | POW | MN | X16R | MEGA BLOCK | INSTANT & ANONYMOUS on: July 05, 2019, 11:30:31 AM
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....((
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRAGO] TRAGOCOIN | POW | MN | X16R | MEGA BLOCK | INSTANT & ANONYMOUS on: July 05, 2019, 03:31:36 AM
Wallet Softwares Release Date On Hold Until: Friday, July 5, 2019 6:00:00 AM GMT.
Sorry we have tehcnical issue, relaunch at Friday, July 5, 2019 6:00:00 AM GMT.
........
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][TRAGO] TRAGOCOIN | POW | MN | X16R | MEGA BLOCK | INSTANT & ANONYMOUS on: July 04, 2019, 07:30:19 AM
Wallet download links are not working

Wallet Softwares Release Date : Friday, July 5, 2019 2:00:00 AM GMT.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!