From source code:
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
Premine: 815000 coins:
IPO: 500000 coins. IPO BTC will be used to keep LIMI price stable.
315000 coins left will be used for future development like funding games, tools, pool owners, exchange owners...
IPO address:
https://blockchain.info/address/1QFbxKf9ko2dJ146T5p6rjTnDY7Yxr8RJ CLOSEDNotice: This address is from an exchange. Thus, all sent BTC will go to market right away but usable in the account. That is why the balance staying zero.
Pools will be hosted by third party pools.Why third party pools? We can open our own pools for you but people dont want to play our own game totally, that is why we need third party trusted pools. The pools can check our code to make sure it is clear an clean.
Block explorer will be available right after launch.Wallet/Source will be available right at the end of POW.
Source code will be available to pools right at launch.
https://pbs.twimg.com/profile_images/2320882833/2whv6cuhvbal751uss8u_normal.png Twitter:
https://twitter.com/LimiCoinHow to join IPO?- Please send your investment BTC to IPO address above, then contact me (pm) or
email LimiCoin@gmail.com with your tx info.
How IPO coins delivery?- Investors will receive 20% LIMI everyday (in 5 days),
not at once, to prevent coin dumping.
- First delivery will be right after POW ended
or right after we hit the exchange in POW.
Miner: https://www.nicehash.com/software/sgminer-5.0-pre-release-2014-07-20-win32.ziphttps://www.nicehash.com/software/sgminer-5.0-pre-release-2014-07-20-linux-i386.ziphttps://www.nicehash.com/software/sgminer-5.0-pre-release-2014-07-20-linux-amd64.zipSource:
https://github.com/sgminer-dev/sgminer/tree/v5_0Form:
sgminer -o stratum+tcp://pool:port -u xxx -p xxx --pool-algorithm bitblock
Update information coming.