Post
Topic
Board Mining software (miners)
Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1
by
abshnasko
on 10/10/2014, 15:09:38 UTC
There's a bug with the "restart" JSON API command. It returns this data on success:

Code:
{"RESTART","id":1}

Of course, this is not valid JSON, so it has to be parsed differently and handled as a special case in my API: https://github.com/hashware/node-cgminer-api.