decred / gominer

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

Add CUDA implementation #195

Closed matheusd closed 10 months ago

matheusd commented 10 months ago

This PR adds CUDA support for the Blake3 hashing algorithm to gominer, replacing the previous Blake256 implementation.

Note that the Windows version of the CUDA build of gominer has not been validated as working yet.