# Minerstat AI integration on Definable

> minerstat is a comprehensive crypto mining monitoring and management platform offering tools for mining operations, including APIs for coins, hardware, pools, management, and monitoring.

## What this connects

minerstat is a comprehensive crypto mining monitoring and management platform offering tools for mining operations, including APIs for coins, hardware, pools, management, and monitoring.

Vendor: https://minerstat.com/

## Tools available

**5** tools available. First 5:

- `MINERSTAT_GET_COINS_DATA` — Get Coins Data — Retrieves mining coin data from minerstat API including hashrates, difficulty, rewards, and prices. Use this tool to get current mining statistics for cryptocurrencies. You can filter results by specific coin tickers (e.g., 'BTC,ETH') or by mining algorithms (e.g., 'SHA-256,Ethash'). Returns data such as network hashrate, difficulty, estimated mining rewards, current price, and trading volume for each coin. Note: `difficulty` and network hashrate fields may be null for some coins; validate their presence before using in calculations.
- `MINERSTAT_GET_HARDWARE_DATA` — Get Hardware Data — Retrieve mining hardware data from minerstat including hashrates, power consumption, and specifications. Use this tool to get benchmark data for GPUs and ASIC miners to compare mining performance across different hardware. Filter by type (gpu/asic) or brand to narrow results. Combine both filters together to avoid mixed variants with differing hashrate and power draw values.
- `MINERSTAT_GET_POOLS_DATA` — Get Pools Data — Retrieve mining pool data from minerstat. Requires an authenticated minerstat connection. Returns a list of mining pools with their supported coins, fees, payout thresholds, and other details. Use to discover pools for a specific coin or explore all available mining pools.
- `MINERSTAT_GET_WORKER_ACTIVITY` — Get Worker Activity — Retrieve activity logs for a specific worker for the last 3 days. Returns online/offline events, errors, and other activity for troubleshooting worker uptime issues or auditing worker behavior. The API key is automatically extracted from the Authorization header.
- `MINERSTAT_GET_WORKER_DATA` — Get Worker Data — Retrieve detailed real-time data for a specific mining worker. This tool fetches comprehensive information about a worker including: - Current status (online/offline/idle) - Hardware info (GPUs/ASICs with temperatures, fans, power) - Mining info (coin, pool, client software) - Hashrate data (current hashrates for main/dual/CPU mining) - Share statistics (accepted, rejected, stale) - Revenue estimates Use this when you need detailed metrics for a specific worker. The worker name must exactly match a worker configured in the minerstat dashboard. Returns found=False if the worker doesn't exist.

## Auth

Auth schemes: `API_KEY`.

## How agents use Minerstat

Inside a Definable workflow, Minerstat is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Minerstat** — the Researcher (GPT-5.5) pulls context from Minerstat (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Minerstat** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Minerstat (create record, post message, draft email).
- **Designer / Engineer → Distributor → Minerstat** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Minerstat (attach file, open PR comment, post status).

The Verifier checks every Minerstat call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- server monitoring — https://definable.ai/apps/category/server-monitoring/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/minerstat/
- Same category (server monitoring): https://definable.ai/apps/category/server-monitoring/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
