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

soyflourbread/duino-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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