Rivalz Network
  • Introducing Rivalz
  • ROME - Swarm Protocol
    • rAgent Creation
    • What is a PAG?
    • ROME Rewards
      • ROME Season 1 - 25,000,000 $RIZ in rewards
    • Swarms and Swarm Staking
    • Lending Market
    • User Guide - ROME Dashboard
      • PAG
      • Reputation & Rewards
      • Swarm Project Creation
      • Swarm Staking
      • Borrow Market
      • Lending Guide
  • rClients (ROME 🏛️)
    • rClient CLI Guide
  • OCY - DATA
  • ADCS - CONNECTIVITY
    • Overview
    • Core components
    • Create an Adapter
    • Create your consumer smart contract
    • How to automate your contract execution with Gelato
    • How to Become a Provider
    • Developer
  • NOSTRINGS - IDENTITY
  • VORD - APPLICATION
    • VORD
    • Sidelined
    • AI-Powered Telegram Bots (Coming Soon)
  • Rivalz Alliance & Ecosystem
  • Intel Incentivized Testnet
  • zNode (Validators)
    • zNode Utility
    • Running a zNode
    • Delegating a zNode
      • Rivalz zNode - NodeOps Delegation
    • zNode Burn Event (Ended)
  • RIZ Token
    • RIZ Overview & Contracts
    • Airdrop and Eligibility Requirements
      • Airdrop User Guide
      • Claim Page Guide
    • zNode RIZ Drop
    • $RIZ Tokenomics
    • $RIZ Staking User Guide
    • $wRIZ Staking User Guide
    • Stake to Aerodrome Liquidity Pool
    • Wrapping and Unwrapping $wRIZ User Guide
  • Roadmap
  • Official Links
Powered by GitBook
On this page
  • Latest CLI version - v3.0.1
  • Prerequisites
  • Installation:
  • 1. Mac
  • 2. Windows
  • 3. Linux
  • Run rClient
  • Display Info
  • List of Commands
  • FAQs:
  1. rClients (ROME 🏛️)

rClient CLI Guide

How to run an rClient. Remember running an rClient on Windows/Mac allows you to mint $RC, $RD; running on Debian, Ubuntu will allow you to mint $RE.

PreviousrClients (ROME 🏛️)NextOCY - DATA

Last updated 1 month ago

Latest CLI version - v3.0.1


Prerequisites

Ensure you have the following installed on your system:

  • Yarn or NPM


Installation:

To install the Rivalz Node CLI globally, run the following command:

1. Mac

sudo npm i -g rivalz-node-cli

2. Windows

Open Terminal or Command Prompt with Run as Administrator

then install:

npm i -g rivalz-node-cli

note: By default on windows 11 your PowerShell says "execution of scripts is disabled on this system." To solve this problem you need to type "Set-ExecutionPolicy RemoteSigned" and select "Yes" After that you can type "npm i -g rivalz-node-cli"

3. Linux

  1. Run sudo su to grant administrator privileges

sudo su
  1. then run the command to install

npm i -g rivalz-node-cli

Run rClient

After installing the rivalz-node-cli, follow the steps below to configure and run the rClient.

Step 1: In your terminal, enter:

rivalz run

Note for Mac, Linux Users:

You need to add sudo to the command to grant the necessary permissions:

sudo rivalz run

Step 2: You will be prompted to enter several pieces of information related to your system and node setup. Here’s what you’ll need:

  1. Your wallet address

  2. CPU core

  3. RAM

  4. Select disk type

  5. Select disk serial number

  6. Enter disk size, you want to allow the client to use

If your configuration is valid, the terminal will display as shown in the image below:


Display Info

By running the rivalz info command you can display the current version and config of the client


List of Commands

run - Run the Rivalz rClient CLI

For Mac and Linux:

You need to add sudo to the command to grant the necessary permissions

change-hardware-config - Update the rClient CLI configuration

update-version - Update the rClient CLI version

info - Show the rClient CLI version

report-error - Report the error logs

clear-log - Clears the log files of the rClient CLI

help [command] - Display additional info for a specific command


FAQs:

Q: How long does it take to see that my rClient is connected?

A: Usually within 5min, but might take up to 30min in rare cases.

Q: What can I do, if it doesn't appear?

A: Try restarting the rClient. Other methods will be released later.

Q: How can I update to this new version?

A: Run Rivalz update-version OR npm i -g rivalz-node-cli@3.0.1

Q: Is there a GUI version available?

A: No. We will announce once we have a GUI version.

Q: Which cloud infra provider should I use to run the CLI?

A: You can ONLY use: Vultr, AWS Lightsail, Google Compute, Azure VM, Digital Ocean, OVH cloud


Node.js version 20.0.0 (To install node.js please refer to this: )

Remember this is Rome v1, so you might encounter bugs. Please report on

https://nodejs.org/en/download/package-manager
Discord.
Learn more about rClientCLI version 3.0.1