in this guide you will learn how to set up Sonaric node and eran points.
Sonaric on X Sonaricnetwork
Sonaric AI Node is supported on the following Linux distributions:
Ubuntu 22.04+ Debian 12+ Fedora 40+ CentOS 8+ Rocky Linux 8+
RAM: 2G CPU: 2G
sudo apt-get update && sudo apt-get upgrade -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 20
nvm use 20
npm install -g npm@latest
Run the following command to download and execute the installation script:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/monk-io/sonaric-install/main/linux-install-sonaric.sh)"
The script will install Sonaric and its dependencies. This process may take a few minutes.
Once the installation is complete, sonaricd will be started automatically.
You can access the Sonaric GUI by opening a web browser and navigating to http://localhost:44004
The node-rename command allows you to rename your node. This command is useful for changing the name of your node.
sonaric node-rename -n YOUR_NAME
following commands shows you node info
sonaric node-info
sonaric points
use Sonaric Tracker to see your node and server info
The identity-export command allows you to export the current identity of your node. This command is useful for backing up your node's identity information.
To export the current identity of your node, run the following command:
sonaric identity-export
You will be prompted to enter a password to encrypt the exported identity. After entering the password, the identity will be exported to stdout. You can redirect the output to a file or use the -o flag to specify the output file like this:
sonaric identity-export -o identity.file
The identity-import command allows you to import an identity into your node. This command is useful for restoring a previously exported identity or importing an identity from another node.
To import an identity from identity.file, run the following command:
sonaric identity-import -i idenity.file
I love crypto and coding
you can find me on X iamshaho