decred / gominer

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

Make gominer CUDA work on windows #108

Closed marcopeereboom closed 7 years ago

marcopeereboom commented 7 years ago

CUDA on windows uses VS2013 as its backend and requires a bunch of magic to make it work with cgo.

Implement and document this.