Closed Chadwicksracing closed 2 years ago
looks like no address is being passed from the miner. https://github.com/Lolliedieb/lolMiner-releases
Did you use the --dualuser kaspa:{wallet}
flag when you ran?
If not can you throw the command line/flags you used to run here?
Yeah. Dual User. I updated to 1.54 LOLminer to see if it makes a difference
@echo off
setlocal enableDelayedExpansion
Rem ################################# Rem ## Begin of user-editable part ## Rem #################################
set "POOL=eth.hiveon.com:4444" set "WALLET=0x9eB5351AE2A2C077cB93C462fEd597Fd5A1D174f"
set "KASPAPOOL=209.50.51.194:5555" set "KASPAWALLET=kaspa:qzymaur58gxkmxrk4mh7s9r7fp60xf0yl4u6chjfhd033tczmsqu5v4r7sn0d"
set "WORKER=lolMinerWorker"
set "EXTRAPARAMETERS=--apiport 8020"
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! --worker !WORKER! --dualmode KASPADUAL --dualpool !KASPAPOOL! --dualuser !KASPAWALLET! --dualworker !WORKER! !EXTRAPARAMETERS! --watchdog exit timeout 10 goto W10 goto END
:OtherW "%MyVariable%" --algo ETHASH --pool !POOL! --user !WALLET! --worker !WORKER! --dualmode KASPADUAL --dualpool !KASPAPOOL! --dualuser !KASPAWALLET! --dualworker !WORKER! !EXTRAPARAMETERS! --watchdog exit --nocolor timeout 10 goto OtherW
:END pause
Not sure what's up, connected right away for me
Maybe try repulling latest from main?
I have not seen this since rebuilding. Will keep open for the rest of the day
Have not seen this since v1
From Bridge. No Errors in LOL Miner.