Post
Topic
Board Mining (Altcoins)
Re: MSI Afterburner preset switch automation
by
tbearhere
on 08/06/2021, 14:44:20 UTC
How do you do this and select the gpu if you have more than one?
Example profile 5 has 2 cards different clock settings in msi afterburner.
So batch file would be.

Code:
:start
@ECHO off
"C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe" -Profile5
C:\CCMINER\T-REX-0.20.3-win_4-24-21\T-REX-0.20.3-win_4-24-21.exe -a ethash -d 0,1 -i 20,20 --cpu-priority 0 --log-path trexd_log.log --temperature-limit 68 --api-bind-telnet 0 --api-bind-http 0 -o stratum+ssl://us-eth.2miners.com:12020 -u yourwalletaddress -p x -w RIG2
goto start