install
OJO
Setup validator name
MONIKER="YOUR_MONIKER_GOES_HERE"Install dependencies
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgradeINSTALL GO
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.19.13.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 and build binaries
Clone project repository
Build binaries
Prepare binaries for Cosmovisor
Create application symlinks
Install Cosmovisor and create a service
Download and install Cosmovisor
Create service
Initialize the node
Set node configuration
Initialize the node
Download genesis and addrbook
Add seeds
Set minimum gas price
Set pruning
Set custom ports
Download latest chain snapshot
Start service and check the logs
Set up Price Feeder
Install the pricefeeder binary and create directory for pricefeeder configuration
Check price-feeder version
Wallet
Create new wallet for pricefeeder and save 24 word mnemonic phrase
Export keyring password
Set up variables
Fund the pricefeeder-wallet with some testnet tokens
Check the balance
Delegate pricefeeder responsibility
Check linked pricefeeder address
Set pricefeeder configuration values
Setup the systemd service
Register and start the systemd service
View pricefeeder logs
Useful commands
Check current voting windows progress
Check missed oracle votes per slashing window
END
Last updated