Dwayne_Johnson
Legende
- Mitglied seit
- 24.12.2009
- Beiträge
- 15.155
Danke, muss erst mal gucken, wo für das alles stehtIch nutze Windows nicht zum Minen, aber ich denke mit --cclk 1200 im batch file lockst du den Core auf 1200
oder
nvidia-smi -i 0 -lgc 1200
Zudem hab ich im mom. nur diese bat (die ich so hasse)
Hab k.A. wo ich das eintragen soll. Bei den kleinen bats wüsste ich das
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
set "POOL=eth.2miners.com:2020"
set "WALLET=0x111.lolMinerWorker"
set "TONPOOL=wss://pplns.toncoinpool.io/stratum"
set "TONWALLET=EQ111"
set "EXTRAPARAMETERS=--maxdualimpact 0,15"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
if exist "%CD%\lolMiner.exe" goto infolder
echo "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=%%F
if exist "%MyVariable%" goto WindowsVer
echo "lolMiner.exe is not found in the system, that could be blocked by Windows Defender or Antivirus "
goto END
:infolder
set MyVariable=%CD%\lolMiner.exe
:WindowsVer
echo "Running lolMiner from %MyVariable%"
for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j
if "%version%" == "10.0" goto W10
goto OtherW
:W10
"%MyVariable%" --algo ETHASH --pool !POOL! --user !WALLET! --dualmode TONDUAL --dualpool !TONPOOL! --dualuser !TONWALLET! --watchdog exit
if %ERRORLEVEL% == 42 (
timeout 10
goto W10
)
goto END
:OtherW
"%MyVariable%" --algo ETHASH --pool !POOL! --user !WALLET! --dualmode TONDUAL --dualpool !TONPOOL! --dualuser !TONWALLET! --watchdog exit --nocolor
if %ERRORLEVEL% == 42 (
timeout 10
goto OtherW
)
:END
pause
btw:
set "EXTRAPARAMETERS=--maxdualimpact 0,15" erstmal testweise. Aber 0,5 ist viel zu viel. Da hab ich 2,5GH bei TON - also weit weit von 1,75GH
Zuletzt bearbeitet: