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