Hello
I am using the new 2.2 , how can i set different intensities for 2 gpus. I want to use i 19 for first gpu and i 23 for second. thanks
USE THE "-i" FLAG--
Use the "-i" command flag in your launch line:
"ccminer -a skunk -i 19,23 -o stratum+tcp://yiimp.cccminer.org:8433 -p worker,c=sigt"
Separate the intensity values with a comma. The above line is for a 2 GPU rig. This is all in the readme.
For a text file of all the commands and syntax, run "ccminer -h > help.txt", and you will generate a "help.txt" file. --scryptr