Network3
Network3 builds an AI Layer2 helping AI developers worldwide inference train or validate models widely quickly, conveniently, and efficiently
Register account
Installation Guide for Ubuntu
1. Server preparation
sudo apt update
sudo apt install wget curl make clang net-tools pkg-config libssl-dev build-essential jq lz4 gcc unzip snapd -y2. Download and Extract the tar file
cd $HOME
wget https://network3.io/ubuntu-node-v1.1.tar && \
tar -xf ubuntu-node-v1.1.tar && \
rm -rf ubuntu-node-v1.1.tar && \
cd ubuntu-node3. Start node
4. Provides node access to your account (2 ways)

5. Stop node
Last updated