This release marks the first public Docker Hub release of a modern Mooncoin full node image covering both Linux/amd64 and Linux/arm64.
Docker Hub repository:
What this means for Mooncoin node operators
- Published multi-architecture Mooncoin node images for
amd64andarm64. - Verified container startup, peer connectivity, and sync behavior on ARM VPS and x86 hosts.
- Re-tested bootstrap-assisted synchronization to reduce initial setup time for new Mooncoin nodes.
Mooncoin wallet and runtime scope
This container is daemon-only and focused on full-node operations:
- Included:
mooncoind,mooncoin-cli - Not included:
mooncoin-qt(GUI Mooncoin wallet)
For operators and Mooncoin dev users, this provides a consistent server-side base for RPC, indexing, and infrastructure automation.
Why this matters for Mooncoin dev
- Standardized deployment target for CI/CD and reproducible environments.
- Easier cross-platform testing between ARM and x86 infrastructure.
- A practical foundation for long-term Mooncoin node maintenance.