An open API service indexing awesome lists of open source software.

https://github.com/codechain-io/codechain-miner

Mining worker for PoW algorithms in CodeChain.
https://github.com/codechain-io/codechain-miner

codechain miner rust

Last synced: 4 months ago
JSON representation

Mining worker for PoW algorithms in CodeChain.

Awesome Lists containing this project

README

          

# CodeChain Miner [![Build Status](https://travis-ci.org/CodeChain-io/codechain-miner.svg?branch=master)](https://travis-ci.org/CodeChain-io/codechain-miner)

The framework for the PoW miner in [CodeChain](https://github.com/CodeChain-io/codechain).

### Implemented Algorithms
- [blake](https://github.com/CodeChain-io/codechain-blake-miner) : [Blake2b](https://blake2.net/) with output length of 32 bytes
- [cuckoo](https://github.com/CodeChain-io/codechain-cuckoo-miner) : [Cuckoo Cycle](https://github.com/tromp/cuckoo)