v0.1.0 #3
csysp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v0.1.0 — 2026-03-17
First public release of XMRDP (Monero Mining Cluster Rapid Deployment).
New features
xmrdp setup— interactive wizard that generates cluster.toml, downloads andSHA-256 verifies monerod, p2pool, and xmrig from official GitHub releases
xmrdp start master / worker— starts services in dependency order with health checksxmrdp stop master / worker— graceful shutdownxmrdp status— shows running services, health, and P2Pool pool statsxmrdp sync— pushes cluster.toml to worker nodes over SSH/SCPxmrdp update/--check-only— rolling binary updates (xmrig → p2pool → monerod)xmrdp logs [service]— tail monerod / p2pool / xmrig / c2 log filesxmrdp firewall <role>— prints platform-appropriate rules (ufw, iptables, pf, netsh)xmrdp config --validate / --show / --generate— config management; secrets redacted in --show-v / --verboseflag for DEBUG-level output on any commandSecurity
Infrastructure
Platform support
Linux (x86_64, aarch64) · macOS (x86_64, Apple Silicon) · Windows (x86_64)
Install
pip install git+https://github.com/csysp/xmrdp.git@v0.1.0See INSTALL.md for full installation and quick-start instructions.
This discussion was created from the release v0.1.0.
All reactions