Node setup

Kiichain - Node setup
Install tools:
Install GO:
Download & Build binary
Clone project repository
Build binaries
Check version:
result:
Install Cosmovisor and create a service
Download and install Cosmovisor
Or
Init & prepare for Upgrade Cosmovisor folder
INITIA NODE:
Set var:
with port=19xxx
CONFIG & INIT APP
Set node configuration
Initialize the node
Custom Port:
set custom ports in app.toml
app.tomlset custom ports in config.toml file
config.toml fileDownload genesis
Add Peers
Set minimum gas price
Set pruning
Disable indexer
Enable Prometheus
Create service
Configure state-sync
Get the sync block hash
Enable State Sync in Configuration
Modify the config.toml file to enable state sync and set the required parameters.
Enable and start service
Remove node: Please, before proceeding with the next step! All chain data will be lost! Make sure you have backed up your priv_validator_key.json!
priv_validator_key.json!Last updated