btcd/mining
Olaoluwa Osuntokun caac0f821a
multi: update btcutil imports to point to new sub-module
In this commit, we update all the btcutil imports to point to the new
sub-module.

In the same commit, we also modify the recently added `btcutil/go.mod`
file as we need to continue pointing to the _old_ version of btcd, until
we merge this PR and push a new tag.
2022-01-10 18:44:58 -08:00
..
cpuminer multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
log.go all: Remove seelog logger. 2017-06-19 16:46:50 -04:00
mining_test.go multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
mining.go multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
policy_test.go multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
policy.go multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
README.md docs: update shields 2021-03-05 07:45:19 -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.