Skip to content

Latest commit

 

History

History
155 lines (100 loc) · 2.87 KB

README.md

File metadata and controls

155 lines (100 loc) · 2.87 KB

Rivalz Node Setup

Rivalz Node Setup / Cli / Ubuntu Server

image

Server :

Hetzner : https://bit.ly/hetznerlink Contabo : https://bit.ly/contabourl

Update :

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

image

Install Curl :

sudo apt install -y curl

Node.js 20

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version

Install Screen ( Optional ) :

apt-get install screen -y

Screen ( Optional ) :

screen -S rivalz

Install Rivalz :

npm i -g rivalz-node-cli

image

image

You can see these - No problem

If you want to know the serial number of your disk :

sudo lshw -class disk

image

Run rClient :

rivalz run

Your Connected Rivalz Wallet Adress : CPU Core RAM Disk Type Disk Serial Number ( if you dont know - enter ) Enter disk size, you want to allow the client use

image

Result :

image

Attention ! After setting up your node, do not forget to press the validate button on the site! https://rivalz.ai/dashboard/node-validate

image

Rivalz Update ? I got a message that the client CLI has a new version. How do I update it?

rivalz update-version
rivalz run

image

How do I update the client's information ?

rivalz update

image

Other Commands :

rivalz -h

image

Screen Commands : Logout Scren :

CTRL A + D

Screen List :

screen -ls

Entering the Screen :

screen -r screenname

Delete Screen :

screen -X -S screenpidnumber.screenname quit

image