Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emjomi/ministo
- Owner: emjomi
- License: apache-2.0
- Created: 2024-03-13T13:59:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T14:10:51.000Z (9 months ago)
- Last Synced: 2024-09-27T12:04:25.911Z (3 months ago)
- Topics: cpuminer, miner, monero, randomx, randomx-miner, rust, xmr
- Language: Rust
- Homepage: https://crates.io/crates/ministo
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```