Ensure your server meets the following specifications:
Update the system and install dependencies:
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential curl git jq lz4 -y
Install Go: Kujira requires a specific version of Go. Check the Go website for the latest version.
wget <https://golang.org/dl/go1.20.7.linux-amd64.tar.gz>
sudo tar -C /usr/local -xzf go1.20.7.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bashrc
source ~/.bashrc
go version
Clone the Kujira GitHub repository:
git clone <https://github.com/Team-Kujira/core>
cd core
Check out the latest release tag:
git checkout v0.8.3 # Replace with the latest stable release
Build the binary:
make install
kujirad version
Initialize the node:
Replace YOUR_MONIKER
with your desired node name.
kujirad init YOUR_MONIKER --chain-id kaiyo-1