#miner #cpuminer #randomx-miner

app ministo

RandomX CPU miner written in rust

1 unstable release

0.1.0 Apr 14, 2024

#616 in Command line utilities

Download history 97/week @ 2024-04-08 41/week @ 2024-04-15

138 downloads per month

Apache-2.0

15KB
370 lines

Ministo

Ministo is a RandomX CPU miner written in rust.

Instalation

Ensure that you have Rust and CMake installed on your system.

Install Ministo using Cargo:

cargo install ministo

Usage

To start mining, execute the following command:

ministo -o <POOL> -u <WALLET>

Here are the arguments you need to provide:

  • <POOL>: The address (<URL>:<PORT>) of mining pool.
  • <WALLET>: Your wallet address.

Explore other command-line options and their default values using:

ministo --help

Dependencies

~6MB
~92K SLoC