tutulino / Megaminer

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

GPU Groups/PowerLimits #367

Closed Nickduino closed 6 years ago

Nickduino commented 6 years ago

Can you activate a power limit profile without defining any group? i.e. let MegaMiner create its nvidia group for all cards but still use power limit.

(I don't want to define a group myself because I don't always run the same number of GPUs)

tutulino commented 6 years ago

No, powerlimit is asociated to a gpu group, what you can do is comment and uncomment lines for each config, example

--@@GPUgroups=XXXXXXX @@GPUgroups=YYYYYYY --@@GPUgroups=ZZZZZZ

Also you can define all groups and limit running group by batch.parameter, example.

@@gpugroups=XXXXXXX,ZZZZZZZ,YYYYYYYY

start_groupX.batch ---> bla bla bla -gpugroups XXXXXXX start_groupY.batch ---> bla bla bla -gpugroups YYYYYYYY

Nickduino commented 6 years ago

Can I set the power limit (say, 80,85,90,95,100) for the Nvidia group, then?