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

Worker Node Setup

PreviousBrinX AI Node ValidatorNextRelay Node Setup

Last updated 7 months ago

You can install the Worker Node using either the Linux GUI or Linux CLI. Choose your preferred installation method:

Worker Node Installation Steps

1. Configure Your Firewall

To allow necessary traffic, configure your firewall:

bashCopy codesudo apt-get install -y ufw && sudo ufw allow ssh && sudo ufw allow 5011/tcp && sudo ufw enable && sudo ufw status

2. Install Docker

If Docker isn’t installed on your system, use the following commands:

bashCopy codesudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y

3. Pull the BrinX AI Worker Node Docker Image

Download the latest BrinX AI Worker Node image:

bashCopy codedocker pull admier/brinxai_nodes-worker:latest

4. (Optional) Enable GPU Support

If your system has a GPU, follow to optimize performance.

5. Run the Worker Node Installation Script

Clone the repository and run the setup script:

bashCopy codegit clone https://github.com/admier1/BrinxAI-Worker-Nodes
cd BrinxAI-Worker-Nodes
chmod +x install_ubuntu.sh
./install_ubuntu.sh

6. Monitor Your Node

Check the status and logs of your worker node using:

bashCopy codesudo docker logs brinxai-worker-nodes-worker-1

7. Register Your Worker Node

  1. Create an account and log in.

  2. Click Add Worker Node, input your Node Name and IP Address.

  3. Your Worker Node is now registered and ready!


Referral Code

Use the referral code ref: 41b1a4ef during registration to earn additional benefits!

Visit the .

Linux GUI Setup
Linux CLI Setup
NVIDIA’s container toolkit installation guide
BrinX AI Worker Registration Page