So your .bat file would look like this (if you are solo mining)
ethminer -G --opencl-device 0
ethminer -G --opencl-device 1
ethminer -G --opencl-device 2
ethminer -F http://192.168.1.1:8546/miner/8/gpu-rig4 -G --opencl-device 1
ethminer -F http://192.168.1.1:8546/miner/8/gpu-rig4 -G --opencl-device 2
ethminer -F http://192.168.1.1:8546/miner/8/gpu-rig4 -G --opencl-device 3
Doesn't work, only first 290.
Actually i know how to solve this issue, make 3 folders and 3 .bat but looks ugly, isn't ?
--list-devices
--print-devices
do not work in windows.
Yeah, i want to know also
See what I am trying to accomplish is ethminer cpu and gpu at the same time but if I run one and then the other, I get a DAG error and app crash. Like DAG is trying to be shared and cannot be shared.
uhg this is frustrating.