Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 663 Bytes

duino-miner

A multiplexed CPU miner for Duinocoin (duino-coin), if you know what I am talking about.

This high-performance miner is implemented in asynchronous Rust, from scratch. This makes it several times faster than the official miner, and highly efficient even on non-conventional mining hardwares such as a Raspberry Pi. (Again, if you know what I am talking about.)

To build this project, execute

cargo build --release

To generate a config file for the miner, execute

duino-miner generate -u my_username --device-name-prefix "avr-" --target-rate 182

To run the miner from your config file, execute

duino-miner run