Aethir
  • Executive Summary
  • Aethir Introduction
    • Key Features
    • Aethir Token ($ATH)
    • Important Links
    • FAQ
  • Aethir Network
    • The Container
      • Staking and Rewards
    • The Checker
      • Proof of Capacity and Delivery
    • The Indexer
    • Session Dynamics
    • Service Fees
  • Aethir Tokenomics
    • Token Overview
    • Token Distribution of Aethir
    • Token Vesting
    • ATH Token’s Utility & Purpose
    • Compute Rewards
    • Compute Reward Emissions
    • ATH Circulating Supply
    • Complete KYC Verfication
  • Aethir Staking
    • Staking User How-to Guide
    • Staking Key Information
    • Pre-deposit How-To Guide
    • Pre-deposit Vault - Reward Mechanics
    • Eigen Pre-deposit FAQ's
    • Staking Pools Emission Schedule for ATH
  • Aethir Ecosystem
    • CARV Rewards for Aethir Gaming Pool Stakers
  • Aethir Governance
    • Aethir Foundation Bylaws
  • Checker Guide
    • What is the Checker Node
      • How do Checker Nodes Work
      • What is the Checker Node License (NFT)
    • How to Purchase Checker Nodes
      • How to purchase using Arbiscan
      • Checker Node Sale Dynamics
        • Node Purchase Caps
        • Smart Contract Addresses
      • FAQ
        • General
        • Node Sale Tiers & Whitelists
        • User Discounts & Referrals
    • How to Manage Checker Nodes
      • Quick Start
      • Connect Wallet
      • Delegate & Undelegate
        • Virtual Private Servers (VPS) and Node-as-a-Service (NaaS) Provider
      • View Rewards
      • Claim & Withdraw
      • Dashboard
      • FAQ
      • API for Querying License Rewards
    • How to Run Checker Nodes
      • What is a Checker Node Client
        • Who can run a Checker Node Client
        • What is the hardware requirements for running Checker Node Client
        • The Relationship between Checker License Owner and Checker Node Operator
      • Quick Start
      • Install & Update
      • Create or Import a Burner Wallet
      • Export Burner Wallet
      • View License Status
      • Accept/Deny Pending Delegations & Undelegate
      • Set Capacity Limit
      • FAQ
      • API for Querying Client Status
    • Checker Node NFT Buyback Program
      • Checker Node NFT Buyback Program
      • Checker Node NFT Buyback Program FAQs
    • Operator Portal
      • Connect Wallet
      • Manage Burner Wallets
      • View Rewards
      • View License Status
      • FAQ
    • Support
    • Release Notes
      • July 5, 2024
      • July 8, 2024
      • July 9, 2024
      • July 12, 2024
      • July 17, 2024
      • July 25, 2024
      • August 5, 2024
      • August 9, 2024
      • August 28, 2024
      • October 8, 2024
      • October 11, 2024
      • November 4, 2024
      • November 15, 2024
      • November 28, 2024
      • December 10, 2024
      • January 14, 2025
      • April 7, 2025
  • Staking and Rewards for Cloud Host (Compute Providers)
    • Staking as a Cloud Host
    • Rewards For Cloud Host
    • Service Fees
    • Slashing Mechanism
    • Key Terms and Concepts
    • K Value Table
    • Acquiring ATH for Cloud Host Staking
    • Bridging ATH for Cloud Host Staking (ETH to ARB)
  • Aethir Cloud Host Guide
    • Role of a Cloud Host
    • Why Provide GPU Compute on Aethir
    • What is Aethir Earth (AI)
      • Operational Requirements (Aethir Earth)
    • What is Aethir Atmosphere (Cloud Gaming)
    • How to Provide GPU Compute
      • Manage Your ATH Rewards (Wallet)
      • How to Provide Aethir Earth (AI)
      • How to Provide Aethir Atmosphere (Cloud Gaming)
    • Miscellaneous
      • Manage Orders
      • System Events
  • Aethir Cloud Customer Guide
    • What is Aethir Cloud
      • Aethir Earth Service Guide
    • Why Use Aethir Cloud
    • Dashboard
    • How to Rent an Aethir Earth Server
    • How to Deploy Your Game on Aethir Atmosphere
      • Add Game and Versions
      • Deploy(On-Demand)
      • Deploy(Reserved)
    • Manage Your Wallet
    • Miscellaneous
      • Manage Orders
  • Aethir Ecosystem Fund
  • Users & Community
    • User Portal (UP) Guide
  • Protocol Roadmap
  • Terms of Service
    • Privacy Policy
    • Aethir General Terms of Service
    • Aethir Staking Terms of Service
    • Airdrop Terms of Service
  • Whitepaper
