README ¶
gominer-yee
Forked from robvanmieghem/gominer
GPU miner for yee in go
All available OpenCL capable GPU's are detected and used in parallel.
Binary releases
Binaries for Windows and Linux and Mac are available in the corresponding releases
Installation from source
Prerequisites
- Go environment
- OpenCL libraries on the library path
- gcc
go get github.com/sman2013/gominer-yee
Run
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
Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
algorithms
|
|
Package clients provides some utilities and common code for specific client implementations
|
Package clients provides some utilities and common code for specific client implementations |
stratum
Package stratum implements the basic stratum protocol.
|
Package stratum implements the basic stratum protocol. |
Click to show internal directories.
Click to hide internal directories.