Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue about the pool connection #2114

Open
ghost opened this issue Dec 11, 2024 · 1 comment
Open

issue about the pool connection #2114

ghost opened this issue Dec 11, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 11, 2024

whether I use proxy or not I both can not connect poolQAQ
image
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

@jgonzis
Copy link
Collaborator

jgonzis commented Jan 2, 2025

did you check if still avalaible that pool?. ETHASH was quite ended since 2 years

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant