🛠️Compute Node
In this section, we will explain how to become a compute node in the Distri.AI.
Distri.AI GPU computing network. By sharing your unused computing power, you can support more AI creators in need while earning profits. Generally, you should have already created a Solana account by now for easy use of the Distri.AI compute node client.
Recommended configuration
Operating System: Ubuntu 22.04
Go: 1.21.0
CPU: 4 cores
Memory: 8GB
Disk: 100GB
GPU: Nvidia RTX 3090
Network: 1Gbps
Run the client
Please follow the steps below to run the node.
1 Dependency installation
# Update package repositories
apt update
# Install curl using apt
apt install curl
# Verify correct installation
curl
# Download the setup script from Distri.AI
curl -L https://github.com/distri-group/DistriAI-Node/blob/dev/DistriAI-setup.sh -o DistriAI-setup.sh2 Compile the program
3 Node configuration
Node runtime configuration
Docker Configuration File
Considering that Docker images are typically downloaded to the /var/lib/docker directory, which may have insufficient storage space, it is necessary to modify Docker's default storage path.
Causing Docker bug - frequent restarts (docker daemon unable to start)
Tutorial after modification
4 Enter the computing power market and connect your wallet

You can view the computing power devices under your account along with their respective parameters.
5 List the device on the computing power market


Set the device price and relevant restrictions, confirm the order, and sign. With this, you have completed listing the computing power device on the computing power market.
6 Take the device off the market


Confirm and complete the signature to finalize the device delisting.
If you encounter any issues during usage, please contact us.
Last updated