Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
cbuchner1
on 02/04/2014, 11:30:34 UTC
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.