GaiaNet
Installing a GaiaNet Node
Installing a GaiaNet node allows users to participate in a decentralized network, providing access to AI agents and other features. Here's a detailed guide on how to install a GaiaNet node, including all necessary commands and configurations.
System Requirements
Before starting the installation, ensure that your server meets the following minimum system requirements:
Requirement
Minimum
Recommended
Processor (CPU)
4 cores
8 cores
Memory (RAM)
8 GB
24 GB
Storage
200 GB SSD
200 GB SSD
Operating System
Ubuntu 20.04 or newer
Ubuntu 20.04 or newer
Installation Steps
Step 1: Prepare the Server
Choose a server that meets the above requirements. PQ.Hosting or Contabo are recommended hosting providers.
Connect to your server via SSH:
Update the system:
Step 2: Install Required Packages
Make sure you have all necessary packages installed:
Step 3: Download and Install the Node
Download and run the installation script for the node:
Execute the command printed in the terminal to set up the environment variables. It will look similar to:
Step 4: Initialize the Node
Initialize the GaiaNet node with the configuration from
$HOME/gaianet/config.json
:Check the configuration in the
config.json
file and make changes if necessary:An example configuration might look like this:
Step 5: Start the Node
Start the node:
After a successful start, the terminal will display the public URL for your node.
Step 6: Check Node Status
You can check the status of your node using the following command:
This will show information about the current state of your node and connected AI agents.
Step 7: Stop the Node
If you need to stop the node, run:
Node Registration
Visit the GaiaNet website and connect an EVM wallet (e.g., MetaMask).
Bind social media accounts in your profile to verify your identity.
Click the "Add Node" button on the right, enter the previously obtained Node ID and Device ID.
After clicking "Join," your node will be successfully added.
You can track the status of your node and earn points for active participation.
Regularly interact with the bot to receive additional rewards.
Complete tasks on Galxe to earn extra points and rewards.
Last updated