supernoveau
supernoveau
Thanks Dave. When the restart on low hash Signal is sent, is there an interval setting to delay the restart so the machine is turned off for the interval? I.e...
I tried restartafter in the rules.conf but doesn’t seem to work? Restarts immediately here. What is sleep in the fullcycle conf?
I found `fcmpurge` which allows it to pick up my conf. Calling `fcmsimple` I get: `Failed to call miner stats api: Expecting value: line 1 column 1 (char0)`. Any help...
On the ZMaster I can enable that API following that guide, however I can't access the cgminer API. Running `netstat -l` on the miner I see a process listening on...
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?
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 may have enabled...
To confirm, I used the API directly and I do have privileged access enabled, so the `fcmsimple` isn't working if I'm not mistaken? Request: `echo '{"command":"privileged"}' | nc xx.xx.xx.xx 4028...
This is the full response to the stats command - https://gist.github.com/almccann/a44351ec8bafc17ab000a8a70c575d24
So to help with debug, with cgminer API configured with privileged access (according to response above), `fcmsimple` full stack trace is: ``` Starting... 2018-11-13 09:54:43: Starting FCM Init 2018-11-13 09:54:43:...
1. Should be `status = jstats['STATUS'][0]`? https://github.com/dfoderick/fullcycle/blob/35f5d79359e890d67e189f8341db8b64241aa7fc/fullcyclepy/helpers/antminerhelper.py#L52 2. With that change no `miner_count`, `GHS 5s`, `GHS av`, `frequency` nor `controllertemps` in this json. Have commented out this lines in my...