How would I launch for just GPU 7, an AMD card?
Oddly, when launched nsgminer only employs my Nvidia cards?
I want to use nsgminer strictly on the Amd cards. Can anyone assist me with configuration switches for that?
If you run a mixing rig with nvidia and amd cards on the same mobo run the command
./nsgminer -n
this command will tell you which cards are on your system
make two different confing files with the names
amd.conf
nvidia.conf
and specific your GPU cards with --device parameter to each config file
and then run nsgminer two times
./nsgminer -c amd.conf
for the amd cards
./nsgminer -c nvidia.conf
for the nvidia cards