For the complete documentation index, see llms.txt. This page is also available as Markdown.

Linux CLI

Kaisar Provider CLI Installation Guide for Contributing to Kaisar Network

Requirements

To run the Kaisar Provider, ensure your system meets the following specifications:

  • Operating System: Ubuntu 20.04+, CentOS 8+, or compatible 64-bit Linux distribution

  • Memory: 4GB RAM

  • Processor: 64-bit CPU with virtualization support

  • Storage: 100GB HDD/SSD

  • Internet Speed: 100Mbps or higher

Dependencies

The following packages and libraries are required (the setup script will install them automatically if missing):

  • Node.js (v18 or higher recommended)

  • npm

  • pm2

  • curl

  • tar

  • git (for some operations)


1. Download the Setup Script

Download the latest setup script from the Kaisar releases repository:


2. Make the Script Executable


3. Run the Setup Script with Root Privileges

The script will automatically:

  • Install Node.js, npm, and pm2 if not already present

  • Download the latest release of Kaisar Provider CLI

  • Install all required dependencies

  • Set up the CLI globally on your system


4. Verify the Installation

After installation, verify by running:

If you see a welcome message, the installation was successful!

kaisar command result

5. Start Using the CLI

You can now join the network with the following commands:


Notes:

  • Wallet and configuration data are stored in /var/lib/kaisar-provider-cli, so your data will not be lost when updating to a new version.

  • To earn rewards, follow the instructions to create a wallet and connect your account to the Kaisar Network.


Good luck and enjoy earning rewards with Kaisar Network!

Last updated