Skip to content

Honkware/ore-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ORE Dashboard

This utility automates the mining of ORE on Solana and provides a real-time dashboard for monitoring the mining operations.

Installation

Prerequisites

Install Rust and Cargo:

curl https://sh.rustup.rs -sSf | sh

Solana CLI

Install the Solana CLI:

sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"

Ore CLI

Install the Ore CLI for mining:

cargo install ore-cli

Configuration

Place wallet JSON files in the wallets directory with .json extensions.

Running the Utility

Start the mining operation:

cargo run --release

The application will distribute RPC calls across provided URLs and update the dashboard with mining statuses.

Dashboard

The dashboard displays:

  • Wallet Path
  • Balance in ORE
  • Claimable ORE
  • Mining Instance Status

alt text

About

Pretty wrapper for the ORE cli. https://ore.supply/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages