Post
Topic
Board Mining software (miners)
Re: Antminer Monitor
by
anselal
on 24/10/2017, 11:46:56 UTC
cheers bro!

Found it!!

Code:
//From this
//output = sr.ReadToEnd().Replace("\x00", "");

//To this
output = sr.ReadToEnd().Replace("\x00", "").Replace("}{", "},{");

Open Source software rules !!!!