lbcd/mining
Jim Posen 04444c1d0e blockchain: Use CheckConnectBlockTemplate for RPC block proposals.
This renames CheckConnectBlock to CheckConnectBlockTemplate and
modifies it to be easily consumable by the getblocktemplate RPC
handler. Performs full block validation now instead of partial
validation.
2017-10-12 06:07:46 -05:00
..
cpuminer all: Remove seelog logger. 2017-06-19 16:46:50 -04:00
log.go all: Remove seelog logger. 2017-06-19 16:46:50 -04:00
mining.go blockchain: Use CheckConnectBlockTemplate for RPC block proposals. 2017-10-12 06:07:46 -05:00
mining_test.go mining: Refactor template code into mining package. 2016-10-27 11:48:48 -05:00
policy.go mining+config: modify GBT mining to limit by weight, add witness commitment 2017-08-13 23:17:40 -05:00
policy_test.go mining: Add basic priority calculation tests. 2016-10-27 13:13:37 -05:00
README.md multi: Update markdown files for GFM changes. 2017-05-25 12:06:16 -05:00

mining

Build Status ISC License GoDoc

Overview

This package is currently a work in progress.

Installation and Updating

$ go get -u github.com/btcsuite/btcd/mining

License

Package mining is licensed under the copyfree ISC License.