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:
curl -O https://raw.githubusercontent.com/Kaisar-Network/kaisar-releases/main/kaisar-provider-setup.sh

2. Make the Script Executable
chmod +x kaisar-provider-setup.sh

3. Run the Setup Script with Root Privileges
sudo ./kaisar-provider-setup.sh
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:
kaisar
If you see a welcome message, the installation was successful!

5. Start Using the CLI
You can now join the network with the following commands:
kaisar start # Start the Provider App
kaisar create-wallet -e <your email> # Create Wallet
kaisar import-wallet -e <your email> -k <your private key> # Import your existed wallet
kaisar status # Check node status

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