Network3. Another DePIN project with low server requirements.
Disclaimer: The author of this guide, which is exclusively informational material, does not bear any responsibility for the actions of readers. There are no fraudulent or spam links in the guide. All materials were obtained from official sources, links to which can be found at the end of each guide. This post is copyrighted by Nod Mafia.
Network3 is a revolutionary technology that builds a dedicated AI Layer2. It provides services to AI developers worldwide, helping them train and validate models quickly, conveniently. The project has an investment of $5,500,000 from investors such as SNZ Holding, Borderless Capital, Waterdrip and others
Node Requirements:
- Specifications: 1CPU/2RAM/60SSD - minimal
- OS: Ubuntu 22.04
Network3 Node. Registration and installation
Go to the Network3 site and register. At this point, these are all the interactions with the site. Let's move on to our server.
Start Ubuntu. Update all files and install the necessary applications
sudo apt update && sudo apt upgrade -y
sudo apt install -y screen net-tools
If at this point you are prompted to restart some processes, select the last option “№. of them. no. of them” by specifying №.
Installing Network 3 Node
wget https://network3.io/ubuntu-node-v2.1.0.tar
Unzip the file and navigate to the /ubuntu-node folder
tar -xvf ubuntu-node-v2.1.0.tar
rm -rf ubuntu-node-v2.1.0.tar
cd ubuntu-node
Create a separate screen for a node
screen -S network3
Run the script
sudo bash manager.sh up
Now, we need to get our API Key, which we need to save. Copy it.
sudo bash manager.sh key
We need the copied key to synchronize our node with our browser account. Go to the link that was displayed to you after the command sudo bash manager.sh up - https://account.network3.ai/main?o=xx.xx.xx.xx:8080 (Replace xx.xx.xx.xx.xx with the ip of your server). Next, click on the “+” button and paste your API then click OK.
To exit the screen use the key combination:
CTRL+A, D
To open the screen:
screen -r network3
Congratulations you have connected node. In a few minutes you will be able to see your points and also the address of the server.
NodeMafia script fore Network3. Install, restart and track logs.
You can also use our script to quickly install Network3 Node.
curl -sO https://raw.githubusercontent.com/NodeMafia/Network3_Node_Community_Guide/refs/heads/main/Network3Node_Setup.sh && chmod +x Network3Node_Setup.sh && ./Network3Node_Setup.sh
Functions:
- First Start of Network3 Node
- Start Network3 Node
- Stop Network3 Node
- Restart Network3 Node
- View Network3 Node logs
GitHub: https://github.com/NodeMafia
Medium: https://medium.com/@nodemafia
Telegram: https://t.me/nodemafia
Teletype: https://teletype.in/@nodemafia
Twitter: https://x.com/NodeMafia