Powered by GitBook
On this page
  • Video Tutorial
  • Quick Start
  • Commands
  • 1. Wallet
  • 2. License
  1. Checker Nodes Explained
  2. How to run Checker Node?

Checker Client Linux CLI Guide

Last updated 10 months ago

Please note this is an archived page. For the latest information, please refer to the .

Video Tutorial

Quick Start

The minimum version required is:

>= Centos 7, >= Ubuntu 18.04

  1. Download and install the Checker Client Linux CLI from app.aethir.com

  2. Install

    1. Download from app.aethir.com

    2. Unzip

    3. cd into the directory

    4. sudo ./install.sh

    5. sudo ./AethirCheckerCLI

    Please note that this is a mandatory upgrade. Please also note that you cannot run 2 Linux CLI or Windows GUI at the same time, as that would lead to unexpected error.

  3. Create wallet

aethir wallet create
  1. Give the public key to the License Owner

  2. Once Owner initiated the delegation process, check the list of pending licenses

aethir license list --pending
  1. Get the license IDs, and approve:

aethir license approve [License ID]
  1. If you’d like to approve all pending licenses, use:

aethir license approve --all
  1. Checker nodes are running automatically. If they are either in Ready or Checking status, you are good to go! You can verify by using:

aethir license list --ready 
aethir license list --checking 

or

aethir license summary
  1. Quit application - the owner will stop earning rewards

Commands

1. Wallet

Create Wallet

aethir wallet create

Create the wallet and display the public/private key on the screen

The developer decides whether to regenerate or use the already generated public and private keys to connect to the server

Import Wallet

aethir wallet import [private key]

Please note, you can only import private/public key pair that was generated by the Aethir Client or CLI.

If you have already used the create command, you will be prompted: You cannot import a wallet after having created one. You can get more information from wallet export

Export Wallet

aethir wallet export

List public/private keys

2. License

List License

aethir license list

Each of the following display lists in the form of: License ID | Owner Address | Status

  1. --ready

  2. --checking

  3. --offline

  4. --banned

  5. --pending

    Corresponds to pending delegations

    See Approve License for more details on how to approve pending delegations

  6. --all

If the user does not add parameters, all available parameters will be prompted

Approve License

aethir license approve [License ID]
  1. If the user does not add parameters, it will prompt: To approve, use aethir license approve [License ID]

    To approve all, use aethir license approve --all

  2. If license ID does not correspond to one in the pending list, an error will be reported:

    Invalid license ID

  3. If license ID is approved successfully, it will display:

    [License ID] approved. You have xxx delegated licenses, xxx pending

Deny License

aethir license deny [License ID]
  1. If the user does not add parameters, it will prompt:

    To deny, use aethir license deny [License ID]

  2. If license ID does not correspond to one in the pending list, an error will be reported:

    Invalid license ID

  3. “Are you sure you want to deny delegation for [License ID]?” is displayed to user

    Upon successful second confirmation by user, it will display:

    [License ID] denied. You have xxx delegated licenses, xxx pending

Note that, unlike approve, there is no multiple selection here

This is used to deny pending delegations, rather than undelegate existing delegations

For more information, check out Undelegate License to undelegate license

Undelegate License

aethir license undelegate [License ID]
  1. If the user does not add parameters, it will prompt:

    To undelegate, use aethir license undelegate [License ID]

  2. If license ID does not correspond to one in the pending list, an error will be reported:

    Invalid license ID

  3. “Are you sure you want to deny delegation for [License ID]?” is displayed to user

    Upon successful second confirmation by user, it will display:

    [License ID] undelegated. You have xxx delegated licenses

Show Summary Table

aethir license summary

This is a sample for what the summary table looks like:

Number
Status

123

Running

123

Offline

123

Banned

123

Pending

123

Total Delegated

checker guide