lbcd/mining/cpuminer
Dave Collins efa50e6abc
multi: Simplify code per gosimple linter.
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.
2017-03-22 15:34:13 -05:00
..
cpuminer.go multi: Simplify code per gosimple linter. 2017-03-22 15:34:13 -05:00
log.go cpuminer: Refactor code to its own package. 2016-10-28 11:06:11 -05:00
README.md cpuminer: Refactor code to its own package. 2016-10-28 11:06:11 -05:00

cpuminer

[Build Status] (https://travis-ci.org/btcsuite/btcd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (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.