Node Troubleshooting
Last updated
Last updated
Check your NVIDIA driver configuration. Run the following command to verify:
docker run --gpus all nvidia/cuda:11.0.3-base-ubuntu18.04 nvidia-smi
This error might be caused by an issue with network connections.
Pausing a Node on the StabilityWorld Node Page
Restarting Your Device
Rerunning Docker Commands from the Worker Page
Confirming ID Usage Rights Confirm
Removal of Old Containers in Docker
Access the Node Page and Note the Node ID for Terminal
Wait Approximately 10 Minutes and Check the Results
Execute Command to Connect to the Device
Run the following command to establish a connection with your device.
Use IO.ID to authenticate your device.
Save your token
Contact StabilityWorld Technical Support to Unlock the Node
A Node may be blocked typically due to the GPU failing our initial system checks. Common reasons include: improper GPU use (such as gaming or other unusually resource-intensive tasks) or using the Node for cryptocurrency mining.
If your node blocked, device Owners can create a support ticket for assistance from our technical team.
To fix a blocked CPU container issue:
Install Required Software:
For Windows: Install CUDA and WSL2.
For macOS: Install Rosetta.
Restart the Node: After installation, rerun the node.
If your device is incompatible with our system, please review the supported device list to ensure compliance.
Common causes include:
Connection Loss: Check your device’s connection and try again.
Unsupported Device: Please verify your device against the supported device list.
Interface Error: Create a ticket on Discord for technical support.
Our system does not support creating multiple Nodes from a single device. You must delete the existing Node to create a new Node from the current device.
Navigate to the folder C:\User\<Username> &
create a .wslconfig File:
Modify the content of the file to the following:
[wsl2]
memory=4GB # Limits the VM memory in WSL between 2 and 4 GB
processors=2 # Limits the number of processors to 2
swap=8GB # Sets the swap size to 8 GB
Save the file and restart your computer.