dcrd/internal/mining/cpuminer
Donald Adu-Poku 00933dcf0f multi: update blockchain and mempool error types.
This updates the blockchain and mempool error types to
leverage go 1.13 errors.Is/As functionality as well as confirm to
the error infrastructure best practices.
2020-10-14 20:42:41 -05:00
..
cpuminer.go multi: update blockchain and mempool error types. 2020-10-14 20:42:41 -05:00
doc.go cpuminer: Refactor code to its own package. 2020-07-22 20:06:28 -05:00
log.go cpuminer: Rework to use bg template generator. 2020-07-23 12:36:09 -05:00
README.md cpuminer: Refactor code to its own package. 2020-07-22 20:06:28 -05:00

cpuminer

Build Status ISC License Doc

Package cpuminer provides facilities for solving blocks (mining) using the CPU.

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.

License

Package cpuminer is licensed under the copyfree ISC License.