This utility automates the mining of ORE on Solana and provides a real-time dashboard for monitoring the mining operations.
Install Rust and Cargo:
curl https://sh.rustup.rs -sSf | shInstall the Solana CLI:
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"Install the Ore CLI for mining:
cargo install ore-cliPlace wallet JSON files in the wallets directory with .json extensions.
Start the mining operation:
cargo run --releaseThe application will distribute RPC calls across provided URLs and update the dashboard with mining statuses.
The dashboard displays:
- Wallet Path
- Balance in ORE
- Claimable ORE
- Mining Instance Status
