CameronDiver / Minereum

A short script to run the ethminer program and parse it's output to produce more meaningful information.
GNU General Public License v2.0
2 stars 5 forks source link

With the verbose flag set, geth spams the output with single characters #17

Closed CameronDiver closed 9 years ago

CameronDiver commented 9 years ago

And these single characters get interpreted as dynamic lines I think, this could be the changes that you've made (geth logging) or that I've made (using select and os.read instead of readline)