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

Decouple scan_log from ethminer using an explicit named pipe #69

Open
adetokunbo opened this issue Aug 29, 2017 · 0 comments
Open

Decouple scan_log from ethminer using an explicit named pipe #69

adetokunbo opened this issue Aug 29, 2017 · 0 comments

Comments

@adetokunbo
Copy link
Owner

I.e, rather than creating an implicit named pipe via command substitution with each invocation of run_ethminer

  • create a named pipe as part of automine installation
  • launch scan_log separately have it read from the named pipe
  • pipe ethminers log into the named pipe

scan_log can then become

  • a process that should launch at startup and be automatically relaunched if it fails
  • errors in scan_log don't affect ethminer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant