How can I check the status of my Lilypad node once it's running? #6
PBillingsby
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To check if the RP is running use the following command:
sudo systemctl status lilypad-resource-provider
This will give a live output from the Lilypad node. The logs will show the node running and accepting jobs on the network.
Run the following command to get more info from your node:
sudo journalctl -u lilypad-resouce-provider.service -f
Read more in the Lilypad docs -> https://docs.lilypad.tech/lilypad/hardware-providers/run-a-node#view-node-status
We also working on a dashboard that will give resource providers a little more information on their nodes such as is their node is online, how many jobs it has processed and more.
Keep an eye out for updates on that!
Beta Was this translation helpful? Give feedback.
All reactions