Dashboard
CentroShield network overview
Pool Overview
| Pool | Fee | Miners | Hashrate | Blocks | Paid | Validator Req |
|---|
Mining Pool Management
Create, edit, delete pools. Changes sync to Centronium.
| ID | Name | Icon | Fee % | Val Req | Min Rep | Miners | Visible | Description | Actions |
|---|
Validator Management
Status, reputation, auto-sign controls
| Name | Node ID | Status | Tier | Rep | Blocks | Auto-Sign | Heartbeat | Actions |
|---|
User Management
All registered CentroShield users
| Username | Wallet | Role | Active | Last Login | Actions |
|---|
API Keys / Miners
All vaulted API keys across the network
| User | Provider | Label | Pool | Today | Total Calls | Health | Earned | Active | Actions |
|---|
API Usage Monitor
Track API key usage, health, and attestation performance
Calls Today by Hour
Daily Calls (7 days)
By Provider
By Purpose
Key Health
Top Keys by Usage Today
| Vault ID | Provider | Calls | Success | Avg Latency | Health | Actions |
|---|
Attestation Config
Adjust these settings to tune attestation frequency and key management
โก Benchmark โ NU/s & CWS
Measure Neural Units/s and Centro Work Score per API key. Fair, provider-agnostic performance metrics.
Benchmark Config
Key Benchmark Results
| Miner | Provider | Pool | CWS | Checkpoints | Structure | NU/s | Latency | Response | Last Benchmark | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| Loading... | ||||||||||
Ecosystem Partners
Manage partner sites that connect via the CentroShield API
| Site | URL | Partner Key | Level | Validator | Status | Last Seen | Actions |
|---|
Wallet Management
User wallets on the Centronium network
User Wallets
| User | Centronium Wallet | Balance | Role |
|---|---|---|---|
| Loading... | |||
Validator Nodes
| Node | Wallet Address | Status | Rewards |
|---|---|---|---|
| Loading... | |||
Block Explorer
Verified blocks with validator signatures
| Height | Hash | H | C | R | Sigs | Quorum | Verified | Signers |
|---|---|---|---|---|---|---|---|---|
| Click Block Explorer to load | ||||||||
Page 1
Cron / System Health
Monitor cron execution and network health
โ
Cron Status
โ
Last Run
โ
Seconds Ago
Recent Cron Log
Loading...
Network Snapshots
| Time | Health | Validators | Verified | Chain | Gap | Sigs 24h |
|---|
Supply Audits
| Time | Type | Result | Duration |
|---|
System Settings
CentroShield configuration
Click Settings to load
Partner API Tester
Test the public CentroShield Partner API endpoints
๐ Partner API Endpoints
/api/partner/*
Click an endpoint above
Response will appear here...
๐ Integration Guide
// Fetch all pools from CentroShield
const response = await fetch('https://centroshield.com/api/partner/pools');
const data = await response.json();
// data.pools = [{pool_id, name, icon, fee_pct, active_miners, ...}, ...]
// Fetch network overview
const network = await fetch('https://centroshield.com/api/partner/network');
// {chain_height, validators_active, pool_count, ...}
// Fetch validators
const vals = await fetch('https://centroshield.com/api/partner/validators');
// {validators: [{node_id, name, status, blocks_verified, ...}], ...}
Dev Tools
Site scanner, DB schema, API map & architecture โ download JSON files for AI context
๐ Centronium Tables
| Table | Cols | Purpose |
|---|
๐ก CentroShield Tables
| Table | Cols | Purpose |
|---|
๐ API Endpoints
๐ Centronium Files
๐ CentroShield Files
๐ JSON Preview
Click "Generate All" or select a preview above...