Installation
Auto install
source <(curl -s https://snapshot.nodevism.com/testnet/odiseo-t/autoinstall)Manual installation
Install depedencies
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 -yInstall GO
sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profileSett Vars
echo "export WALLET="wallet"" >> $HOME/.bash_profile
echo "export MONIKER="Moiker"" >> $HOME/.bash_profile
echo "export ODISEO_CHAIN_ID="ithaca-1"" >> $HOME/.bash_profile
echo "export ODISEO_PORT="30"" >> $HOME/.bash_profile
source $HOME/.bash_profileDownload Binaries
Configure and inittial app
Download Genesis and Addrbook
Sett Seed and Peer
Sett Custom Port at config.toml
Sett Custom Port at App.toml
Config Prunning
Sett Minimum Gas Prices
Create Service
Enable And Start Service
Last updated