Giter Site home page Giter Site logo

sonaric's Introduction

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

sonaric's People

Contributors

theshaho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.