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
Insert -di 0 into config.txt
Seems to have done it. Thanks again.
Yeah, it's still reading all cards. I don't get it.
Try this:
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
EthDcrMiner64.exe -epool us1.ethermine.org:14444 -ewal 0xfe943a6dabf68375754d07044812f76a0dd01d64 -epsw x -di 0
CONFIGURATION FILE
You can use "config.txt" file instead of specifying options in command line.
If there are not any command line options, miner will check "config.txt" file for options.
If there is only one option in the command line, it must be configuration file name.
If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.