trexminer / T-Rex

T-Rex NVIDIA GPU miner with web control monitoring page
2.63k stars 438 forks source link

help to translate msi afterburner to trex miner config (mcclock & cclock) #1237

Open yobokies opened 2 years ago

yobokies commented 2 years ago

i'm asking help to translate my msi afterburner setting to trex miner config currently i'm using 3060ti LHR and 3080Ti with afterburner

this is my current setting

please help me to translate it to trex miner config as i'm not really sure what do i have to input on trex config

thanks

SkySpider413 commented 2 years ago

first separately for 3060ti it should be: --pl 73 --fan 70 --cclock -400 --mclock 900 for 3080ti: --pl 81 --fan 90 --cclock -500 --mclock 900

to put it into launch parameters you need to check which card appears "first" in miner and put it like that: 3060ti first: --pl 73,81 --fan 70,90 --cclock -400,-500 --mclock 900,900 or if 3080ti is first: --pl 81,73 --fan 90,70, --cclock -500,-400 --mclock 900,900

as both mem overclocks are the same you can just use --mclock 900 in both cases and you may also want to lock cclock to some absolute value instead of offsetting it to keep it stable, in that case use --lock-cclock x to lock clock to absolute x

check if that works