Sniffdogminer
Sniffdogminer copied to clipboard
Hour_12 $Stat
Hey, would it be possible to include 12-hour or 6 hour statistics as well? this would be awesome
if the API of the pools had one...
;) 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?