Node guide
Server specifications
CPU
4+ VCPU
RAM
16+ GB
Storage
1+ TB SSD
UBUNTU
22.04
Bandwidth
1GBS
Installing essentials components
Before diving into the installation of your node, it's essential to update your server. To do this, simply run the following command in your VPS terminal :
Install the necessary libraries
Install Go
Check go version
The command must respond : go version go1.22.0 linux/amd64
Install initia
initia
We will use the initia library for quick and simple update when needed.
We check the initia version :
The response must be : v0.2.14
Create your variables
Node Initialisation
Get the genesis.json file
Update config.toml with seeds and peers
Peers and seeds list will be added later as they are actually unstable
Update app.toml with gas price
Create a service
Launching the node
Check the status of your node
Check the node logs
Create your validator wallet
Before going futher you need to wait for your node to be sync. You can check this with differents commands you can find in our Quick command page.
IMPORTANT : Save your seed phrase.
Fullfill you wallet with faucet
Use the initia faucet : https://faucet.testnet.initia.xyz/
Create you validator
Check you validator
You can check your validator status in the explorer : https://scan.testnet.initia.xyz/initiation-1
Last updated