Getting Started
Last updated
Was this helpful?
This quick start is aligned with Setup Guide.
Edit run/hydra.toml:
public_address = "<your-public-ip>" (or leave empty for auto-detect).
mining_author = "<your-base32-mazze-address>" (optional; required for mining).
Start services:
sudo docker compose up -dCheck logs:
sudo docker compose logs node | tail -n 200
sudo docker compose logs miner | tail -n 200Verify node ID:
sudo docker compose logs node | grep "Self node id:" | tail -n 1Open CLI and verify status:
./run/mazze-cli.sh status
./run/mazze-cli.sh summaryWallet operations: Mazze CLI
Mining configuration: Mining Guide
RPC checks and integration: RPC Guide
Log monitoring: Viewing Mazze Logs
Last updated
Was this helpful?
Was this helpful?