efa50e6abc
This simplifies the code based on the recommendations of the gosimple lint tool. Also, it increases the deadline for the linters to run to 10 minutes and reduces the number of threads that is uses. This is being done because the Travis environment has become increasingly slower and it also seems to be hampered by too many threads running concurrently. |
||
---|---|---|
.. | ||
cpuminer.go | ||
log.go | ||
README.md |
cpuminer
[] (https://travis-ci.org/btcsuite/btcd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [] (http://godoc.org/github.com/btcsuite/btcd/mining/cpuminer)
Overview
This package is currently a work in progress. It works without issue since it is used in several of the integration tests, but the API is not really ready for public consumption as it has simply been refactored out of the main codebase for now.
Installation and Updating
$ go get -u github.com/btcsuite/btcd/mining/cpuminer
License
Package cpuminer is licensed under the copyfree ISC License.