#pool #ore #mining #solana #crypto

app alvarium-cli

A command line interface for mining the Alvarium Ore Pool on Solana!

17 stable releases

1.3.1 Aug 23, 2024
1.3.0 Aug 21, 2024

#4 in #ore

Download history 543/week @ 2024-08-11 1610/week @ 2024-08-18 130/week @ 2024-08-25 28/week @ 2024-09-01

2,311 downloads per month

Apache-2.0 and LGPL-3.0-only

45KB
544 lines

Ore Pool Miner

Ore Pool Miner coded in Rust for the Ore v2 program on Solana

Default Ore Mining Pool

Alvarium Mining Pool is operated by Bifrost and is the default pool option for the mining client.

Alvarium is currently offline and in testing phase until reward distribution is fully tested.

Custom Ore Mining Pool

There is no open source mining pool API template. A custom API server has to be built in order to use this client

Install

Install Rustup for Windows to compile the miner with cargo

https://www.rust-lang.org/tools/install

Dependencies

If you run into issues during installation, please install the following dependencies for your operating system and try again:

Linux Only

sudo apt-get install openssl pkg-config libssl-dev

Install

To install the alvarium mining client run this command

cargo install alvarium-cli

Run

Run this command to start the miner with your custom settings. Remove brackets and fill in the parameters

alvarium [RPC_LINK] [WALLET_ADDRESS] [THREADS] [BUFFER]

Dependencies

~83MB
~1.5M SLoC