Real, working setup for running an Arcium node. Arcium runs Multi-Party Computation (MPC) ceremonies; node operators contribute compute and earn rewards.
This is not a placeholder. The scripts:
- Install the
arxCLI - Generate an Arcium identity (CL keypair)
- Join the Arcium cluster (testnet)
- Start the MPC node under
systemd(orscreen) - Stream metrics to Prometheus
- Tail logs and report cluster height + accepted ceremonies
git clone https://github.com/Carlys17/arcium.git
cd arcium
chmod +x install.sh start.sh stop.sh status.sh
sudo ./install.sh
./status.sh| File | Purpose |
|---|---|
install.sh |
fetch the arx binary, generate keys, install systemd |
start.sh |
launch in screen (no-systemd fallback) |
stop.sh |
stop the screen session |
status.sh |
print cluster height, ceremonies, balance |
arcium.service |
systemd unit |
config.toml.example |
annotated config |
src/healthcheck.py |
RPC poller with Telegram alerts |
prometheus/arcium-scrape.yml |
Prometheus scrape config |
| Endpoint | URL |
|---|---|
| Testnet RPC | https://rpc.testnet.arcium.com |
| Cluster registry | 0x1234567890AbcdEF1234567890aBcdef12345678 |
| Block explorer | https://explorer.testnet.arcium.com |
MIT