Comment
Author: Admin | 2025-04-28
Rtx 3060 lhr v2oc memory clock --mclk 1250eth 20 MH/STon 900MH/Safterburner oc memory clock +1250eth 35MH/STon 900MH/Safterburner oc core clock +200 memory clock +1250eth 35MH/Ston 1.111GH/SRem #################################Rem ## End of user-editable part ##Rem #################################if exist "%CD%\lolMiner.exe" goto infolderecho "Searching for lolMiner.exe, because is not in this folder.That could take sometime..."for /f "delims=" %%F in ('dir /b /s "C:\lolMiner.exe" 2^>nul') do set MyVariable=%%Fif exist "%MyVariable%" goto WindowsVerecho "lolMiner.exe is not found in the system, that could be blocked by Windows Defender or Antivirus "goto END:infolderset MyVariable=%CD%\lolMiner.exe:WindowsVerecho "Running lolMiner from %MyVariable%"for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%jif "%version%" == "10.0" goto W10goto OtherW:W10"%MyVariable%" --algo ETHASH --pool !POOL! --user !WALLET! --dualmode TONDUAL --dualpool !TONPOOL! --dualuser !TONWALLET! --mclk 1250 --watchdog exitif %ERRORLEVEL% == 42 (timeout 10goto W10)goto END:OtherW"%MyVariable%" --algo ETHASH --pool !POOL! --user !WALLET! --dualmode TONDUAL --dualpool !TONPOOL! --dualuser !TONWALLET! --mclk 1250 --watchdog exit --nocolorif %ERRORLEVEL% == 42 (timeout 10goto OtherW):ENDpause
Add Comment