Nanominer: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 4: Line 4:
curl "http://192.168.1.ip:9090/command" -H "auth: asdf" --data-raw "{""command"":""resume""}"
curl "http://192.168.1.ip:9090/command" -H "auth: asdf" --data-raw "{""command"":""resume""}"
</syntaxhighlight>
</syntaxhighlight>
untested
- powerlimits
- statistics
- reboot

Revision as of 16:36, 2 March 2021

curl "http://192.168.1.ip:9090/command" -H "auth: asdf" --data-raw "{""command"":""pause""}"
curl "http://192.168.1.ip:9090/command" -H "auth: asdf" --data-raw "{""command"":""stop""}"
curl "http://192.168.1.ip:9090/command" -H "auth: asdf" --data-raw "{""command"":""resume""}"


untested - powerlimits - statistics - reboot