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

Failure State Undetected #17

Closed
emily-pesce opened this issue Jul 28, 2017 · 2 comments
Closed

Failure State Undetected #17

emily-pesce opened this issue Jul 28, 2017 · 2 comments

Comments

@emily-pesce
Copy link

I had a failure where something crashed (I am guessing one of the GPUs) and ethminer started finding stale/incorrect nonces. Although I had the MinerLamp logging truncated to exclude the MH/s output, I am guessing all logging except for the "Solution Found" line stopped. Thus, I think MinerLamp failed to notice the crash and didn't restart.

Brainstorming: two ways to detect:

  1. if no hash rate printed for X seconds then fail, or
  2. if multiple "Solution found" printed without corresponding stratum message (accepted or stale) then fail

screenshot 2017-07-28 11 40 25

System is 7x RX470.

Running ethminer 0.12.0.dev1

@orkblutt
Copy link
Owner

Hey.
Too bad you checked "display only share info"... should have been nice to have the complete output.
Anyway, I will try to do something on this behaviour.

@orkblutt
Copy link
Owner

Hi Michael,

It should be fixed in the last commit.
There is a new thread waiting for any hash rate.. if the delay is expired the ethminer process is restarted.

@orkblutt orkblutt closed this as completed Aug 2, 2017
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

2 participants