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

Hour_12 $Stat #207

Open
Frunzl opened this issue Apr 17, 2018 · 2 comments
Open

Hour_12 $Stat #207

Frunzl opened this issue Apr 17, 2018 · 2 comments

Comments

@Frunzl
Copy link

Frunzl commented Apr 17, 2018

Hey, would it be possible to include 12-hour or 6 hour statistics as well? this would be awesome

@Sniffdog
Copy link
Owner

if the API of the pools had one...

@Frunzl
Copy link
Author

Frunzl commented Apr 17, 2018

;) 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?

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