docs: Add comparison table and simulation mode feature
- Add "Why Mining Platform?" comparison table vs NiceHash, HiveOS, manual - Highlight unique features: open source, no fees, embeddable, simulation mode - Add simulation mode to Core Capabilities list 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
12047d883a
commit
6e42cf6526
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -37,6 +37,22 @@ A modern, modular cryptocurrency mining management platform with GPU support, RE
|
|||
- **Web Dashboard**: Embeddable Angular web component for any application
|
||||
- **Desktop Application**: Native cross-platform app built with Wails v3
|
||||
- **Mobile Responsive**: Touch-friendly UI with drawer navigation
|
||||
- **Simulation Mode**: Test the UI without real mining hardware
|
||||
|
||||
### Why Mining Platform?
|
||||
|
||||
| Feature | Mining Platform | NiceHash | HiveOS | Manual XMRig |
|
||||
|---------|:---------------:|:--------:|:------:|:------------:|
|
||||
| Open Source | ✅ | ❌ | ❌ | ✅ |
|
||||
| No Fees | ✅ | ❌ (2%+) | ❌ ($3/mo) | ✅ |
|
||||
| Multi-Algorithm | ✅ | ✅ | ✅ | ❌ |
|
||||
| GUI Dashboard | ✅ | ✅ | ✅ | ❌ |
|
||||
| Profile Management | ✅ | ❌ | ✅ | ❌ |
|
||||
| Dual Mining | ✅ | ❌ | ✅ | ❌ |
|
||||
| Desktop App | ✅ | ❌ | ❌ | ❌ |
|
||||
| Embeddable Component | ✅ | ❌ | ❌ | ❌ |
|
||||
| Self-Hosted | ✅ | ❌ | ❌ | ✅ |
|
||||
| Simulation Mode | ✅ | ❌ | ❌ | ❌ |
|
||||
|
||||
### Mining Software
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue