tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

Recently bought a AMD 2400g, How to disable it? #407

Closed Ruber249 closed 6 years ago

Ruber249 commented 6 years ago

I recently got a AMD2400g and want to disable it,

I use Nvidias in my Rig but its always trying to benchmark the GPU on the CPU and I need to disable it.

I tried to play around with the GPUGROUPS and can't figure it out.

When I start the miner I see my Nvidia and amd gpu. What line should I use to disable that AMD?

tutulino commented 6 years ago

you must configure GPUGROUPS, you must set one NVIDIA type group only and set all nvidia id. For example if you have 3 nvidia cards.

if you want to use automatic powerlimit feature @@GPUGROUPS=[{"GroupName" : "NvidiaCards","Type":"NVIDIA","Gpus":"0,1,2","PowerLimits":"100,90,80,70,60"}]

if you dont want to use automatic powerlimit feature

@@GPUGROUPS=[{"GroupName" : "NvidiaCards","Type":"NVIDIA","Gpus":"0,1,2","PowerLimits":"0"}]