[quote name=“thep33t” post=“17422” timestamp=“1372099535”]
[quote author=Markus1337 link=topic=2191.msg17405#msg17405 date=1372092973]
Okay thanks, there are some lines where there is “infinity” what do I do about that? How do I work out the speed? Add them all together and divide by 60?
Or can I just use this:
http://explorer.feathercoin.com/chain/Feathercoin/q/getnetworkhash/60/-60/json
[/quote]
your command gets (from the last 60, only 1 data point).
You will need to take the 60 from the previous one, validate that the number is a valid number), and turn that into the hashrate. I do not have my notes on that in front of me, but essentially take the average, and from that, plug it into the hashrate formula (something like H = h / t)
[/quote]
Will look into that, thank you for your help :)