Hello experts
Could someone please advise on what command line arguments I can use to mine on only 2 Nvidia cards out of 13 total cards(6 AMD+7 Nvidia)
I am trying to use ccminer for the first time
My rig configuration
13 GPUs (7 Nvidia & 6 AMD)
I am planning to use only 2 Nvidia cards for ccminer to mine altcoins and leave rest to claymore to mine dual coins
so claymore would mine on 6 (AMD) + (0 - 5) Nvidia cards
Use:
ccminer-x64.exe --help
to see all the options
You would end up using:
ccminer-x64.exe -n
to list devices and their number, then use -d with the desired numbers, like:
ccminer-x64.exe -d 0,4
and add the rest of your options to the command
Awesome thank you
Also, I am looking to set
1) minimum\max fan speed or static fan speed
2) OC settings for 1060, that would be 600 memory clock and 100 core clock
3) power limit, like in MSI afterburner I use 65 what would be the value of --plimit here