Make sure to set the correct API key and node-id that you created on the dashboard.Other values should be the default ones.
Copy
galadriel init
5
Run the node
Copy
galadriel node run
Or run the node in a background process
Copy
nohup galadriel node run > logs.log 2>&1 &# To shut it downpgrep -af pythonkill <PID>
If this is your first time running the GPU node, it will perform hardware validation
and LLM benchmarking, to ensure your setup is working correctly and is fast enough.
6
Check node status
In another terminal tab:
Copy
galadriel node status
If the status is online you’ve successfully started your GPU node and it’s
serving LLM inference requests to the network.