Git Product home page Git Product logo

sonaric's Introduction

Sonaric

After installing the node, our sonaric points will come instantly.

They said they are still working on an incentive program.

There is no such thing as our points will be rewards - we are just inside as RC.

We do not have a server cost, we will use an existing server.

Hardware.

We need Ubuntu 22 and above.

I used one of the devices where I installed an active node.

If you are still going to buy a new server, 2 vCPU and 2 RAM are enough.

Installation

# server update
sudo apt-get update && sudo apt-get upgrade -y

# Let's install nodejs using nvm
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

# sonaric installation
sh -c "$(curl -fsSL https://raw.githubusercontent.com/monk-io/sonaric-install/main/linux-install-sonaric.sh)"

If we get node information output with the sonaric node-info command, it's ok.

1

# update
sudo apt update
sudo apt upgrade sonaric
sonaric node-info
# let's edit the end of the command.
ssh -L 127.0.0.1:44003:127.0.0.1:44003 -L 127.0.0.1:44004:127.0.0.1:44004 -L 127.0.0.1:44005:127.0.0.1:44005 -L 127.0.0.1:44006:127.0.0.1:44006 user@your-vps-ip
# If you are using root as user, let's write root.

To understand that the above command works: curl http://localhost:44004

2

sonaric identity-export -o node-name.identity
# Let's delete the node-name part and specify a name.
# Let's enter our password.

You can download the backup file on our server with SFTP (File) connection applications or via Termius (Mac - Windows - Phone), Mobaxterm.

If Termius, you entered SFTP - You selected your server, you dragged the xxxx.identy file on your server and copied it to the desired file on your computer - you downloaded it.

3

For Backup (Pub ID - Priv Key - Key - Key PW while setting up on the site)

We will open a tunnel between the node and our pc.

ssh -L 127.0.0.1:44003:127.0.0.1:44003 -L 127.0.0.1:44004:127.0.0.1:44004 -L 127.0.0.1:44005:127.0.0.1:44005 -L 127.0.0.1:44006:127.0.0.1:44006 user@your-vps-ip

User - And set the IP Address according to your server and paste it into CMD and enter your server. The tunnel will be active as long as CMD is open.

From your browser: Go to http://localhost:44004/ - You will see your node's score - ranking.

There will be a settings button in the upper right middle Click - Click the Export Button - Set your password and confirm it will now give you your keys. Save then click the save to json file file and save the json version to your computer.

sonaric's People

Contributors

encoderrrr avatar

Watchers

 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.