-
Notifications
You must be signed in to change notification settings - Fork 2.3k
0.14.0.dev4 windows - no no response received in 2 seconds. #936
Comments
the same also here with this version ethminer 0.14.0rc4, until now it becomes a misery with mining ethminer 0.14.0rc4, miner stops and goes no further, please watchdog please just like Phoenixminer or Claymore there are enough examples but ethminer developers are sleeping . i 14: 52: 31 | stratum | Disconnected from eu1.ethermine.org with --stratum-ssl specified. |
Same. Win10, GTX 1070. Won't post logs as it was default verbosity and look basically the same, so probably not helpful. I turn on a lot of security stuff like DEP and Manditory ASLR and such, if that matters. cli args: ethminer --farm-retries 10 --farm-recheck 2000 -U -RH -HWMON 1 \
-P stratum+ssl://0x0000000000000000000000000000000000000000.worker@us2.ethermine.org:5555 \
-P stratum+ssl://0x0000000000000000000000000000000000000000.worker@us1.ethermine.org:5555 |
Please redo your tests with ethminer 0.14.0rc6 |
Please keep always in mind that we're giving our spare time for free. No one gets paid for this nor you pay a single dime for using ethminer. |
@digitalpara THANK YOU FOR ALL THE WORK AND YOUR FREE TIME!!!! @Topic: 0.14.0rc6 also not working for me. Same error on PIMP 2.5 |
Solved in
|
Confirm 0.15.dev6 resolves my issue Update: Ah too bad, ran into the error again with 0.15.dev6: Windows then reports that ethminer.exe stopped working. I would be happy if the miner continued to run rather than die, just so that I don't have to write a process supervisor |
Please try latest. We've pushed some little changes few minutes ago. |
kk, give it a try. |
Same Error after about 10 Minutes. Is there a log I could provide to help you find the responsible code? If it's relevant, im using SSL right now. Should I test without? |
Well ... actually this is not really a bug. Aside from this the behavior of ethminer is correct even if I agree with you 1 minute to reconnect is not acceptable. Will report back. |
I use a Cable-Connection with 400mbit down/20 mbit up. Normally my submissions take ~20ms. It is dynamic IP but the IP changes every 6 - 8 Weeks. OK, thank you. I try to provide fast feedback if you have a new release. |
@faithless1108 Thanks |
Hey, sure... All it takes to solve this. CPU: CPU Intel Celeron G3900 2x 2.80GHz (64Bit) OS: PIMP 2.5 (https://getpimp.org/, I think its a modified Ubuntu 16.04.4 LTS) Connected via LAN-Cable to Router. Internetconnection is a verry stable Calbe-Broadband-Connection with 400Mbit down- / 20 Mbit upstream. You need something else? Thanks for your greate support Mate!! |
I found the Invoce. Its Crucial RAM OS: |
Do you have other rigs ? If so .. it happens only on one of them or it's random ? From the log I see, apparently, your machine takes 20 seconds to run a very simple disconnection of the socket (code follows) which, coupled with your exhuberant network configuration, leads me to think you might have a network card error. This code takes 20 seconds to run on your machine
|
It's the only Rig I have. But with Claymore-Miner there is absolutely no problem. SSH and all the Stuff works and is stable (Miner-Test for Hours). I really dont think it's the Card... |
In other words ... shutdown : this should ensure that any pending operations on the socket are properly cancelled and any buffers are flushed prior to the call to socket.close. but ... you're shutting down because you previously had a 2 seconds response timeout on the socket thus, somehow, your network card (or it's driver) was already non responding. I've seen similar problems with same MOBO as yours at high overclocking values (network card becomes unresponsive and takes time to "restore"). Would ask you to :
|
We do not know how Claymore implements socket management as it's code is closed. |
OK here is DMESG Output. I will turn down OC and retest. [51125.588443] stratum[3210]: segfault at 0 ip 0000000000530005 sp 00007f5324ccf780 error 4 in ethminer[400000+8f6000] |
Segfault error 4 means thread name "stratum" could not read and the only thing it reads is socket data over the network card (look ip - instruction pointer is always the same 0000000000545005 - we have only one instruction where we invoke read). This causes your 2 seconds reponse time-out Segfault error 15 means stratum could not write to socket. Think it's machine related ... not code related. |
I'm with you. I try to do the things you gave me for homework and look how it goes... Otherwise I'm addicted to Claymore :( |
Update: Ah too bad, ran into the error again with 0.15.dev6: Windows then reports that ethminer.exe stopped working. I would be happy if the miner continued to run rather than die, just so that I don't run it under a supervisor |
Solved in #1135 |
Getting a fatal error on 0.14.0.dev4 on windows:
The text was updated successfully, but these errors were encountered: