Step 7: Updating your node
Following these steps will help you set up and maintain your Xai Sentry Node effectively. Remember to regularly check for updates and monitor your node’s performance.
Login to your server using the
ssh
command from your terminal:
Reattach to your Screen session:
Replace the following values: -
<screen_id>
- the id of your current Screen session - Example:screen -r 82824
Stop the operator:
ctrl + c
(Windows)control + c
(macOS)
Remove your current CLI:
Download the latest CLI. You don't need to download the file on your computer since this command takes it from the GitHub website.
Unzip the file:
Start CLI:
Boot the operator:
Paste the private key of your Sentry Wallet and press
Enter
.Wait until the operator has finished booting and you see the following message:
Detach from your Screen session:
ctrl a + d
(Windows)control a + d
(macOS)
Logout from your server:
To KYC and view rewards, you need the desktop app, which is not covered in the CLI.
Last updated