Dave Foderick

Results 13 comments of Dave Foderick

This looks really good. I have a use for it. Is it portable to other forth implementations?

Hearbeat is an event timer that will notify a system admin that the system is still working. Basically, just send an alert saying that the system is still alive. If...

For restarts there is an additional time where restarts will be disabled for that miner. This is to give asic time to warm up its hash rate after it has...

S9105 is my test machine. It is just a friendly name. clientid, networkid, and minerid can be blank. I will write up some help documents for those values. The port...

It looks like I have some work to do to automatically configure Innosilicon Zmaster. I will work on that soon. Please try to enable api on the zmaster using the...

> I presume this is an unrestricted API call. > > I removed the `api-allow` key in `/config/cgminer.conf` so there can't be a conflict with the systemctl init, and it...

> Sending to the cgminer API `echo '{"command":"stats"}' | nc x.x.x.x 4028` I get the response `{"STATUS":[{"STATUS":"S" .... ` so it seems this is working at the cgminer end? Can...

You're almost there. The temps need to be parsed correctly. I will work on a pull request today.

> This is the full response to the stats command - https://gist.github.com/almccann/a44351ec8bafc17ab000a8a70c575d24 These stats are quite a bit different than what i have seen before. Basically, I need to get...

> Is this the sgminer API compared to cgminer? That json is the ZMaster. > There is no official standard for the output of each api command. Each miner manufacturer...