✨Kiichain

Build for the Real-World. The first on-chain FX layer for stablecoins and RWA – Building the future of finance for emerging markets.

Installation Node

  • Network Type: Testnet

  • Chain-id: oro_1336-1

  • Current Node version: v2.0.0

Hardware requirements

The following requirements are recommended for running :

  • 16 or more VCPU cores

  • At least 1 TB of SSD disk storage

  • At least 64 GB of memory (RAM)

  • At least 100mbps network bandwidth

Install dependencies Required

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 -y

Install go

ver="1.22.2"
cd $HOME
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 version

Install Binary

Initialize Node

Please change <MONIKER> To your own Moniker.

Download Genesis file

Download Addrbook

Configure Seed & Gas

Custom Port

Indexer Off

Create service file

Enable Service and Start Node

Last updated