Post
Topic
Board Announcements (Altcoins)
[ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 14/11/2017, 16:29:42 UTC
SPECIFICATIONS
✔ ICO
✔ Algo: Liberhash
✔ Block time: 1 minute
✔ Block size: 4 MB
✔ Ticker: LBR or L
✔ Total supply: 5 002 000 LBR
✔ Premine for ICO: 250 000 LBR
✔ Mainnet will work in Q1 2018

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 nBlockReward8hCoin = 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;
    }

OFFICIAL COMMUNICATION CHANNELS


WHITEPAPER



ROADMAP


Whitepaper - PUBLISHED
Update site - COMPLETED
Listing Libercoin by large stock exchanges.
Launch the official Libercoin Mining Pool with a 0% fee.
Create Android and iOS wallet - Q1 2018
SegWit activation - With testnet & mainnet launch
LiberNodes activation
Create marketplace where you can pay with Libercoin.
Conclude contracts around the world for acceptance in the shops of Libercoin.
Create our crypto-currency exchange.
Testnet launch - 31 Decamber 2017
Mainnet launch - Q1 2018

WHAT IS LIBERNODES?

LiberNodes is new blockchain technology. This technology involves rewarding all active nodes.
This technology is based on Masternodes technology, but unlike it does not require a deposit.

ICO
✔ ICO is conducted on a decentralized WAVES platform.
✔ ICO price: 0.0002 BTC ~ $2
✔ ID: BYbn77phrgtJMxeeZCP2GYQhUNbhrrSuDofnooNVoh2S
✔ Download client WAVES and participate in the ICO

OTHER LANGUAGES