Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duino Coin miner written in Rust. Intended to run on Raspberry Pi and similiar single-board computers but will work on any regular computer.

Setup

You must have the Rust toolchain installed.

  1. First, clone the repository:

    git clone https://github.com/Misza13/duino-miner-rs.git
    
  2. Build the project in release mode

    cd duino-miner-rs
    cargo build --release
    
  3. 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.

  4. Run the miner

    cargo run --release
    

About

Duino Coin miner written in Rust. Intended to run on Raspberry Pi and similiar single-board computers but will work on any regular computer.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages