Bitcoin Forum
May 05, 2024, 01:34:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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 Smiley Stay tuned.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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 Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: December 03, 2017, 02:26:35 PM
Libercoin Whitepaper (PDF)
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 26, 2017, 05:24:31 PM
Available for mining?
Testnet: December 2017
Mainnet: Q1 2018
5  Local / Альтернативные криптовалюты / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 26, 2017, 05:17:58 PM
Переработали сайт.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 26, 2017, 05:11:23 PM
The site has been redesigned.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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  Huh
Yep. We're thinking now about chances.
8  Local / Альтернативные криптовалюты / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 19, 2017, 12:27:14 PM
Обновили сайт. Ссылка: libercoin.net
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 19, 2017, 12:10:35 PM
The site has been updated. Link: libercoin.net
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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 Smiley We hope you will enjoy our coin when we start to work fully Smiley
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 16, 2017, 11:05:01 AM
Link on russian topic in first post.
12  Local / Альтернативные криптовалюты / [ANN] [NEW ALGO] [ICO] Libercoin on: November 16, 2017, 10:42:54 AM
СПЕЦИФИКАЦИИ
✔ 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

ДРУГИЕ ЯЗЫКИ
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 15, 2017, 11:41:06 AM
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.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 14, 2017, 05:29:30 PM

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
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin 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.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NEW ALGO] [ICO] Libercoin on: November 14, 2017, 04:38:12 PM
how to mine?
Mainnet will work in Q1 2018
18  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] [NEW ALGO] [ICO] Libercoin 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


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: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!