Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v7.0
by
Socket54
on 21/11/2016, 18:38:14 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



Ah i see, that is where i was going wrong. Figured i had to specify a value for each GPU as well. Thanks a ton.