seeds.guldencoin.com
EDIT: maybe criptoe, hardcoreminers and others can put an automated hashrate ticker on their site per coin?
You mean for each different coin we have in our pool?
PM me with some ideas if you like, im open for enhancements
I'm currently working on a Single Sign On system across all pools. Implemented in MPOS.
Kind regards,
HCM
http://nlg.hardcoreminers.comThis is possible with MPOS through the API, if the pool has the live API enabled. A user account needs to be created to access the API functions, which can then be parsed out from the JSON data.
On CripToe.Com, you can pull these stats from
http://criptoe.com/api/stats. The API from my pool will return the following, with the relevant code highlighted:
{"time":1405866133,"global":{"workers":3,"hashrate":0},"algos":{"scrypt":{"workers":3,"hashrate":25445444.266666666,"hashrateString":"24.27 MH"}},"pools":{"guldencoin":{"name":"guldencoin","symbol":"NLG","algorithm":"scrypt","poolStats":{"validShares":"5836440","validBlocks":"1443","invalidShares":"12008","totalPaid":"1408797.18775920000859969"},"blocks":{"pending":9,"confirmed":1423,"orphaned":7},"workers":{"GaVgch4gm1ASjH2kabi6Mizzr7dsEWkFnJ":{"shares":80640,"invalidshares":0,"hashrateString":"16.80 MH"},"GUzAR68FpBm2Vsf3gMsrLRrBz33jLNQrw8":{"shares":32768,"invalidshares":0,"hashrateString":"6.83 MH"},"GZXckkrHVUbHdKtnD5u8Yz2yhB7x6Jtrks":{"shares":3072,"invalidshares":0,"hashrateString":"655.36 KH"}},
"hashrate":25445444.266666666,"workerCount":3,"hashrateString":"24.27 MH"},"klondikecoin":{"name":"klondikecoin","symbol":"KDC","algorithm":"scrypt","poolStats":{"validShares":"656794","validBlocks":"3222","invalidShares":"3293","totalPaid":"12646.60493387000001597"},"blocks":{"pending":0,"confirmed":3196,"orphaned":13},"workers":{},"hashrate":0,"workerCount":0,"hashrateString":"0.00 KH"},"potcoin":{"name":"potcoin","symbol":"POT","algorithm":"scrypt","poolStats":{"validShares":"96712","validBlocks":"1","invalidShares":"407","totalPaid":"207.89999999"},"blocks":{"pending":0,"confirmed":1,"orphaned":0},"workers":{},"hashrate":0,"workerCount":0,"hashrateString":"0.00 KH"}}}
-Fuse