2016-10-28 18:06:11 +02:00
|
|
|
cpuminer
|
|
|
|
========
|
|
|
|
|
2021-08-19 20:41:48 +02:00
|
|
|
[![Build Status](https://github.com/lbryio/lbcd/workflows/Build%20and%20Test/badge.svg)](https://github.com/lbryio/lbcd/actions)
|
2017-05-25 18:29:23 +02:00
|
|
|
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
2021-08-19 20:41:48 +02:00
|
|
|
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/lbryio/lbcd/mining/cpuminer)
|
2017-08-25 01:29:38 +02:00
|
|
|
=======
|
2016-10-28 18:06:11 +02:00
|
|
|
|
|
|
|
## 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
|
2021-08-19 20:41:48 +02:00
|
|
|
$ go get -u github.com/lbryio/lbcd/mining/cpuminer
|
2016-10-28 18:06:11 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Package cpuminer is licensed under the [copyfree](http://copyfree.org) ISC
|
|
|
|
License.
|