Hardware Requirements
Update system packages:
sudo apt update && sudo apt upgrade -y
Install necessary tools:
sudo apt install build-essential jq git -y
Install Go (version 1.22):
wget <https://golang.org/dl/go1.22.linux-amd64.tar.gz>
sudo tar -C /usr/local -xzf go1.22.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Clone the Zenrock repository and build the binaries:
git clone <https://github.com/zenrocklabs/zenrock-validators.git>
cd zenrock-validators
make install
Set your node's moniker (replace <your_moniker>
with your chosen name):
zenrockd init <your_moniker> --chain-id=zenrock-mainnet