KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ministo
★ 9
Open GitHub ↗
RandomX CPU miner written in rust
Download README (.md)
Explore Similar Repositories
Play-integrity-fix-magisk
:
Universal modular fix for play integrity on devices running Android 8 - 14
CLIP-ViL-GradCAM
:
An implemention of CLIP-ViL Gradcam for VQA tasks
poc-dynamic-loading-plugin-rust
:
No description available.
deltawoot
:
A deltachat bot which acts as a chatwoot client, so users can talk to chatwoot encrypted.
Wav2Lip-App
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ministo
?
Download (.md)
# 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 <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: ```bash ministo --help ```