Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
23457861
Topic
2258344
Board
Mining software (miners)
Re: Antminer Monitor
by
anselal
on
24/10/2017, 11:46:56 UTC
Quote from: polymer_city on October 24, 2017, 11:45:41 AM
cheers bro!
Found it!!
Code:
//From this
//output = sr.ReadToEnd().Replace("\x00", "");
//To this
output = sr.ReadToEnd().Replace("\x00", "").Replace("}{", "},{");
Open Source software rules !!!!