Hello,
I am using Bminer for Equihash and on my Rig I have 2 GPUs (No.1 I use it for mining, No.2 I want to game on it)
What is the command which I need to write in the bat. file so I can use only 1 for mining?
add the "-devices=" flag to the command line.
e.g. say MSI Afterburner shows have a 1080ti in position 1 and a 1070ti in position 2 and 3, and I want to do my mining on the 1080ti, my command line would have the option -devices=0 (Afterburner starts counting from 1, but devices start counting from 0, so device 0 is shown as 1 in Afterburner, dev 1 is 2, dev 2 shown as 3, etc. If I wanted to mine on both 1070ti's and game on the 1080ti, my command switch would be "-devices=1,2"