Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 13-Nov-2019 | - | ||||
cpuminer/ | H | 13-Nov-2019 | - | 700 | 383 | |
README.md | H A D | 13-Nov-2019 | 564 | 22 | 14 | |
log.go | H A D | 13-Nov-2019 | 749 | 31 | 14 | |
mining.go | H A D | 13-Nov-2019 | 36.4 KiB | 967 | 490 | |
mining_test.go | H A D | 13-Nov-2019 | 3 KiB | 111 | 86 | |
policy.go | H A D | 13-Nov-2019 | 4.8 KiB | 132 | 53 | |
policy_test.go | H A D | 13-Nov-2019 | 5.2 KiB | 169 | 132 |
README.md
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