dcrd/internal/mining/cpuminer
Dave Collins 9447247d81
netsync: Remove submit/processblock orphan flag.
This removes the orphan return flag from the SubmitBlock and
ProcessBlock netsync methods in favor of allowing the caller to detect
it from the error.

This is a step towards the goal of removing handling of orphan blocks
altogether in favor of using block headers for sync.
2021-01-21 23:20:17 -06:00
..
cpuminer.go netsync: Remove submit/processblock orphan flag. 2021-01-21 23:20:17 -06: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.