Post
Topic
Board Mining (Altcoins)
Re: NSGminer v0.9.4: The Fastest NeoScrypt GPU Miner
by
k0stas
on 08/02/2018, 06:25:06 UTC
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

Code:
./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

Code:
./nsgminer -c amd.conf
for the amd cards

Code:
./nsgminer -c nvidia.conf
for the nvidia cards