We need GPUMiner.Only CPUMiner will dump the exo to da hell.
If i understand correctly, mining EXO will differ from other coins.
yes it will be.but a cpu only coin is the worst case here.
botnet and cloud servers will kill the price quickly.thats unacceptable.
Devs could tell us more about mining and how the deal that problem, which you mentioned.
the mining algo is defined , you can learn it from
http://wiki.exocoin.org/index.php?title=Mining ,
http://wiki.exocoin.org/index.php?title=green_mining quote from here
"Features
Green mining technology (saves procentually more energy the more hashpower you have [0-95%])
Solo-mining only (no pools will be created for eXocoin and they are in fact a (slightly) disadvantage over solo-mining)
CPU und GPU mining possible, GPU otimized
mining time frame: 6 months, thereafter mining will stop completely
"
According to the mining progress , the dev team only completed CPU mining, so we want to ensure the GPU mining is ok before starting mining, or else CPU miner dump the coin seriously. how many coins are produced through mining every 24hours?
"Mining will start automatically with block ID=2,000 and will stop automatically after block ID=28,000. So there will be 26,000 blocks * 10 min per block = 180 days = 6 months. ID=2,000 will be reached after nearly 14 days after launch.
The mining process will spread exactly 50,000,000 EXO - spreading will follow this ruleset:
if(blockId < 2000) return 0;
if(blockId < 2100) return 100;
if(blockId < 2500) return 250;
if(blockId < 3000) return 500;
if(blockId < 4000) return 900;
if(blockId < 7000) return 1400;
if(blockId < 12000) return 1700;
if(blockId < 15000) return 2000;
if(blockId < 19000) return 2200;
if(blockId < 22000) return 2300;
if(blockId < 28000) return 2390;
else return 0;"
So it is non linear and mining will heavily focus on last months.
Thanks!
if(blockId < 2000) return 0; - 0
if(blockId < 2100) return 100; - .7 days - 100x144 = 14400/day
if(blockId < 2500) return 250; - 2.7 days - 250x144 = 36000/day
if(blockId < 3000) return 500; - 3.4 days - 500x144 = 72000/day
if(blockId < 4000) return 900; - 6.9 days - 900x144 = 129600/day
if(blockId < 7000) return 1400; - 20.8 days - 1400x144 = 201600/day
if(blockId < 12000) return 1700; - 34.7 days - 1700x144 = 244800/day
if(blockId < 15000) return 2000; - 20.8 days - 2000x144 = 288000/day
if(blockId < 19000) return 2200; - 27.7 days - 2200x144 = 316800/day
if(blockId < 22000) return 2300; - 20.8 days - 2300x144 = 331200/day
if(blockId < 28000) return 2390; - 41.6 days - 2390x144 = 344160/day