I'm having issues using certain GPU's. no matter what I change, when I start the miner it starts all mu GPU's instead of the ones I choose. its like the gpu conf section is not overruling everything else like the readme file says it should?? I'm pretty new at this so I'm sure its something I'm prolly doing but I could use some help!! otherwise I love the new miner!! thanks
Do you have yours set up like this.. for example let's say I have 4 cards and i only want the last 2 of them to run for some reason..it would look a little like this..
//{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 2}, // First GPU.
//{ "id" : 1, "intensity" : 0, "worksize" : 8, "threads" : 2}, // Second.
{ "id" : 2, "intensity" : 0, "worksize" : 8, "threads" : 2}, // Third.
{ "id" : 3, "intensity" : 0, "worksize" : 8, "threads" : 2}, // Fourth.
the "id" is what you are looking for.. numbers start with 0 being first card.. Have you tried running it with -listdevices in your start.bat batch file?
OH also forgot, did you take out the leading
/* gpu_stuff here, yada, yada. and then there is another closing comment as thus
*/ which will also stop it from being used.