decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
159 stars 77 forks source link

Correct several stratum/pooled mining issues. #220

Closed davecgh closed 9 months ago

davecgh commented 9 months ago

This updates the code to properly support pooled mining via stratum.

In particular:

Finally, various loggging messages have been cleaned up and the job id is no longer incorrectly expected to be numeric when logging it.