Search content
Sort by

Showing 18 of 18 results by LibercoinDev
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 21/01/2018, 15:47:53 UTC
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 Smiley Stay tuned.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 21/01/2018, 15:46:13 UTC
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 Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 03/12/2017, 14:26:35 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 26/11/2017, 17:24:31 UTC
Available for mining?
Testnet: December 2017
Mainnet: Q1 2018
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 26/11/2017, 17:17:58 UTC
Переработали сайт.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 26/11/2017, 17:11:23 UTC
The site has been redesigned.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 19/11/2017, 17:29:20 UTC
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  Huh
Yep. We're thinking now about chances.
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 19/11/2017, 12:27:14 UTC
Обновили сайт. Ссылка: libercoin.net
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 19/11/2017, 12:10:35 UTC
The site has been updated. Link: libercoin.net
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 18/11/2017, 15:51:37 UTC
Hello Dev

Good luck with project development.

Excited about this project.
Thank you for the kind words Smiley We hope you will enjoy our coin when we start to work fully Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 16/11/2017, 11:05:01 UTC
Link on russian topic in first post.
Post
Topic
Board Альтернативные криптовалюты
[ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 16/11/2017, 10:42:54 UTC
СПЕЦИФИКАЦИИ
✔ ICO
✔ Алгоритм: Liberhash
✔ Время блока: 1 минута
✔ Размер блока: 4 MB
✔ Тикер: LBR или L
✔ Общее количество монет: 5 002 000 LBR
✔ Премайн для ICO: 250 000 LBR
✔ Mainnet начнет работу в первом квартале 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 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;
    }

ОФИЦИАЛЬНЫЕ КАНАЛЫ КОММУНИКАЦИИ
Сайт: libercoin.net
Форум: forum.libercoin.net
Telegram канал: t.me/libercoinchannel
Telegram чат (ENG): t.me/libercoin
Telegram чат (RUS): t.me/libercoinru

WHITEPAPER В ПРОЦЕССЕ НАПИСАНИЯ


ДОРОЖНАЯ КАРТА


Whitepaper - в процессе написания
Обновление сайта - завершено
Листинг Libercoin крупными биржами.
Запустить официальный майнинг-пул Libercoin с комиссией 0%.
Создать и наладить работу клиентов для мобильных платформ Android и iOS.
Активировать в сети технологию SegWit.
Активировать в сети технологию LiberNodes.
Создать торговую площадку, на которой вы могли бы расплачиваться Libercoin.
Заключить контракты по всему миру для принятия в магазинах Libercoin.
Создать собственную криптовалютную биржу.

ЧТО ТАКОЕ LIBERNODES?

Это уникальная технология, благодаря которой будут вознаграждены все, чьи полные узлы (ноды) были активны во время создания нового блока.
Она базируется на технологии Masternodes, но в отличии от неё не требует депозита.

ICO
✔ ICO проводится на децентрализованной платформе WAVES.
✔ Цена монеты на ICO: 0.0002 BTC ~ $2
✔ ID: BYbn77phrgtJMxeeZCP2GYQhUNbhrrSuDofnooNVoh2S
✔ Скачать lite-клиент WAVES и принять участие в ICO: https://wavesplatform.com

ДРУГИЕ ЯЗЫКИ
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 15/11/2017, 12:04:07 UTC
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 15/11/2017, 11:41:06 UTC
Thank you all for your questions. We look forward to hearing something new from you  Cheesy
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 14/11/2017, 17:29:30 UTC

ICO price: 0.001 BTC

 Shocked

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
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEW ALGO] [ICO] Libercoin
by
LibercoinDev
on 14/11/2017, 16:38:12 UTC
how to mine?
Mainnet will work in Q1 2018
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