1mining
2======
3
4[![Build Status](http://img.shields.io/travis/btcsuite/btcd.svg)](https://travis-ci.org/btcsuite/btcd)
5[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
6[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/btcsuite/btcd/mining)
7
8## Overview
9
10This package is currently a work in progress.
11
12## Installation and Updating
13
14```bash
15$ go get -u github.com/btcsuite/btcd/mining
16```
17
18## License
19
20Package mining is licensed under the [copyfree](http://copyfree.org) ISC
21License.
22