Kaisar
  • Origins
    • Overview & Mission
    • Challenges
      • Exponential Change in Spending and Compute Requirements
      • Cost challenges with traditional cloud GPU providers.
      • Centralized GPU Computing Challenges
      • Building the Kaisar Network
    • Problem Statement
    • The Solution: Kaisar's Decentralized GPU Network
      • Kaisar's Competitive Edge
        • Technical Specifications
    • FAQ
      • What is Kaisar?
      • Does Kaisar use blockchain technology?
      • What are the main products offered by Kaisar?
      • Can I contribute my GPU resources to Kaisar?
      • What is Proof of Physical Work (PoPW)?
      • How does Kaisar GPU Container work?
      • What frameworks are supported by Kaisar GPU Container?
      • How do I deploy a GPU Container?
      • What payment methods are accepted?
      • How is pricing determined?
      • What GPUs are supported?
      • How do I monitor my GPU container?
      • How does Kaisar ensure security of containers?
      • How do I get started with Kaisar?
  • Kaisar Architecture
    • Architecture Overview
    • Products
      • Kaisar ZeroNode
      • Kaisar OneNode
        • Kaisar Provider
          • What is Kaisar Provider
            • Introduction
            • Benefits of Running a Kaisar Provider
          • How to Manage Kaisar Provider
            • Get started
            • Connect wallet
          • How to run Kaisar Provider App
            • Linux CLI
            • MacOS & Windows GUI
        • Kaisar Checker
          • What is the Kaisar Checker Node
            • Introduction
            • How do Checker Nodes Work
            • Benefits of Owning a Checker Node
            • Node Sale Information
            • Referral Mechanism
            • What is the Checker Node License (NFT)
            • Reward Unlock Period
            • FAQs
          • How to Purchase Checker Nodes
            • Step 1 - Connect wallet
            • Step 2 - Choose the Network
            • Step 3 - Commitment Submission
            • Step 4 - Referral Link Sharing
            • Step 5 - Confirmation
            • What’s Next?
            • FAQs
        • Kaisar Explorer
  • Kaisar Rewards Mechanism
    • Rewards for Kaisar Providers
    • Rewards for Kaisar Checkers Node
  • Get Real Campaign
  • Contact and Support
    • Legal and Compliance
    • Sale Disclaimer
Powered by GitBook
On this page
  • Kaisar Provider CLI Installation Guide for Contributing to Kaisar Network
  • Requirements
  • Dependencies
  • 1. Download the Setup Script
  • 2. Make the Script Executable
  • 3. Run the Setup Script with Root Privileges
  • 4. Verify the Installation
  • 5. Start Using the CLI
  1. Kaisar Architecture
  2. Products
  3. Kaisar OneNode
  4. Kaisar Provider
  5. How to run Kaisar Provider App

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  # Create Wallet
kaisar import-wallet  # 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!

PreviousHow to run Kaisar Provider AppNextMacOS & Windows GUI

Last updated 1 day ago

kaisar command result