✨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
Hardware requirements
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 -yInstall 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 versionInstall Binary
Initialize Node
Download Genesis file
Download Addrbook
Configure Seed & Gas
Custom Port
Indexer Off
Create service file
Enable Service and Start Node
Last updated