Post
Topic
Board Mining (Altcoins)
Re: Megaminer 5.0b - Multi pool / Multi Algo launcher
by
tutulfo
on 12/01/2018, 10:53:02 UTC
hi,

I currently have 2 nvdia cards but i am running the old one for display only and the other to mine.
however when i start megaminer, it groups the 2 cards together and start the benchmark.
Is it possible for me to disable the old card so that it will not be run for benchmark and only run benchmark for the new card only?


Default config uses all cards, you can change this using @@GPUGROUPS config variable.

You can see Gpu id running gpulist.bat or current MM screen

if you got 2 cards one of this is what you want.

@@GPUGROUPS=[{"GroupName" : "XXXXX","Type":"NVIDIA,"Gpus":"0"}]

or

@@GPUGROUPS=[{"GroupName" : "XXXXX","Type":"NVIDIA,"Gpus":"1"}]