Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.3.8 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw
by
ku4eto
on 02/12/2018, 17:42:24 UTC
Another API woe:

GPU3 crashed, and was declared Dead, but the API status was still showing Alive.

http://i67.tinypic.com/2s7gxi1.png

The program seen there checks the JSON data and the Status Field specifically is like this:

Code:
GpuDetails.Substring(GpuDetails.IndexOf("Status=") + 7, GpuDetails.IndexOf(",Temperature") - (GpuDetails.IndexOf("Status=") + 7));