lbcd/mining/cpuminer/README.md

26 lines
820 B
Markdown
Raw Permalink Normal View History

cpuminer
========
[![Build Status](https://github.com/lbryio/lbcd/workflows/Build%20and%20Test/badge.svg)](https://github.com/lbryio/lbcd/actions)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/lbryio/lbcd/mining/cpuminer)
=======
## Overview
This package is currently a work in progress. It works without issue since it
is used in several of the integration tests, but the API is not really ready for
public consumption as it has simply been refactored out of the main codebase for
now.
## Installation and Updating
```bash
$ go get -u github.com/lbryio/lbcd/mining/cpuminer
```
## License
Package cpuminer is licensed under the [copyfree](http://copyfree.org) ISC
License.