Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emjomi/ministo

RandomX CPU miner written in rust
https://github.com/emjomi/ministo

cpuminer miner monero randomx randomx-miner rust xmr

Last synced: 3 months ago
JSON representation

RandomX CPU miner written in rust

Awesome Lists containing this project

README

        

# Ministo

Ministo is a RandomX CPU miner written in rust.

## Instalation

Ensure that you have [Rust](https://www.rust-lang.org/tools/install) and [CMake](https://cmake.org/download/) installed
on your system.

Install Ministo using Cargo:

```bash
cargo install ministo
```

## Usage

To start mining, execute the following command:

```bash
ministo -o -u
```

Here are the arguments you need to provide:

* ``: The address (`:`) of mining pool.
* ``: Your wallet address.

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

```bash
ministo --help
```