New Pushpool/mmcFE pool:
url:
http://chn.imineco.in/mining port: 8336
pool fee: 0%
server: EU dedicated server (Intel Core i5-2400 3.4GHZ - 16 Go DDR3 - 2x 2To SATA2 - 100 Mbps)
It's a beta version and need more test to be fully operational.
Here my setting for pushpoold. I'am not sure that the best settings for CHNCoin. Help is welcome! Thank you :
"longpoll.disable" : false,
"rpc.target.rewrite" : true,
"work.expire" : 20,
"roll.ntime.disable" : true,
"longpoll.keepalive" : 20
the second point i'am not sure, it's the hashrate calculation by mmcFE. Here the code used :
$retarget = 18;
$hashrate = $resultrow->id;
$key = bcpow(2,$retarget) or die("bcpow err");
$hashrate = round((($hashrate*$key)/600)/1000, 3);
Thanks for your help to make this pool fully operational !!