Duino Coin miner written in Rust. Intended to run on Raspberry Pi and similiar single-board computers but will work on any regular computer.
You must have the Rust toolchain installed.
-
First, clone the repository:
git clone https://github.com/Misza13/duino-miner-rs.git
-
Build the project in release mode
cd duino-miner-rs cargo build --release
-
Create configuration file
cp duino-miner.yml.samle duino-miner.yml
Edit the file
duino-miner.yml
and set all the settings for your mining rig. -
Run the miner
cargo run --release