It fail for me with cgminer or bfgminer
...
I see 2 issues,
11/04/2012 10:50:03 : [2012-11-04 10:50:03] Failed to ADL_Adapter_ID_Get. Error -5
11/04/2012 10:50:03 : [2012-11-04 10:50:03] ADL found less devices than opencl!
I haven't this kind of error running bfgminer in command line (some param added to conf?)
11/04/2012 10:50:04 : [2012-11-04 10:50:04] JSON decode failed(1): '[' or '{' expected near 'HTTP'
11/04/2012 10:50:04 : [2012-11-04 10:50:04] Pool 0 slow/down or URL or credentials invalid
Some parse error.
Regards
I tried to do something like this some months ago, but gave up the plan, because of exactly this error. The ADL can't be accessed from within the windows service's environment, because of Session-Isolation. So the GPU-Monitoring/-Control features of cgminer won't work. You need to have a server process, which is running under a currently logged in user at the local console (RDP won't work either).
Hi thanks for the information everyone. Oddly enough cgminer works for my ATI card under the service, but I was unable to get my NVidia card to work for likely the reasons mentioned (although this could be due to the fact they are on different OSs as well...). I will look into the issue, it may be something I can tackle by using some different win32 api calls. I'll post an update within a week or so.