Note: You must be whitelisted to operate on Aligned. Current operator version in docs:
v0.19.1 (check docs for updates).1) Requirements
- Linux x86_64
- Go, Rust, Foundry
- Build deps:
pkg-config,libssl-dev,g++
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the Aligned Layer Operator binary using the official steps. This guide is trimmed to the essential build, configure, and start sequence.
v0.19.1 (check docs for updates).pkg-config, libssl-dev, g++| Component | Specification |
|---|---|
| CPU | 16 cores |
| Memory | 32 GB RAM |
| Bandwidth | 1 Gbps |
| Storage | 256 GB disk space |
git clone https://github.com/yetanotherco/aligned_layer.git --branch v0.19.1
cd aligned_layer
# Install Foundry
make foundry_install && foundryup
# Build operator (testnet example: Holesky/Hoodi)
make operator_build ENVIRONMENT=testnet
# For mainnet build:
# make operator_build ENVIRONMENT=mainnet
# From the repo root, using your config
./operator/build/aligned-operator --config <path_to_config.toml>
./operator/build/aligned-operator --version
# Telemetry (replace <operator_address>):
# Mainnet
curl https://mainnet.telemetry.alignedlayer.com/versions/<operator_address>
# Holesky
curl https://holesky.telemetry.alignedlayer.com/versions/<operator_address>