TheFridge
|
|
August 07, 2014, 02:45:35 AM |
|
i dont understand why people always screaming about exchanges the 1st day after launch, why the rush?
I am not asking to be put onto an exchange. The IPO BTC funds at this moment are being held on an exchange (as per OP) I am asking which exchange he is holding the coins on? Has he cut a deal with an exchange? Why not just send to the 'dev's wallet because without saying who has the funds that is no more trustworthy than sending straight to the 'devs' wallet. Also, how much did people pay for the IPO, how much per coin?? Clarification please. It just like an online wallet service. You can use any exchange you like. So the BTC is not on an exchange it is in an online wallet service? How much per coin is the IPO? Are the remaining coins going to be destroyed? Why is no one asking these basic questions?
|
|
|
|
tyson187
|
|
August 07, 2014, 02:57:59 AM |
|
i dont understand why people always screaming about exchanges the 1st day after launch, why the rush?
Just on day 2. We got plans already. what kind of plans ?
|
|
|
|
eastwind_ja
|
|
August 07, 2014, 03:51:13 AM |
|
i dont understand why people always screaming about exchanges the 1st day after launch, why the rush?
Just on day 2. We got plans already. what kind of plans ? keep mining , dev have plans!
|
|
|
|
twobitlolz
Member
Offline
Activity: 61
Merit: 10
|
|
August 07, 2014, 04:53:29 AM |
|
So the BTC is not on an exchange it is in an online wallet service? How much per coin is the IPO? Are the remaining coins going to be destroyed?
Why is no one asking these basic questions?
maybe i'm making stupid assumptions, but what i took away from the OP is that the 500k IPO will be split proportionally among those who send BTC. if that's the case, the current value of 1 LIMI is 440 satoshis. in any event, i'm just happy to be mining something i can casually snatch a fair chunk of
|
|
|
|
Lucif3r
|
|
August 07, 2014, 05:34:31 AM |
|
maxminers please raise maximum Limi balance. Mine is about to reach 25k limit soon and I hate that limit warning whenever I see my dashboard.
Thank you
|
DoubleEagle Coin - Only 100 XDE - Get your free XDE now!
|
|
|
hellracer2011
|
|
August 07, 2014, 06:12:06 AM |
|
So the BTC is not on an exchange it is in an online wallet service? How much per coin is the IPO? Are the remaining coins going to be destroyed?
Why is no one asking these basic questions?
maybe i'm making stupid assumptions, but what i took away from the OP is that the 500k IPO will be split proportionally among those who send BTC. if that's the case, the current value of 1 LIMI is 440 satoshis. in any event, i'm just happy to be mining something i can casually snatch a fair chunk of Exactly. Mining will be more profitable provided Dev acts actively, make a road map for the development and works accordingly
|
|
|
|
ekim007
Newbie
Offline
Activity: 29
Merit: 0
|
|
August 07, 2014, 07:39:16 AM |
|
anyone else noticed the amazing statistical outlier coincidence of multiple names with exactly same hashrates... not impossible but highly significant when so many different rigs out there... unless the rigs were all built from ...... we all know but what to do as small miner .. just mentioning it is all... not sure how to contain it ... but... o well .. statistics... those years doing physics degree and statistics at least let me know what the truth really is.. anyhow this appears bit more fair than usual ... in order to thrive the massive underbelly of small rigs need be on board to spread the capital and make the coin useful to trade instead of just collect then dump.. i am newbie and still hopeful to get some coin that i can utilise online sometime, for the time and electricity burnt to be part of the new non bank world... cheers all
|
|
|
|
barryzand
|
|
August 07, 2014, 09:38:07 AM |
|
nice... already at the big blocks! Would you mind sharing what youve got in store for us dev? since you were talking about plans
|
|
|
|
yellowduck2
|
|
August 07, 2014, 10:26:16 AM |
|
OCminer , can u post the code for block reward ? The one written on OP is not accurate.
|
|
|
|
barryzand
|
|
August 07, 2014, 10:40:39 AM |
|
OCminer , can u post the code for block reward ? The one written on OP is not accurate.
int64_t nSubsidy = 1000 * COIN; if(pindexBest->nHeight == 1) { nSubsidy = 815000 * COIN;} // ~ 2% total coins else if(pindexBest->nHeight < 180) { nSubsidy = 1 * COIN; } //total of 180 coins else if(pindexBest->nHeight < 1440) { nSubsidy = 3000 * COIN; } //3780000 new coins - end of day 1 else if(pindexBest->nHeight < 2880) { nSubsidy = 4500 * COIN; } //6480000 new coins - end of day 2 else if(pindexBest->nHeight < 4320) { nSubsidy = 6000 * COIN; } //8640000 new coins - end of day 3 else if(pindexBest->nHeight < 5760) { nSubsidy = (pindexBest->nHeight + 1000) * COIN; } //7256880 new coins - end of day 4 else if(pindexBest->nHeight < 7200) { nSubsidy = 6000 * COIN; } //8640000 new coins - end of day 5 else if(pindexBest->nHeight < 8640) { nSubsidy = 3000 * COIN; } //3780000 new coins - end of day 6 //to block 10000 (1360 blocks) //1360000 new coins - end of day 7 //total: 39936880 mining coins + 815000 premine coins = 40751880 coins I think it is accurate mate... The blockreward will change at block 4321 again I think btw OCminer... Is your blockexplorer stuck? I cant see any blocks above block 1618
|
|
|
|
Vlizzjeffrey
|
|
August 07, 2014, 11:41:03 AM |
|
man those 6000 blocks kicked in quik, i missed like half of them
|
|
|
|
L3pje
|
|
August 07, 2014, 11:49:51 AM |
|
Same dev as Revo?
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
August 07, 2014, 11:51:12 AM |
|
OCminer , can u post the code for block reward ? The one written on OP is not accurate.
int64_t nSubsidy = 1000 * COIN; if(pindexBest->nHeight == 1) { nSubsidy = 815000 * COIN;} // ~ 2% total coins else if(pindexBest->nHeight < 180) { nSubsidy = 1 * COIN; } //total of 180 coins else if(pindexBest->nHeight < 1440) { nSubsidy = 3000 * COIN; } //3780000 new coins - end of day 1 else if(pindexBest->nHeight < 2880) { nSubsidy = 4500 * COIN; } //6480000 new coins - end of day 2 else if(pindexBest->nHeight < 4320) { nSubsidy = 6000 * COIN; } //8640000 new coins - end of day 3 else if(pindexBest->nHeight < 5760) { nSubsidy = (pindexBest->nHeight + 1000) * COIN; } //7256880 new coins - end of day 4 else if(pindexBest->nHeight < 7200) { nSubsidy = 6000 * COIN; } //8640000 new coins - end of day 5 else if(pindexBest->nHeight < 8640) { nSubsidy = 3000 * COIN; } //3780000 new coins - end of day 6 //to block 10000 (1360 blocks) //1360000 new coins - end of day 7 //total: 39936880 mining coins + 815000 premine coins = 40751880 coins I think it is accurate mate... The blockreward will change at block 4321 again I think btw OCminer... Is your blockexplorer stuck? I cant see any blocks above block 1618 Yes it is stuck.. Fixing it as soon as i got some spare time!
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
Vlizzjeffrey
|
|
August 07, 2014, 12:06:40 PM |
|
wow Limicoin has more nethash then Crystalcoin, while limicoin has a 20mh/s limit, very populair coin.
|
|
|
|
yellowduck2
|
|
August 07, 2014, 12:09:47 PM |
|
wow Limicoin has more nethash then Crystalcoin, while limicoin has a 20mh/s limit, very populair coin.
it's not because limi is more popular, its because crystal coin IPO set the price too low. Nobody want to mine at a loss.
|
|
|
|
Gunther
Legendary
Offline
Activity: 840
Merit: 1000
|
|
August 07, 2014, 12:17:10 PM |
|
So, what are the plans for this coin?
|
|
|
|
Vlizzjeffrey
|
|
August 07, 2014, 12:42:21 PM |
|
wow Limicoin has more nethash then Crystalcoin, while limicoin has a 20mh/s limit, very populair coin.
it's not because limi is more popular, its because crystal coin IPO set the price too low. Nobody want to mine at a loss. yes people kept crying the price was to high, and the dev of crystalcoin gave in and sold ipo for wayyy low, now no1 wants to mine that crap lol
|
|
|
|
hellracer2011
|
|
August 07, 2014, 12:56:52 PM |
|
So, what are the plans for this coin?
Dev is busy badmouthing Crystalcoin in their forum! Hey Dev rather focus on Limi coin development planning.
|
|
|
|
Vlizzjeffrey
|
|
August 07, 2014, 01:03:24 PM |
|
damn netwerk is getting bigger and bigger, 10 gh is a lot for a coin with a 20 mh/s limit. go away everyone i already missed half of the 6k blocks and now diff getting higher also shit!!!! people from crystalcoin hopping over to limicoin, go back !!!!!
|
|
|
|
eastwind_ja
|
|
August 07, 2014, 01:18:18 PM |
|
So, what are the plans for this coin?
Dev is busy badmouthing Crystalcoin in their forum! Hey Dev rather focus on Limi coin development planning. yes I saw him just now at crystal thread. dev should do more for limicoin. have mined too days
|
|
|
|
|