MrPlusGH / NPlusMiner

NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
GNU General Public License v3.0
173 stars 54 forks source link

Nvidia-wildrigmulti - selecting all GPUs with manual config #198

Open thekinglear opened 1 year ago

thekinglear commented 1 year ago

Wildrigmulti is not selecting GPU according to configs. All GPU are selected. "ManualConfig": true, "SelGPUCC": "2,3,4,5",

thekinglear commented 1 year ago

Got it to work GPU order its different from "SelGPUCC" Added line in config.json "SelGPUCD": "0,1,2,3",

Added -d $($Config.SelGPUCD) in N-WildRigMulti.ps1 line 79