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.
- Host: GitHub
- URL: https://github.com/codechain-io/codechain-miner
- Owner: CodeChain-io
- License: agpl-3.0
- Created: 2018-07-06T10:49:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T11:11:59.000Z (over 7 years ago)
- Last Synced: 2025-10-13T15:08:57.227Z (4 months ago)
- Topics: codechain, miner, rust
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 15
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeChain Miner [](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)