lbcd/mining
Olaoluwa Osuntokun 1244c45b88 mining+config: modify GBT mining to limit by weight, add witness commitment
This commit modifies the existing block selection logic to limit
preferentially by weight instead of serialized block size, and also to
adhere to the new sig-op cost limits which are weighted according to
the witness discount.
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+config: modify GBT mining to limit by weight, add 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.