-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Miner keeps mining (wasting power) even when connection lost #734
Comments
#632 is a different issue. This issue is about stopping mining when the pool itself goes down or can't be reached (bad connectivity), not about power wastage when the GPU crashes / fails. |
Actually none of those issue have anything to do with this ticket since those issues involve cases where ethminer is "pretending to mine while it is not" while this issue points to a case where ethminer "has failed to connect to the pool, and is claiming that it is not mining, but still keeps doing so". I previously reported a similar observation in the following ticket: ethminer really needs an exit option for cases involving internet or pool connectivity issues. |
I had the same issue with 0.13.0. Compiling the binaries myself seemed to fix the issue. |
The issue have been fix. |
@DeadManWalkingTO Do you have the GIT commit hash that fixes this issue? |
It has'n fixed. But reconnecting has been improved. |
@smurfy That doesn't help when the remote host goes down for maintenance or the Internet link fails (e.g. when someone's on a lousy cable connection and the link fails for 24-48 hours). Why should they waste their power in these situations? Anyway, just saying that this issue should not be closed until it is fixed. |
Its not our choice. the problem currently is that stopping miner can crash ethminer. so its currently disabled |
@smurfy then a reasonable workaround would be an "exit-on-disconnect" flag, to allow people to script their own miner recovery if they consider wasting electricity more important than possibly needing to restart their rig when the link comes back up. |
@madscientist159 with #757 I introduced the new parameter --exit which stops the miner whenever an error occured |
When the pool connection goes down the miner should stop mining instead of wasting power.
The text was updated successfully, but these errors were encountered: