Allora
Installation Guide for Allora Node
Server Preparation
sudo apt -q update sudo apt -qy install curl git jq lz4 build-essential sudo apt -qy upgradesudo rm -rf /usr/local/go curl -Ls https://go.dev/dl/go1.19.8.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)
Downloading and Building Binaries
cd $HOME rm -rf allora git clone https://github.com/allora-network/allora-chain.git allora cd allora git checkout v0.2.14make installmkdir -p .allorad/cosmovisor/genesis/bin mv ~/go/bin/allorad .allorad/cosmovisor/genesis/bin/ rm -rf build
Node Configuration
Starting the Node
Last updated