Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: LibercoinDev on November 14, 2017, 04:29:42 PM



Title: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 14, 2017, 04:29:42 PM
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

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

WHITEPAPER

Download PDF (http://libercoin.net/en/res/whitepaper.pdf)


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 (https://wavesplatform.com)

OTHER LANGUAGES
Pyccкий (https://bitcointalk.org/index.php?topic=2412742.0)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: empiremoon on 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

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 (http://libercoin.net)
Official Forum: forum.libercoin.net (http://forum.libercoin.net)
Official Telegram Channel: t.me/libercoinchannel (http://t.me/libercoinchannel)
Official Telegram Chat (ENG): t.me/libercoin (http://t.me/libercoin)
Official Telegram Chat (RUS): t.me/libercoinru (http://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 (https://wavesplatform.com)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: HizzoP on November 14, 2017, 04:31:23 PM
how to mine?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: optipessi on November 14, 2017, 04:33:18 PM
Reserving for Hindi Translation (Indian) if necessary, please PM me to initiate the work.



Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: andydo on November 14, 2017, 04:33:38 PM
how much for node?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 14, 2017, 04:38:12 PM
how to mine?
Mainnet will work in Q1 2018


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: Children of Gaia on November 14, 2017, 04:40:07 PM
Block reward? Information about ICO? Escrow?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: cahkalem on 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 ?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 14, 2017, 04:46:24 PM
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.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: bitekoin on November 14, 2017, 04:50:49 PM

ICO price: 0.001 BTC

 :o


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: Children of Gaia on November 14, 2017, 05:22:12 PM

ICO price: 0.001 BTC

 :o

250 BTC ~ 1500000$. But for what?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 14, 2017, 05:29:30 PM

ICO price: 0.001 BTC

 :o

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


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: TheCryptoPope on 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...


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: andronikos on 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?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: das.suprnova on November 14, 2017, 07:23:03 PM
Tell us more about the new algorithm. Who better to like it red or green?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: tamawaelah on November 14, 2017, 07:32:54 PM
reserving for Indonesia translation if it necessary, feel free contact me : info@mangkucrypto.com / mahendrawaelah@gmail.com
please visit our site to see detail https://mangkucrypto.com  ;D


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: kuky004 on November 14, 2017, 07:44:57 PM
How to dig? CPU? GPU?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 15, 2017, 11:41:06 AM
Thank you all for your questions. We look forward to hearing something new from you  :D
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.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: kamiyama on November 15, 2017, 11:54:30 AM
LiberNode=masternode?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on 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


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: AllenDV on November 15, 2017, 12:25:06 PM
What about the translation? If you want I can translate to Russian


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: andronikos on November 15, 2017, 07:49:31 PM
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards
That's interesting. No deposit? Looking forward.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 16, 2017, 11:05:01 AM
Link on russian topic in first post.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: crypto2285 on November 16, 2017, 11:30:50 AM
Hello Dev

Good luck with project development.

Excited about this project.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 18, 2017, 03:51:37 PM
Hello Dev

Good luck with project development.

Excited about this project.
Thank you for the kind words :) We hope you will enjoy our coin when we start to work fully :)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 19, 2017, 12:10:35 PM
The site has been updated. Link: libercoin.net (http://libercoin.net)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: bewmint on November 19, 2017, 01:13:59 PM
Waiting for pool mining. :D


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: coinporch on November 19, 2017, 01:20:32 PM
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards

how can ?
so, everyone who run libernode in their wallet will receive rewards from this ?
just like that  ???


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 19, 2017, 05:29:20 PM
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards

how can ?
so, everyone who run libernode in their wallet will receive rewards from this ?
just like that  ???
Yep. We're thinking now about chances.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: dphaze on November 20, 2017, 11:28:04 AM
Great project! Good luck Dev!


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 26, 2017, 05:11:23 PM
The site has been redesigned.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: bewmint on November 26, 2017, 05:18:43 PM
Available for mining?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on November 26, 2017, 05:24:31 PM
Available for mining?
Testnet: December 2017
Mainnet: Q1 2018


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on December 03, 2017, 02:26:35 PM
Libercoin Whitepaper (PDF) (http://libercoin.net/en/res/whitepaper.pdf)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: trinhnv on December 26, 2017, 05:38:28 PM
how to mine?

How to mine it???


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: F1ak on December 27, 2017, 03:36:29 PM
when start test minung?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: soixantedix on December 27, 2017, 03:40:13 PM
when start test minung?

it was mentioned already and is written in the header post
Mainnet launch - Q1 2018


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: tippytoes on December 27, 2017, 03:50:50 PM
Why did you choose the waves platform for your ICO? Did you know that people are not that familiar of waves dex or better yet the trading in dex is not that good. So good luck with your ICO if you can raise your target amount of btc. Also, what you are targeting is high enough for what you really need on this project.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: d1337r on December 27, 2017, 03:55:49 PM
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards

how can ?
so, everyone who run libernode in their wallet will receive rewards from this ?
just like that  ???
Yep. We're thinking now about chances.

So that means you need no masternode collateral like any other masternode coin? Basically, anyone can start dozens/hundreds of MNs?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: lkloon123 on December 27, 2017, 04:43:30 PM
so what for ppl do mining if people get money for just letting wallet running...


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: F1ak on December 29, 2017, 02:22:46 PM
when start test minung?

it was mentioned already and is written in the header post
Mainnet launch - Q1 2018
re-read my message ONCE AGAIN and do not send me to the first page.
I asked about the promised launch of the test mining


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: koinov on December 29, 2017, 02:41:08 PM
Can I get more details, what are main advantages of Libercoin?


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on January 21, 2018, 03:46:13 PM
when start test minung?

it was mentioned already and is written in the header post
Mainnet launch - Q1 2018
re-read my message ONCE AGAIN and do not send me to the first page.
I asked about the promised launch of the test mining
Now we think, that we don't need test mining and ready to launch mainnet in some month :)


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: LibercoinDev on January 21, 2018, 03:47:53 PM
Can I get more details, what are main advantages of Libercoin?

We have LiberNodes, re-created algo and mobile wallets. So, we will launch Segwit and announce some features soon :) Stay tuned.


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: repla64 on March 24, 2018, 03:42:25 PM
no more information team isnt work well  >:(


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: wisnon on March 24, 2018, 03:45:50 PM

I want to buy tokens


Title: Re: [ANN] [NEW ALGO] [ICO] Libercoin
Post by: billybill77 on June 02, 2018, 02:07:46 PM

I want to buy tokens


Maybe on DEX it's still trading, but i think this is scam