no, 2 separate instances. -d 0,0 reduces performance.
first and foremost -d 0,0 breaks currently because it operates both threads in the same CUDA context,
and you will get some non-validating hashes (the threads will step on each other's toes). This is fixable,
but only with an update to ccminer.
With two GPUs, I'd recommend to run a bat file with -d 0,1 twice on the same PC. The total hash rate
of both instances would be more than the hash rate of a single instance running - mainly because of
higher overall GPU utilization.
Thanks for replying. So I shouldn't run one bat with -d 0 and the other with -d 1 but rather two bats with -d 0,1 in each...so each is identical?