Enigmatic Aura
TwitterMediumGithub
  • Welcome
  • 101-CRYPTO-WEB3
    • [101] Crypto and Web3 Basics
    • [101] Linux Commands
  • NEW NODE & TESNET
    • Aztec Public Testnet Guide
  • Node Validator
    • Sonaric AI Node
    • Zenrock Node
      • Update Zenrock Node
    • BrinX AI Node Validator
      • Worker Node Setup
      • Relay Node Setup
    • Drosera CLI Node Guide
  • Testnet Airdrop
    • Monad Testnet Guide
    • Sunrise Testnet v2
    • Inkonchain - The Break
    • Plaza Finance - Testnet
    • Cysic Incentivized Testnet
    • Crypto Faucet List
    • Abstract Chain's L2 Testnet
    • DEPIN - Project
      • Dawn
      • Teneo Node Extension
      • OpenLayer
        • Code
      • Gradient Network
      • Grass Stage 2: Capturing the Web
    • Base Learn - Testnet
      • Deploying Smart Contracts
        • How to Deploy
        • Testnet Base Learn
        • Source Code
      • Join Community
    • Incentivized Testnet - Multipli's
    • Yala Testnet
      • Getting Started on Yala Testnet
      • How to Set Up Your Wallet and Claim the Faucet
      • Testnet Tasks
      • Additional Resources
      • Other Tasks
    • Unichain Testnet
      • Wallet Setup & Faucet
      • Bridge
      • Deploy , Swap & Add LP
      • Additional Tasks
    • Rise Chain
  • Retrodrop
    • Huma Finance, OpenEden & SuperStacks
Powered by GitBook
On this page
  1. Node Validator
  2. BrinX AI Node Validator

Relay Node Setup

Relay Node Setup

The Relay Node helps route traffic within the BrinX AI network. To set up your Relay Node, follow these instructions:

Relay Node Requirements

Ensure Port 1194 (UDP) is open on your system for node communication.

Relay Node Installation Steps

1. Configure Your Firewall

Open the required ports:

bashCopy codesudo apt-get install -y ufw && sudo ufw allow ssh && sudo ufw allow 1194/udp && sudo ufw enable && sudo ufw status

2. Check CPU Architecture

Determine your system’s architecture to download the correct Docker image:

bashCopy codeuname -m
  • x86_64 → AMD64 architecture

  • aarch64 or arm64 → ARM64 architecture (for systems like Raspberry Pi)

3. Pull the BrinX AI Relay Docker Image

Use the command below based on your architecture:

  • For AMD64:

    bashCopy codedocker pull admier/brinxai_nodes-relay:latest
  • For ARM64 (Raspberry Pi):

    bashCopy codedocker pull admier/brinxai_nodes-relay:arm64

4. Run the Relay Node

Execute the Docker command based on your architecture:

  • For AMD64:

    bashCopy codesudo docker run -d --name brinxai_relay --cap-add=NET_ADMIN admier/brinxai_nodes-relay:latest
  • For ARM64 (Raspberry Pi):

    bashCopy codesudo docker run -d --name brinxai_relay --cap-add=NET_ADMIN admier/brinxai_nodes-relay:arm64

5. Register Your Relay Node

  1. Log in and select Add Relay Node.

  2. Enter your Node IP Address and complete registration.

  3. Your Relay Node is now operational!

PreviousWorker Node SetupNextDrosera CLI Node Guide

Last updated 7 months ago

Visit the .

BrinX AI Relay Registration Page