Avalanche
Instructions to set up your Avalanche node.
Requirements
- Setup your Axelar validator
- Minimum hardware requirements: 8 AWS vCPU+, 16GB RAM, 500GB+ free storage space.
- MacOS or Ubuntu 20.04 (tested on 20.04)
- Official Documentation
Prerequisites
Get Binaries
Check the appropriate version for the network accordingly in their docs or choose the latest release
Set environment variables
Note: Update your shell profile in accordance with the shell you are using
Apply your changes
Create services
Use systemctl
to set up service for avalanchego
.
avalanchego
Start the service
Check logs
Logs should appear like this
Verify
If you get something like this in response of the above rpc call, your node is setup correctly
Wait for isBootstrapped
to become true before using it in vald config
Endpoint
Configure vald
In order for vald
to connect to your Avalanche node, your rpc_addr
should be exposed in
vald’s config.toml