Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux)
by
crypto.bin101
on 13/03/2018, 08:59:22 UTC
Agree. However I have doubt what value to enter in command line for AB mv -96?




Test going on my lab using RX580 8GB - AMD radeon live latest driver but it seems AB 4.4 beta does not allow me to modify settings. I need to run OC settings through command line but not sure how to interpret setting from AB to claymore command string.

AB settings:
core voltage (mV): -96
Power limit: -30
Temperature: 60
Core Clock: 1150
Memory clock: 2100

Something like -

-cvddc ? -mvddc ? -powlimit -30 -tt 60 -cclock 1150 -mclock 2100


correct, for example this is my config

Code:
-epool %DEFAULT_POOL2%
-ewal %WALLET%.%WORKER%
-epsw x
-mode 1
-tt 2
-asm 1
-dcri 3
#-di 0123456
#       GPU0,GPU1,GPU2,GPU3,GPU4,GPU5,GPU6
-cclock 1200,1200,1200,1140,1190,1200,1200
-mclock 2200,2200,2200,2150,2190,2200,2200
-cvddc   875, 875, 850, 900, 875, 850, 850
-mvddc   875, 875, 850, 900, 875, 850, 850
-r 1
-mport -3333
-mpsw

#original gpu setting
#-cclock 1200
#-mclock 2200
#-cvddc  1000
#-mvddc  1000

#cclock = gpu core clock speed (stability --> shouldn't be increased if undervoltaged)
#mclock = gpu memory clock speed (creates hashpower / incorrect shares)
#cvddc  = gpu core voltage
#mvddc  = gpu memory voltage