We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, would it be possible to include 12-hour or 6 hour statistics as well? this would be awesome
The text was updated successfully, but these errors were encountered:
if the API of the pools had one...
Sorry, something went wrong.
;) what i meant is within the stats the miner collects, sthg like this (3 and 6 hrs are extremely useful for me):
$Span_Hour = [Math]::Min(($Date-$Stat.Updated).TotalHours,1) $Span_Hour_3 = [Math]::Min(($Date-$Stat.Updated).TotalHours/3,1) $Span_Hour_6 = [Math]::Min(($Date-$Stat.Updated).TotalHours/6,1)
That should work right?
No branches or pull requests
Hey, would it be possible to include 12-hour or 6 hour statistics as well? this would be awesome
The text was updated successfully, but these errors were encountered: