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.

Latest CLI version - v3.0.1


Prerequisites

Ensure you have the following installed on your system:


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

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:

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

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


Learn more about rClientCLI version 3.0.1

Last updated