How do I get Ethereum miner to recognize 2 cards on the same computer ?... it only mines one of 2 cards .nvidia 980ti at 22 mh/s.
It should have -d 0,1 but doesn't work..like cuda should.
Thx
EDIT: This my bat file that doesn't work
ethminer.exe --farm-recheck 3000 -o
http://eth-us.suprnova.cc:3001/razorsedge.eth1/22On the donation bat file I get 1 card 980ti that gives 22 mh/s...but this bat file above doesn't work.
My main thing is to get one card working.
Please help.
thx
EDIT:I have
ethminer.exe --farm-recheck 3000 -U -F
http://eth-us.suprnova.cc:3001/razorsedge.eth1/22 --opencl-platform 1
Working now with only 1 card.
I have 2 750ti too on the rig.
Still won't mine with the other 980ti card......
Mining configuration:
-C,--cpu When mining, use the CPU.
-G,--opencl When mining use the GPU via OpenCL.
-U,--cuda When mining use the GPU via CUDA.
--opencl-platform When mining using -G/--opencl use OpenCL platform n (default: 0).
--opencl-device When mining using -G/--opencl use OpenCL device n (default: 0).
-t, --mining-threads Limit number of CPU/GPU miners to n (default: use everything available on selected platform)
--allow-opencl-cpu Allows CPU to be considered as an OpenCL device if the OpenCL platform supports it.
--list-devices List the detected OpenCL/CUDA devices and exit.
--current-block Let the miner know the current block number at configuration time. Will help determine DAG size and required GPU memory.
--cl-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. Windows rendering e.t.c..
--cl-local-work Set the OpenCL local work size. Default is 64
--cl-global-work Set the OpenCL global work size as a multiple of the local work size. Default is 4096 * 64
--cl-ms-per-batch Set the OpenCL target milliseconds per batch (global workgroup size). Default is 0. If 0 is given then no autoadjustment of global work size will happen
--cuda-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. Windows rendering e.t.c..
--cuda-block-size Set the CUDA block work size. Default is 128
--cuda-grid-size Set the CUDA grid size. Default is 2048
--cuda-streams Set the number of CUDA streams. Default is 2
--cuda-schedule Set the schedule mode for CUDA threads waiting for CUDA devices to finish work. Default is sync. Possible values are:
auto - Uses a heuristic based on the number of active CUDA contexts in the process C and the number of logical processors in the system P. If C > P, then yield else spin.
spin - Instruct CUDA to actively spin when waiting for results from the device.
yield - Instruct CUDA to yield its thread when waiting for results from the device.
sync - Instruct CUDA to block the CPU thread on a synchronization primitive when waiting for the results from the device.
--cuda-devices <0 1 ..n> Select which GPUs to mine on. Default is to use all