Sonaric AI Node

πŸ› οΈ Hardware Requirements

Sonaric AI Node

Node TypeCPURAMStorageOS type

Minimal

2 cores

4 GB

20 GB

Ubuntu 22.04

Recommended

4 cores

8 GB

100 GB

Ubuntu 22.04

Additional requirements

While Sonaric AI Node is lightweight and will run on machines with lower specifications, running a node not meeting the minimal requirements does not provide value for the network and will yield limited number of points.

See Point Calculation for more information on how points are calculated based on whether your node meets the recommended requirements.

⏱️ Installation time: ~15-30 minutes

The installation time depends on many factors, such as your skills, resources and characteristics of your server, the most important: disk speed, internet connection, server load CPU, RAM, so this value may differ from the one indicated by us.

πŸ“ Manual installation

πŸ“ŒStep 1: Installation packeges and dependencies

# Install dependencies for building from source
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install curl tar -y

πŸ“ŒStep 2: Install your sonaric node

sh -c "$(curl -fsSL http://get.sonaric.xyz/scripts/install.sh)"

With the help of a one-line script, all the necessary commands will be executed automatically, you only need to check the operation of your node at the end

  1. After entering the command, you will see in front of you

  1. Here you need to do:

    • change the name of the node as desired

    • create a password

    • save the public key

3. Go to the Discord server Sonaric and write in any chat:

/addnode

and receive a verification code

Copy this verification code and return to the terminal.

  1. Register the node

Type the following command but replace the value with your verification code

sonaric node-register your_verification_code

If you did everything right, you will get the result -βœ… Success

After that, you will receive a notification in the Discord channel #node-registration-feedback that you have received the Operator role.

πŸ“ŒStep 3: How to check the operation of the node?

  1. You can enter the command in any chat /node

Where you will get information about:

  • Rank

  • ID

  • Name

  • Version

  • Points

  • Status

  • Beta

  1. You can also check the operation of the node at the link: https://tracker.sonaric.xyz/

Where you will get similar information, as well as your server characteristics, uptime, the total number of nodes and others

Example:

All the useful commands to manage your node in the section - Useful commands

Last updated