ore-miner

Automates ORE mining operations on refinORE for Solana via REST API.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/JussCubs/ore-miner-skills --skill ore-miner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ore-miner
Source: https://github.com/JussCubs/ore-miner-skills/tree/main/ore-miner
Command: npx skills add https://github.com/JussCubs/ore-miner-skills --skill ore-miner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates ORE mining operations on refinORE by handling onboarding, session control, tile strategy optimization, P&L tracking, risk management, auto-restart, and multi-coin mining.

Core Features & Use Cases

  • Onboard new users to refinORE and start mining on Solana.
  • Manage mining sessions, strategy, risk controls, and performance reporting.
  • Support multi-token mining (SOL/USDC/stablecoins) with DCA and staking, including auto-restart and session persistence.

Quick Start

Use ore-miner to onboard a user, configure a mining session, and begin automated ORE mining on refinORE.

Frequently Asked Questions about ore-miner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ORE mining on Solana?

Automating ORE mining on Solana involves configuring mining sessions, managing tile strategies, and tracking P&L through the refinORE API. This Skill handles session control, risk management, and auto-restarts by using REST API endpoints to start and stop operations.

What do I need to configure before starting a refinORE mining session?

Configuring a refinORE mining session requires setting the REFINORE_API_URL and REFINORE_API_KEY environment variables. You also need python3 installed to execute the automation scripts that interact with the refinORE REST API endpoints for session management.

Can I mine multiple tokens like SOL and USDC while mining ORE?

Yes, multi-coin mining supports SOL, USDC, and stablecoins alongside ORE extraction. The automation manages DCA, limit orders, and staking for these tokens, applying risk controls and session persistence to maintain continuous operations.

How does automated risk control work for Solana mining operations?

Automated risk control for Solana mining monitors session status and balances via REST API endpoints. It applies predefined risk parameters to manage tile strategies, trigger auto-restarts during failures, and track P&L to protect multi-coin mining capital.

What is the best way to track P&L for an automated ORE mining strategy?

Tracking P&L for an ORE mining strategy is done by querying refinORE API endpoints for session status and balances. The Skill aggregates this data to provide performance reporting, enabling users to evaluate tile strategy profitability and risk exposure.