Step 5: Start Xai Sentry Node
Now that you set up a Screen, you can start Xai CLI:
./sentry-node-cli-linux
To receive node rewards, boot your operator:
boot-operator
This will prompt you to enter the private key of your sentry wallet. Paste the key and press
Enter
.Wait a few minutes until you see the following message:
The operator has finished booting. The operator is running successfully. esXAI will accrue every few days. Current timestamp: 2023-12-10T01:47:04.273Z. The operator is still running successfully. esXAI will accrue every few days.
Detach from your Screen session before logging out. You can detach from your current Screen session by pressing:
ctrl a + d
(Windows)control a + d
(macOS)
or
screen -d <screen_id>
where <screen_id>
is the numbers of your Screen session.
Example:
screen -d 82824
You can now safely log out from your server:
logout