blackrabbit.eth

blackrabbit.eth

Hello web3!

xai Cloud Server Mining Simple Tutorial

Xai is based on ARB's L3. With Xai, potential billions of traditional gamers can now own and trade valuable in-game items in their favorite games without the need for a cryptocurrency wallet. Anyone can support the Xai network by running a Xai node and earn tokens. However, KYC is required. I recommend running the node on a cloud server to avoid risks such as internet disconnection.

This tutorial requires knowledge of cloud servers. It is recommended to use a server with 2 cores and 4GB memory, running Ubuntu 20.04 LTS.

  1. First, go to the official website and purchase a key. This key is necessary for running the node and the price is currently around 0.53 ETH (ARB chain).
    Official website: https://sentry.xai.games/

  2. After purchasing, download the client from the official website and install it. Official website: https://xai.games/

  3. Click on "I ready own a key".

  4. Connect your wallet and authorize it. A webpage will pop up in your browser, where you can sign the transaction with the wallet that purchased the key.

  5. After authorization, the client will generate an operator wallet. You can see it by clicking on "Sentry wallet".

  6. Click "copy" to copy the address. Transfer some ETH on the ARB network to this address. The official recommendation is around 0.02 ETH for running the node for a year.

  7. Export the private key of the operator wallet. In the "Sentry Wallet" interface, click on the three dots and select the "Export Sentry Wallet" option from the menu.

  8. Remote into your cloud server and execute the following commands:

    sudo apt update
    sudo apt install curl unzip
    sudo apt install screen
    curl -L -o sentry-node-cli-linux.zip https://github.com/xai-foundation/sentry/releases/download/1.0.29/sentry-node-cli-linux.zip
    
  9. Create a new window:

    screen -S XAI
    
  10. Enter the command to enter the console. Your server name will change afterwards:

    ./sentry-node-cli-linux
    
  11. Verify the binding of your wallet to the operator wallet by entering the following command:

    list-operators
    

    Then enter the address of your key wallet. Your operator wallet will be displayed. If it is correct, proceed to the next step.

  12. Enter the following command to start the node:

    boot-operator
    
  13. Enter the private key of the operator wallet.

Wait for a while and you can start mining. Afterwards, you can proceed with the KYC process. This tutorial ends here. If you have any questions, you can DM me on Twitter or discuss in the comments.

Follow me on Twitter: https://twitter.com/EtherHare

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.