Install
ARKEO Network

Arkeo Node Installation Guide
Chain ID: arkeo-main-v1 | Current Node Version: v1.0.9
Install Go and Cosmovisor
Feel free to skip this step if you already have Go and Cosmovisor.
Install Go
We will use Go v1.22.8 as example here. The code below also cleanly removes any previous Go installation.
Set vars
Use custom port: 17
Install Cosmovisor
We will use Cosmovisor latest as example here.
Install Node
Install the current version of node binary.
Initialize Node
Cosmovisor:
Node:
Configure Node
Download Genesis
The genesis file link below is Polkachu's mirror download. The best practice is to find the official genesis download link.
Check
result
2746207cb2e0e7006ec7ac03f41418d81a3b79108f89578bd550ad1ab3d176ab /home/arkeo/.arkeo/config/genesis.json
Addrbook
Configure Seed, peers
Using a seed node to bootstrap is the best practice in our view. Alternatively, you can use addrbook or persistent_peers.
Custom Port:
Set custom ports in app.toml
Set custom ports in config.toml file
Setting minimum gas price
Setting pruning
Disable indexer
Enable Prometheus
Launch Node
Create Service File
Create a arkeod.service file in the /etc/systemd/system folder with the following code snippet. Make sure to replace USER with your Linux user name. You need sudo privilege to do this step.
Download Snapshot
Please use our popular SNAPSHOT download service to download and extract Arkeo snapshot.
Start Node Service
Enable service
Start service
Check logs
Last updated
