LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 14, 2017, 04:29:42 PM Last edit: December 30, 2017, 03:08:21 PM by LibercoinDev |
|
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 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 OTHER LANGUAGES
|
|
|
|
empiremoon
|
|
November 14, 2017, 04:30:36 PM |
|
✔ 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 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 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
|
|
|
|
HizzoP
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 14, 2017, 04:31:23 PM |
|
how to mine?
|
|
|
|
optipessi
Newbie
Offline
Activity: 55
Merit: 0
|
|
November 14, 2017, 04:33:18 PM |
|
Reserving for Hindi Translation (Indian) if necessary, please PM me to initiate the work.
|
|
|
|
andydo
Newbie
Offline
Activity: 49
Merit: 0
|
|
November 14, 2017, 04:33:38 PM |
|
how much for node?
|
|
|
|
LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 14, 2017, 04:38:12 PM |
|
how to mine?
Mainnet will work in Q1 2018
|
|
|
|
Children of Gaia
|
|
November 14, 2017, 04:40:07 PM |
|
Block reward? Information about ICO? Escrow?
|
|
|
|
cahkalem
|
|
November 14, 2017, 04:42:25 PM |
|
how to mine?
Mainnet will work in Q1 2018 so, before the mainnet launch this coin will available in wavesplatform as a token , then after the mainnet launch, people can reedem the waves token to Libercoin ?
|
|
|
|
LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 14, 2017, 04:46:24 PM Last edit: November 17, 2017, 11:53:04 AM by LibercoinDev |
|
Block reward? Information about ICO? Escrow?
Block rewards: 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.
|
|
|
|
bitekoin
|
|
November 14, 2017, 04:50:49 PM |
|
ICO price: 0.001 BTC
|
|
|
|
Children of Gaia
|
|
November 14, 2017, 05:22:12 PM |
|
ICO price: 0.001 BTC 250 BTC ~ 1500000$. But for what?
|
|
|
|
LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 14, 2017, 05:29:30 PM |
|
ICO price: 0.001 BTC 250 BTC ~ 1500000$. But for what? Oh, sorry. I forgot. ICO price: 0.0003 BTC 250000*0.0003=75 BTC ~ $500000 This money will be used to pay for the listing exchanges and PR company
|
|
|
|
TheCryptoPope
Newbie
Offline
Activity: 46
Merit: 0
|
|
November 14, 2017, 06:53:08 PM |
|
At this rate of 0.003 btc per coin this places this coin at 10M USD, or 1500 btc (roughly). That's actually a lot... I'll be staying out of this one for a while and check it later...
|
|
|
|
andronikos
|
|
November 14, 2017, 07:01:50 PM |
|
Can we have some more information? How many rewards for a block? Cpu or Gpu? Asics resistant or not?
|
|
|
|
das.suprnova
Member
Offline
Activity: 114
Merit: 10
|
|
November 14, 2017, 07:23:03 PM |
|
Tell us more about the new algorithm. Who better to like it red or green?
|
|
|
|
|
kuky004
|
|
November 14, 2017, 07:44:57 PM |
|
How to dig? CPU? GPU?
|
|
|
|
LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 15, 2017, 11:41:06 AM |
|
Thank you all for your questions. We look forward to hearing something new from you Mining isn't available now because we're working on our miner. We would like to start CPU mining for 1 month and later start GPU but this is not accurate. In this topic we will upload our results of mining in GTX 1060/1070 and RX570. Stay tuned.
|
|
|
|
kamiyama
|
|
November 15, 2017, 11:54:30 AM |
|
LiberNode=masternode?
|
|
|
|
LibercoinDev (OP)
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 15, 2017, 12:04:07 PM |
|
LiberNode=masternode?
Yes, but with some differences. 1) Deposit is not required. 2) It takes 25% from Miner's rewards
|
|
|
|
|