-
Notifications
You must be signed in to change notification settings - Fork 80
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
Read response failed: The semaphore timeout period has expired #92
Comments
I have same problem, could you solve it ? |
I am having this issue as well. What is your ISP? I have AT&T DSL. |
Dont think it is isp problem, I tried it with vpn on router and it didnt work. |
It worked for me with a Comcast ISP but didn't with AT&T. Potential router/nic issue. |
After hours of scouring through settings, my Asus RT-AC68R router has an option for "vulnerability protection." As soon as I turned this option off the pool mining started. I hope this information helps someone else. |
Wow ... nice find .... That solved mine too. |
Blank line at the end of my .bat file threw the same error. |
thanks. router issue as well. works now |
Mine was router issue too! Great find there vggtd! |
Brilliant! Thanks @vggtd ! |
21:57:31|main Connecting to stratum server asia1.ethermine.org:4444
21:57:31|stratum Connected to stratum server asia1.ethermine.org : 4444
21:57:31|stratum Starting farm
21:57:50|stratum Read response failed: The semaphore timeout period has expired
21:57:50|stratum Reconnecting in 3 seconds...
21:57:53|stratum Connecting to stratum server asia1.ethermine.org:4444
21:57:53|stratum Connected to stratum server asia1.ethermine.org : 4444
21:58:12|stratum Read response failed: The semaphore timeout period has expired
21:58:12|stratum Reconnecting in 3 seconds...
This is my batch file setup:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 2000 -G -S asia1.ethermine.org:14444 -FS eu1.ethermine.org:4444 -O 0x2518c95d43d4F7899D998323E93a896A35955101.worker1
I'm running ZOTAC 970 Dual Fan, Windows 10 64bit, 382.53 nvidia driver.
I couldn't find any answers on Google...
The text was updated successfully, but these errors were encountered: