github.com/palcoin-project/palcd@v1.0.0/mining/README.md (about)

     1  mining
     2  ======
     3  
     4  [![Build Status](https://github.com/btcsuite/btcd/workflows/Build%20and%20Test/badge.svg)](https://github.com/btcsuite/btcd/actions)
     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)](https://pkg.go.dev/github.com/btcsuite/btcd/mining)
     7  
     8  ## Overview
     9  
    10  This 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  
    20  Package mining is licensed under the [copyfree](http://copyfree.org) ISC
    21  License.