ministo

Crates.ioministo
lib.rsministo
version0.1.0
sourcesrc
created_at2024-04-14 14:12:11.237005
updated_at2024-04-14 14:12:11.237005
descriptionRandomX CPU miner written in rust
homepage
repositoryhttps://github.com/emjomi/ministo
max_upload_size
id1208292
size37,203
John Mitrich (emjomi)

documentation

README

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
Commit count: 14

cargo fmt