Installation

Lumera Testnet

Installation

// Install Dependencies
sudo apt-get update
sudo apt update && sudo apt upgrade -y && sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -y
sudo apt-get upgrade

// Install Go
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.24.2.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
eval $(echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee /etc/profile.d/golang.sh)
eval $(echo 'export PATH=$PATH:$HOME/go/bin' | tee -a $HOME/.profile)

// Download binaries
cd $HOME
rm -rf Achilles
git clone https://github.com/daodiseomoney/Achilles.git
cd Achilles/achilles
git checkout v1.0.1
make install

mkdir -p $HOME/.achilles/cosmovisor/genesis/bin
wget -O $HOME/.achilles/cosmovisor/genesis/bin/achillesd https://green.codeblocklabs.com/testnet/odiseo/achillesd
chmod +x $HOME/.achilles/cosmovisor/genesis/bin/achillesd 

// Create application symlinks
ln -s $HOME/.achilles/cosmovisor/genesis $HOME/.achilles/cosmovisor/current -f
sudo ln -s $HOME/.achilles/cosmovisor/current/bin/achillesd /usr/local/bin/achilles -f

Setting Up Services


Setting Up Nodes

Chain Snapshots

Last updated