Step 5: Start Xai Sentry Node

  1. Now that you set up a Screen, you can start Xai CLI:

    ./sentry-node-cli-linux
  2. To receive node rewards, boot your operator:

    boot-operator
  3. This will prompt you to enter the private key of your sentry wallet. Paste the key and press Enter.

  4. 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.
  5. 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
  1. You can now safely log out from your server:

logout

Last updated