Support for displaying info for multiple pools plus#11
Open
sshimko wants to merge 5 commits into
Open
Conversation
By setting it to true, even if the mt gox display was disabled via the command-line, it still displayed the ticker, and never became false, so mt gox always appeared with a value that never changed (0.0).
Previous implementation selected the highest priority pool to display. This commit adds support for displaying information for each pool. It displays pool URL, then on the next refresh, displays stats from that pool - the quota and accepted difficulty. Then it does the same for the next pool. Since a single pool can have multiple ports this removes the stripping of port information and favors replacement of TLD which is more common. This includes a few other fixes for the display to even things out a bit.
This might just be me, but HW errors are more interesting, particularly in a headless rig. Display a raw HW error count so I can determine when I need to SSH in and fix something.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use first row in display to show pool URL, then stats for that URL. Show those for each pool that is active.
Drop device hardware % display for hardware error count which seems to be more important, to me at least.