Skip to main content
Ault uses Cosmovisor for automatic binary upgrades.

Install Cosmovisor

Initialize

systemd Service

Create the following file: /etc/systemd/system/cosmovisor.service Set the service command to: ExecStart=/usr/local/bin/cosmovisor run start --home $HOME/.aultd --chain-id ault_10904-1 Then enable and start the service:

Upgrade Process

When a new binary is released:
  • Place the new binary in the Cosmovisor upgrades directory
  • Verify version
  • Restart service if required

Maintenance Tasks

  • Monitor disk growth
  • Rotate logs
  • Apply security updates
  • Verify key backups