Node configuration
Prerequisites
- Operating system: MacOS(x86 intel chip) or Ubuntu (tested on 18.04).
- Hardware: 4 cores, 8-16GB RAM, 512 GB drive, arm64 or amd64. Recommended 6-8 cores, 16-32 GB RAM, 1 TB+ drive.
- Increase the maximum number of open files on your system. Example:
ulimit -n 16384
. You may wish to add this command to your shell profile so that you donβt need to execute it next time you restart your machine. - CLI configuration.
Tip: Planning to run your own validator? Validators have different hardware requirements. See Validator setup.
Download binaries and initialize configuration
Clone the axelerate-community
repo:
Run setup-node.sh
to download the axelard
binary and configure your node:
Some additional flags:
-a
: Version ofaxelard
.-d
: Home directory path.--help
: Print a complete list of flags.
Verifying Binaries
By default, the binary signatures are downloaded and the binary is verified using the axelardev PGP key. To verify the binary manually, you can download the PGP signature and verify using the following commands:
On github the signatures are attached to the releases. To download the signatures from the axelar-releases AWS Bucket, you can add .asc
to the end of the binary URL. For example, if the path of the binary is:
The path for the signature will be:
Home directory
By default the setup-node.sh
script sets the home directory for your node as follows:
Network | Home directory path |
---|---|
mainnet | $HOME/.axelar |
testnet | $HOME/.axelar_testnet |
On a fresh install setup-node.sh
puts the following in your nodeβs home directory:
.axelar
βββ bin
β βββ axelard -> /Users/gus/.foo/bin/axelard-vx.y.z
β βββ axelard-vx.y.z
βββ config
β βββ app.toml
β βββ config.toml
β βββ genesis.json
β βββ seeds.toml
βββ lib
β βββ libwasmvm.${arch}.so
βββ logs