lolMiner-releases
lolMiner-releases copied to clipboard
issue about the pool connection
whether I use proxy or not I both can not connect poolQAQ
my code:
@echo off setlocal enableDelayedExpansion Rem ################################# Rem ## Begin of user-editable part ## Rem ################################# set "POOL=ethash.unmineable.com:3333" set "WALLET=DOGE:DSKkqC1cPjT7rNxVA51YrGChhgp1FXvqLD.simon#91lo-5z9e.lolMinerWorker" Rem ################################# Rem ## End of user-editable part ## Rem ################################# :loop lolMiner.exe --socks5 127.0.0.1:9909 --algo ETHASH --pool !POOL! --user !WALLET! --watchdog exit if %ERRORLEVEL% == 42 ( timeout 10 goto loop ) pause