Mining/site-docs/ui/screenshots.md

135 lines
2.4 KiB
Markdown
Raw Normal View History

# Screenshots
A visual tour of the Mining Dashboard interface.
## Dashboard
The main monitoring view showing real-time hashrate graphs and statistics.
![Dashboard](../assets/screenshots/dashboard.png)
**Features shown:**
- Stats bar with hashrate, shares, uptime, pool, avg difficulty, workers
- Hashrate chart with time range selector
- Quick stat cards (peak, efficiency, share time, difficulty)
- Worker selector dropdown
---
## Profiles
Manage your mining configurations with profile cards.
![Profiles](../assets/screenshots/profiles.png)
**Features shown:**
- Profile cards with name, miner type, pool, wallet
- Start button to launch miner
- Edit and delete actions
- New Profile button
---
## New Profile Form
Create a new mining configuration.
![New Profile](../assets/screenshots/new-profile.png)
**Features shown:**
- Profile name input
- Miner type selector
- Pool address field
- Wallet address field
- TLS and Huge Pages toggles
---
## Workers
View and manage running miner instances.
![Workers](../assets/screenshots/workers.png)
**Features shown:**
- Profile dropdown to start new miners
- Empty state when no miners running
- Start button
---
## Console
Live terminal output with ANSI color support.
![Console](../assets/screenshots/console.png)
**Features shown:**
- Worker dropdown selector
- Terminal output area
- Command input field
- Auto-scroll toggle
- Clear button
---
## Miners
Install and manage mining software.
![Miners](../assets/screenshots/miners.png)
**Features shown:**
- XMRig card (installed) with version and algorithms
- TT-Miner card with Install button
- System information panel
- Uninstall option for installed miners
---
## Pools
View connected mining pool information.
![Pools](../assets/screenshots/pools.png)
**Features shown:**
- Pool list from running miners
- Empty state when not mining
---
## Nodes (P2P)
Manage peer-to-peer connections for multi-node setups.
![Nodes](../assets/screenshots/nodes.png)
**Features shown:**
- Local node identity card
- Node ID with copy button
- Peer/Online counters
- Connected peers table with ping, score, last seen
- Add Peer button
- Ping, View Stats, Remove actions per peer
---
## Theme
The interface uses a dark theme with:
- **Background**: Dark slate (#0a0a12)
- **Cards**: Slightly lighter slate
- **Accent**: Cyan and lime highlights
- **Text**: White and gray variants
- **Status colors**: Green (success), Red (error), Yellow (warning)