Prerequisites

  1. Hardware Requirements: Make sure you have a GPU with CUDA support. Recommended specs:
  2. Dependencies:

Installation Steps

  1. Install Docker and Docker Compose:

    sudo apt update
    sudo apt install docker.io docker-compose
    sudo systemctl start docker
    sudo systemctl enable docker
    
    
  2. Set Up Solana CLI:

    sh -c "$(curl -sSfL <https://release.solana.com/v1.10.29/install>)"
    export PATH="/home/username/.local/share/solana/install/active_release/bin:$PATH"
    
    
  3. Install Kuzco CLI: Clone and install Kuzco from GitHub:

    git clone <https://github.com/context-labs/kuzco>
    cd kuzco
    make install
    
    

Running the Validator Node

  1. Configure Your Node: Set up the validator-config.yaml file with your validator keys and Solana RPC settings.

  2. Launch the Node: Use Docker Compose:

    docker-compose up -d
    
    
  3. Monitor Node Logs:

    docker logs -f kuzco-validator
    
    

Staking and Rewards