Install
MONIKER="YOUR_MONIKER_NAME"Update system and install tools
sudo apt update && sudo apt upgrade -y
sudo apt install curl build-essential git jq lz4 ncdu btop -yInstall GO
cd $HOME
version="1.23.6"wget "https://golang.org/dl/go$version.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$version.linux-amd64.tar.gz"
rm "go$version.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profileInstall Cosmovisor
go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@latestInstall Ignite
curl https://get.ignite.com/cli! | bashignite versionInstall WASMVM
Download and install
Initialize Node
Create key
Config Keyring
Config port, pruning, minimum gas price, enable prometheus and enable indexing
Configure Seed
Download Genesis
Configure addrbook
Configure Cosmovisor Folder
Create Service File
Last updated