I need a little help guys. I have one AMD card (will be adding more) to my 7 card Nidvia rig. I only want to use Claymore for the AMD card. This is my bat file, but it's still running all the cards. Can someone tell me what I need to do to tweak it?
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
-di 0
EthDcrMiner64.exe -epool us1.ethermine.org:14444 -ewal 0xfe943a6dabf68375754d07044812f76a0dd01d64 -epsw x
your bat file contains some weird "-di 0" command that would not be executed in any way. try moving "-di 0" after the name of the application "EthDcrMiner64.exe"
Or better use config.txt to put all your params in there. Also you can use "platform" flag for the same purpose.