
Installation
βοΈ Requirements for Validators:
CPU: 4 cores
Memory: 16GB RAM
Storage: 1 TB SSD Storage
Network Bandwidth: 100 Mbps
Initiad: v0.2.101. System updates, installation of required environments:
sudo apt update && \
sudo apt install curl git jq build-essential gcc unzip wget lz4 -y2. Install Go:
cd $HOME && \
ver="1.22.0" && \
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" >> $HOME/.bash_profile && \
source $HOME/.bash_profile && \
go version3. Install initia binary:
initia binary:4. Set up variables:
5. Initialize the node:
6. Download genesis.json:
7. Add seeds and peers to the config.toml:
8. Change ports (Optional)
9. Configure prunning to save storage (Optional)
10. Set min gas price
11. Disable indexer
12. Create a service file
13. Start the node
14. Create a wallet for your validator
15. Request tokens from the faucet on Discord
16. Check wallet balance
17. Create a validator
Oracle Setup:
Install Oracle:
Run Oracle:
Create service:
Enable and Start service:
Validating Prices:
Enable Oracle Vote Extension:
Check logs:
Last updated