Pages:
Author

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

full member
Activity: 201
Merit: 100
November 19, 2017, 08:13:59 AM
#27
Waiting for pool mining. Cheesy
newbie
Activity: 18
Merit: 0
November 19, 2017, 07:10:35 AM
#26
The site has been updated. Link: libercoin.net
newbie
Activity: 18
Merit: 0
November 18, 2017, 10:51:37 AM
#25
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
newbie
Activity: 29
Merit: 0
November 16, 2017, 06:30:50 AM
#24
Hello Dev

Good luck with project development.

Excited about this project.
newbie
Activity: 18
Merit: 0
November 16, 2017, 06:05:01 AM
#23
Link on russian topic in first post.
full member
Activity: 336
Merit: 101
November 15, 2017, 02:49:31 PM
#22
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.
newbie
Activity: 2
Merit: 0
November 15, 2017, 07:25:06 AM
#21
What about the translation? If you want I can translate to Russian
newbie
Activity: 18
Merit: 0
November 15, 2017, 07:04:07 AM
#20
LiberNode=masternode?
Yes, but with some differences.
1) Deposit is not required.
2) It takes 25% from Miner's rewards
sr. member
Activity: 742
Merit: 251
November 15, 2017, 06:54:30 AM
#19
LiberNode=masternode?
newbie
Activity: 18
Merit: 0
November 15, 2017, 06:41:06 AM
#18
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.
sr. member
Activity: 371
Merit: 250
November 14, 2017, 02:44:57 PM
#17
How to dig? CPU? GPU?
member
Activity: 87
Merit: 10
trading for living
November 14, 2017, 02:32:54 PM
#16
reserving for Indonesia translation if it necessary, feel free contact me : [email protected] / [email protected]
please visit our site to see detail https://mangkucrypto.com  Grin
member
Activity: 114
Merit: 10
November 14, 2017, 02:23:03 PM
#15
Tell us more about the new algorithm. Who better to like it red or green?
full member
Activity: 336
Merit: 101
November 14, 2017, 02:01:50 PM
#14
Can we have some more information? How many rewards for a block? Cpu or Gpu? Asics resistant or not?
newbie
Activity: 46
Merit: 0
November 14, 2017, 01:53:08 PM
#13
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...
newbie
Activity: 18
Merit: 0
November 14, 2017, 12:29:30 PM
#12

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
full member
Activity: 588
Merit: 116
November 14, 2017, 12:22:12 PM
#11

ICO price: 0.001 BTC

 Shocked

250 BTC ~ 1500000$. But for what?
full member
Activity: 518
Merit: 100
November 14, 2017, 11:50:49 AM
#10

ICO price: 0.001 BTC

 Shocked
newbie
Activity: 18
Merit: 0
November 14, 2017, 11:46:24 AM
#9
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.
full member
Activity: 562
Merit: 101
November 14, 2017, 11:42:25 AM
#8
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 ?
Pages:
Jump to: