tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

6.1 issues #366

Closed baktery closed 6 years ago

baktery commented 6 years ago

New ApiListener is great, very useful!

I know that 6.1 is WIP, but just to help if this info is useful, two issues I found:

# $Request = $Request |Select-Object -ExpandProperty result |Select-Object -ExpandProperty stats

writelog ([string]$ActiveMiners[$_.IdF].Process+','+[string]$ActiveMiners[$_.IdF].Process.HasExited+','+$GpuActivityAverage+','+$TimeSinceStartInterval) $logfile $false

tutulino commented 6 years ago