Install
Chain ID
Port
Version
initation-1
119
v0.2.15
API: https://api-initia.sebatian.org/
RPC: https://rpc-initia.sebatian.org/
GRPC: https://grpc-initia.sebatian.org/
Manual node setup
Here you have to put name of your moniker (validator) that will be visible in explorer
MONIKER="Your Moniker"Update and install packages for compiling
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgradeInstall go
cd $HOME && \
ver="1.22.2" && \
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz" && \
sudo rm -rf /usr/local/go && \
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz" && \
rm "go$ver.linux-amd64.tar.gz" && \
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile && \
source ~/.bash_profile && \
go versionBuild binary
Initialize Node
Download Genesis & Addrbook
Configure
Custom Port
Creat systemd service
Start Node
Set up Oracle
This guide is only for validator nodes
Clone the Repository and build binaries
Creat systemd service
Validating Prices
make run-oracle-client
run-oracle
Last updated