| Crates.io | ministo |
| lib.rs | ministo |
| version | 0.1.1 |
| created_at | 2024-04-14 14:12:11.237005+00 |
| updated_at | 2025-07-23 20:31:55.468399+00 |
| description | RandomX CPU miner written in rust |
| homepage | |
| repository | https://github.com/emjomi/ministo |
| max_upload_size | |
| id | 1208292 |
| size | 37,388 |
Ministo is a RandomX CPU miner written in rust.
Ensure that you have Rust and CMake installed on your system.
Install Ministo using Cargo:
cargo install ministo
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