Pages:
Author

Topic: [ANN] [NEW ALGO] [ICO] Libercoin - page 3. (Read 2572 times)

full member
Activity: 588
Merit: 116
November 14, 2017, 11:40:07 AM
#7
Block reward? Information about ICO? Escrow?
newbie
Activity: 18
Merit: 0
November 14, 2017, 11:38:12 AM
#6
how to mine?
Mainnet will work in Q1 2018
newbie
Activity: 49
Merit: 0
November 14, 2017, 11:33:38 AM
#5
how much for node?
newbie
Activity: 55
Merit: 0
November 14, 2017, 11:33:18 AM
#4
Reserving for Hindi Translation (Indian) if necessary, please PM me to initiate the work.

newbie
Activity: 27
Merit: 0
November 14, 2017, 11:31:23 AM
#3
how to mine?
full member
Activity: 156
Merit: 100
November 14, 2017, 11:30:36 AM
#2
✔ 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:
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 * COIN;
    } else if(pindexBest->nHeight <= 648000) {
        nSubsidy = nBlockReward4hCoin * COIN;
    } 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

Official Website: libercoin.net
Official Forum: forum.libercoin.net
Official Telegram Channel: t.me/libercoinchannel
Official Telegram Chat (ENG): t.me/libercoin
Official Telegram Chat (RUS): t.me/libercoinru

WHITEPAPPER IS COMING SOON


ROADMAP


Whitepapper
Update site
Listing Libercoin by large stock exchanges.
Launch the official Libercoin Mining Pool with a 0% fee.
Create Android and iOS wallet
SegWit activation.
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.

What is LiberNodes?

LiberNodes is new blockchain technology. This technology involves rewarding all active nodes.

ICO
✔ ICO is conducted on a decentralized WAVES platform.
✔ ICO price: 0.001 BTC
✔ ID: BYbn77phrgtJMxeeZCP2GYQhUNbhrrSuDofnooNVoh2S
✔ Download client WAVES and participate in the ICO: https://wavesplatform.com
newbie
Activity: 18
Merit: 0
November 14, 2017, 11:29:42 AM
#1
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
Pages:
Jump to: