Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 14/11/2017, 16:46:24 UTC
Block reward? Information about ICO? Escrow?
Block rewards:
Code:
static const int64 nGenesisBlockRewardCoin = 250000 * COIN;
static const int64 nBlockRewardStartCoin = 5 * COIN;
static const int64 nBlockReward1hCoin = 5 * COIN;
static const int64 nBlockReward2hCoin = 2.5 * COIN;
static const int64 nBlockReward3hCoin = 1.25 * COIN;
static const int64 nBlockReward4hCoin = 0.625 * COIN;
static const int64 nBlockReward5hCoin = 0.3125 * COIN;
static const int64 nBlockReward6hCoin = 0.15625 * COIN;
static const int64 nBlockReward7hCoin = 0.078125 * COIN;
static const int64 nBlockReward5hCoin = 0.0390625 * COIN;
static const int64 nBlockReward9hCoin = 0.01953125 * COIN;
static const int64 nBlockRewardMinimumCoin = 0 * COIN;
if (nHeight == 0)
    {
        return nGenesisBlockRewardCoin;
    } else if(pindexBest->nHeight <= 43200) {
        nSubsidy = nBlockRewardStartCoin;
    } else if(pindexBest->nHeight <= 129600) {
        nSubsidy = nBlockReward2hCoin;
    } else if(pindexBest->nHeight <= 302400) {
        nSubsidy = nBlockReward3hCoin;
    } else if(pindexBest->nHeight <= 648000) {
        nSubsidy = nBlockReward4hCoin;
    } else if(pindexBest->nHeight <= 1267200) {
        nSubsidy = nBlockReward5hCoin;
    } else if(pindexBest->nHeight <= 2649600) {
        nSubsidy = nBlockReward6hCoin;
    } else if(pindexBest->nHeight <= 5414400) {
        nSubsidy = nBlockReward7hCoin;
    } else if(pindexBest->nHeight <= 10944000) {
        nSubsidy = nBlockReward8hCoin;
    } else if(pindexBest->nHeight <= 165772800) {
        nSubsidy = nBlockReward9hCoin
    } else {
        nSubsidy = nBlockRewardMinimumCoin;
    }
Information about ICO

ICO is carried out on the platform of WAVES, we have released the tokens of the premine in the WAVES network,
When starting the main network, we will exchange them 1:1.