Forked from robvanmieghem/gominer
GPU miner for yee in go
All available OpenCL capable GPU's are detected and used in parallel.
Binaries for Windows and Linux and Mac are available in the corresponding releases
- Go environment
- OpenCL libraries on the library path
- gcc
go get github.com/sman2013/gominer-yee
gominer-yee -url http://127.0.0.1:10033
Usage:
-url string
siad host and port (default "localhost:9980")
for stratum servers, use `stratum+tcp://<host>:<port>`
-user string
username, most stratum servers take this in the form [payoutaddress].[rigname]
This is optional, if solo mining sia, this is not needed
-I int
Intensity (default 28)
-E string
Exclude GPU's: comma separated list of devicenumbers
-cpu
If set, also use the CPU for mining, only GPU's are used by default
-v Show version and exit