Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 2.92 KB

README.md

File metadata and controls

93 lines (73 loc) · 2.92 KB

Sonaric

in this guide you will learn how to set up Sonaric node and eran points.

Sonaric on X Sonaricnetwork

OS requirement

Sonaric AI Node is supported on the following Linux distributions:

Ubuntu 22.04+ Debian 12+ Fedora 40+ CentOS 8+ Rocky Linux 8+

minimum system requirements

RAM: 2G CPU: 2G

install dependencies

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

install Sonaric node

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

sonaric01

Edit node name

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

see your node info

following commands shows you node info

sonaric node-info

Screenshot 2024-07-04 124648

see your points

sonaric points

Screenshot 2024-07-04 124756

check your rank

use Sonaric Tracker to see your node and server info

Sonaric Tracker

Screenshot 2024-07-04 124842

export keys

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

import keys

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

About me

I love crypto and coding

you can find me on X iamshaho