Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deemru/huger
Hugo miner for Proof-of-Work on Waves
https://github.com/deemru/huger
blake2b proof-of-work waveskit wavesplatform
Last synced: 23 days ago
JSON representation
Hugo miner for Proof-of-Work on Waves
- Host: GitHub
- URL: https://github.com/deemru/huger
- Owner: deemru
- License: mit
- Created: 2019-03-04T10:59:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T11:49:59.000Z (almost 6 years ago)
- Last Synced: 2023-03-03T13:11:33.436Z (almost 2 years ago)
- Topics: blake2b, proof-of-work, waveskit, wavesplatform
- Language: PHP
- Homepage: https://forum.wavesplatform.com/t/proof-of-work-on-waves/11465
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huger
[![php-v](https://img.shields.io/packagist/php-v/deemru/waveskit.svg)](https://packagist.org/packages/deemru/waveskit) [![license](https://img.shields.io/github/license/deemru/Huger.svg)](https://packagist.org/packages/deemru/Huger)
[Huger](https://github.com/deemru/Huger) is a miner for Hugo: [Proof-of-Work on Waves](https://forum.wavesplatform.com/t/proof-of-work-on-waves/11465)
- Fully automated miner
- Just set your address or alias
- Powered by [deemru/WavesKit](https://github.com/deemru/WavesKit) framework## Usage
- `composer install`
- Edit `config.sample.php`
- Run `php Huger.php`## Notice
- Single-threaded
- Run more instances if you have more CPUs
- Results on PHP < 7.2 will be negligible ([Sodium](http://php.net/manual/en/book.sodium.php) available on PHP >= 7.2)