System requirements
| Component | Minimum | Recommended |
|---|---|---|
| RAM | 8 GB | 16 GB |
| CPU (amd64/x86) | 4 cores | 8 cores |
| Storage (SSD) | 20–40 GB | 200–300 GB |
/var/lib/avail).
Choose a network
- Mainnet:
--chain mainnet - Turing Testnet:
--chain turing(if your binary supports it) or use the Turing chainspec from Network Info and pass its file path:--chain /path/to/turing/chainspec.raw.json.
Option A — Pre-built binary (recommended)
- Download the latest tarball from Releases and extract it.
- Run the node with a persistent data path:
Option B — Docker
<LATEST-AVAIL-NODE-VERSION> with the latest tag from Docker Hub or the Releases page.
Option C — Build from source
Verify the node
- Logs should show peers and heights, e.g.
Idle (N peers), best: #<height> ... finalized #<height> ... - Check Telemetry: find your node by its
--nameunder the Mainnet or Turing tab.