Hardware Requirements



Prerequisites

Operating System

Dependencies

  1. Update system packages:

    sudo apt update && sudo apt upgrade -y
    
    
  2. Install necessary tools:

    sudo apt install build-essential jq git -y
    
    
  3. 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
    
    

Install Zenrock Node

  1. Clone the Zenrock repository and build the binaries:

    git clone <https://github.com/zenrocklabs/zenrock-validators.git>
    cd zenrock-validators
    make install
    
    

Initialize the Node

  1. Set your node's moniker (replace <your_moniker> with your chosen name):

    zenrockd init <your_moniker> --chain-id=zenrock-mainnet