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

Loss of template provider is not gracefully handled #23

Open
wizkid057 opened this issue Oct 21, 2024 · 0 comments
Open

Loss of template provider is not gracefully handled #23

wizkid057 opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wizkid057
Copy link
Collaborator

The template provider is checked on startup, but the loss of the template provider at a later time can currently result in mining of stale work. It can not do non-pooled mining failover without a valid template, and it won't disconnect stratum clients for failover because this only happens with the loss of connection to the DATUM server, not currently for the loss of the template provider.

Need detection of this loss and appropriate recovery by either disconnecting stratum clients so they can fail to an alternate, or by potentially having an alternate/backup/secondary template provider that the gateway can utilize.

@luke-jr luke-jr added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants