Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v7.0
by
needhelp2
on 21/11/2016, 18:14:19 UTC
I am having a bit of trouble running a command in the bat for different intensity levels on 2 cards. One card runs a good bit higher in temp and i wanted to run that at a lower intensity level.

Can someone provide a example command line of how to run two cards on two different intensity levels?

This is what i try but it fails to work right...

ZecMiner64.exe -zpool zec.suprnova.cc:2142 -zwal miner -zpsw pwpw -r 0 -mport 0 -i 4,0 -1 3,1

Should i put the GPU # before the intensity or what am i doing wrong here?



-i   mining intensity. Possible values: 0...4. 0 - lowest intensity and CPU usage, 4 - maximal intensity. You can also specify values for every card, for example "-i 4,2,4". Default value is "4".


-i  4,2,4  would =  i 4 for gpu0, i 2 for gpu1, i 4 for gpu2

the gpu # are not used in the command   first i# is for gpu0, 2nd i# is for gpu1, and so on


ZecMiner64.exe -zpool zec.suprnova.cc:2142 -zwal miner -zpsw pwpw -r 0 -mport 0 -i 4,3



example  -i 3 = all gpu's intensity 3

if you have 10 gpu's  and you want them all except # 10 to run at intensity 3, and the tenth one to run at intensity 2 = -i 3,3,3,3,3,3,3,3,3,2


I do not know how to hook 10 gpu's to one mobo?Huh

-i 3,2,2,3,2,2    1832