Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
108 stars 35 forks source link

gminer stats file records amd values instead of nvidia if both are open at same time #430

Closed platinum4 closed 5 years ago

Quake4 commented 5 years ago

fixed it in https://github.com/Quake4/MindMiner/commit/2df3b52fea58e69d3d79d2d1e19772d3386234e0:

TypeInKey = if ($Algo -match "beam" -and $_ -eq [eMinerType]::AMD) { $true } else { $false }
Quake4 commented 5 years ago

check gminer-134.txt must be two speeds beamAMD and beam

platinum4 commented 5 years ago

https://github.com/Quake4/MindMiner/commit/2df3b52fea58e69d3d79d2d1e19772d3386234e0#commitcomment-32442173