lbcd/mining
Olaoluwa Osuntokun f5dec67086 mining: update GBT generation to include witness commitment
This commit updates the block template generation logic to only include
witness transactions once the soft-fork has activated and to also
include the OP_RETURN witness commitment (with additional block weight
accounting).
2017-08-13 23:17:40 -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 mining: update GBT generation to include witness commitment 2017-08-13 23:17:40 -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.