Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v10.2
by
Call_Me_Bambi
on 20/11/2017, 00:55:57 UTC
I disabled a single GPU in my config (I have 5 GPUs that will be on Claymore).  My configs only seem to apply to my first GPU (#0); all others GPUs run at stock.  I've tried comma-separated values for each GPU and this does not work either.  Is there another way of applying configs to all GPUs (obviously not the disabled one)?

Applicable configs...

Code:
;disabling GPU3
-di 01245

-ftime 10,10,10,10,10
-tstop 85,85,85,85,85
-tt 65,65,65,65,65
-fanmin 60,60,60,60,60
-fanmax 100,100,100,100,100
-cclock 1250,1250,1250,1250,1250
-mclock 2250,2250,2250,2250,2250
-cvddc 875,875,875,875,875
-mvddc 850,850,850,850,850

-dmem 0

;-h 1800

#-allpools 1
#-tt 75


Check if you have anything in the .bat file (other than NsGpuCNMiner.exe) as it will ignore any setting in the config.txt file, from the readme.. If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.

Another way to use the setting is to have them all in the .bat file and not use the config.txt file, such as..

Code:
NsGpuCNMiner.exe -xpool ssl://europe.cryptonight-hub.miningpoolhub.com:20580 -xwal USER.WORKER -xpsw x -di 01245 -ftime 10,10,10,10,10 -tstop 85,85,85,85,85 -tt 65,65,65,65,65 -fanmin 60,60,60,60,60 -fanmax 100,100,100,100,100 -cclock 1250,1250,1250,1250,1250 -mclock 2250,2250,2250,2250,2250 -cvddc 875,875,875,875,875 -mvddc 850,850,850,850,850 -dmem 0