Useful commands

🚀 Service Operations ⚙️

# Check logs
sudo journalctl -u arkeod -f

# Start service
sudo systemctl start arkeod

# Stop service
sudo systemctl stop arkeod

# Restart service
sudo systemctl restart arkeod

# Check service status
sudo systemctl status arkeod

# Reload services
sudo systemctl daemon-reload

# Enable Service
sudo systemctl enable arkeod

# Disable Service
sudo systemctl disable arkeod

📡 Node Info


🔐 Key Management


💰 Wallet & Token Commands


🤝 Staking & Validator Ops


🏗️ Validator Management


🧠 Governance


🧹 Delete Node

Last updated