Irium Stratum Pool Portal
Enterprise-grade interface for endpoint access, mining telemetry, payout visibility, and network diagnostics for Irium solo miners.
Pool Economics
Production parameters used by miners and listing sites.
Pool Performance
Recent throughput and expected production based on live chain pace.
Operational Status
Public endpoint diagnostics and miner-side checks.
Network Hashrate Trend
Derived from recent block windows from the live API.
Difficulty Trend
Recent difficulty points from chain telemetry.
Miner Address Dashboard
Lookup recent chain results for a mining payout address.
Worker and Share View
Public API currently exposes chain-level stats only.
Recent Found Blocks (Chain Feed)
Latest accepted blocks with miner payout address and reward.
| Height | Time | Block Hash | Miner | Reward | Tx Count |
|---|---|---|---|---|---|
| Loading blocks... | |||||
Payout Transparency (Coinbase Rewards)
In SOLO mode, this table is your public payout ledger from chain data.
| Height | Miner Address | Reward (IRM) | Status | Reference |
|---|---|---|---|---|
| Loading payouts... | ||||
Pool Backend Telemetry
Checking...Direct pool backend metrics (workers/shares/payout queue) when exposed by API.
If unavailable, backend endpoints are private or not enabled yet.
Miner Account Portal
Address-centric view: recent blocks, reward totals, and payout status.
Status and Incidents
Public reliability indicators for pool operators and miners.
Incident log (public page)
- No active incidents reported.
API and Integrations
Public endpoints for monitoring and ecosystem integrations.
API source: /api/pool/* is served from the live pool backend via secure proxy. Core explorer endpoints are served separately.
| Endpoint | Purpose | Sample |
|---|---|---|
https://api.iriumlabs.org/api/stats | Global chain + peer + miner counters | {"height":14391,"peers_connected":29} |
https://api.iriumlabs.org/api/mining | Hashrate, difficulty, timing series | {"hashrate":...,"difficulty":...} |
https://api.iriumlabs.org/api/blocks?limit=20 | Recent block feed with miner addresses | {"blocks":[...]} |
https://api.iriumlabs.org/api/block/{height} | Single block detail by height | {"height":...,"header":...} |
https://api.iriumlabs.org/api/pool/stats | Pool backend telemetry | {"workers_online":8,"difficulty":...} |
https://api.iriumlabs.org/api/pool/payouts?limit=20 | Recent payout ledger | {"payouts":[...]} |
https://api.iriumlabs.org/api/pool/account/{address} | Address payout and block summary | {"blocks_found":...} |
https://api.iriumlabs.org/api/pool/workers?window=144&limit=20 | Active worker addresses and estimated hashrate share | {"workers":[...]} |
https://api.iriumlabs.org/api/pool/health | Pool API health, freshness, latency, and peer signal | {"healthy":true,...} |
All public responses are fetched live from https://api.iriumlabs.org/api. Use the full endpoint URLs above.
Miner Config Quickstart
Ready-to-use profile snippets for common miner UIs.
Antminer Profile
URL: stratum+tcp://pool.iriumlabs.org:3333 Worker: YOUR_IRIUM_WALLET_ADDRESS.worker1 Password: x (placeholder)
Whatsminer Profile
Pool 1: stratum+tcp://pool.iriumlabs.org:3333 Sub-account: YOUR_IRIUM_WALLET_ADDRESS.worker1 Password: x (placeholder)
Generic Stratum Client
stratum+tcp://pool.iriumlabs.org:3333 user=YOUR_IRIUM_WALLET_ADDRESS.worker1 pass=x
Compliance and Operations
Operational policy, security stance, and support channels.
Risk and Terms
Mining rewards are probabilistic in SOLO mode. Network orphan risk and node maturity rules apply before spendability.
Abuse Policy
Automated abuse, malformed share floods, and endpoint attacks may be rate-limited or blocked to protect pool availability.
Security Posture
Public page exposes DNS endpoint only. Internal node RPC remains non-public and protected.
Support Escalation
Primary support via Telegram and GitHub issues. Include miner model, config, and timestamp when reporting incidents.
Handshake/submit path verified in local testing; ongoing real ASIC validation across hardware models is encouraged.