onboarding
Last updated: 2025-02-19 01:11:11.426005 File source: link on GitLab
Onboarding as a Compute Provider
Overview
As a compute provider in the NuNet network, you can offer your computer's resources (CPU, RAM, GPU, and storage) to other network participants.
This guide will walk you through the process of onboarding your resources to the network.
Prerequisites
Before onboarding, ensure:
Your DMS is properly installed and running
You have met the minimum system requirements
You have the necessary permissions and features configured
(Optional) For GPU providers: GPU drivers are correctly installed
Onboarding Process
Onboard
Use the following command to onboard your resources:
Example:
If a GPU is detected on the machine, an interactive prompt will be displayed that allows choosing the GPU and the amount of VRAM to onboard from it.
To onboard a GPU without the interactive prompt, --gpus "<GPU_INDEX>:<VRAM_IN_GB>"
can be used where index can be obtained from the gpu list
command. In case of multiple GPUs, the pair can be expanded for each GPU separated by a comma.
Example:
If GPU is detected on the machine but it shouldn't be onboarded, use the --no-gpu
flag.
Managing Your Resources
Verify Onboarding Status
Check your onboarding status:
Checking Resource Status
Monitor your resources allocation:
Offboarding Resources
To remove the availability of your machine's resources from the network, execute:
Modifying Onboarded Resources
Note: we'll facilitate this process in the future so that users do not have to reonboard again.
To modify your resource allocation:
First, offboard your current resources
Then onboard again with new resource values
Best Practices
Resource Allocation
Don't onboard all available resources
Leave enough resources for system operations
Consider your system's stability and cooling capabilities
System Maintenance
Regularly update your DMS instance
Monitor system health and performance
Maintain stable internet connectivity
Security
Monitor system logs for unusual activity
Keep your system updated with security patches
Troubleshooting
Common issues and solutions:
Onboarding fails
Verify system requirements are met
Ensure proper permissions are set
Resource allocation issues
Verify if other allocations are still running (check allocated resources)
Ensure proper GPU drivers if using GPUs
Verify available resources
Check for competing processes
Last updated