NebulousLabs / Sia-GPU-Miner

A GPU Miner for Sia
MIT License
151 stars 79 forks source link

Read HTTP response #14

Closed lukechampine closed 9 years ago

lukechampine commented 9 years ago

siad has fmt.Printlns in the miner code that are triggered by bad blocks. Instead, the miner should read the API response and print it to the user.

Now that I think of it, this may be the cause of our "short CURLs" -- the miner is reading an error message instead of block data.