Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.MD

Kiichain mainnet Details

  • Chain-ID: kiichain_1783-1
  • denom: akii
  • decimals: 18
  • Spawn time: 2025-12-05T12:00:00Z
  • SHA256 for genesis file: 67fcfa1af8dedbbb9036b3651dfd4dd353a00f6df2531691d569ea5f743fbf30

Endpoints

The following endpoints are exposed:

Persistent peers:

How to Join

Hardware Requirements

  • 8 GB RAM
  • 1 TB NVME SSD
  • 4 Cores x86_64

Bash Script

The scripts provided in this repo will install Kiichaind and optionally set up a Cosmovisor service with the auto-download feature enabled on your machine.

Run script provided to set up a kiichaind service without Cosmovisor:

  • join_kiichain.sh will create a kiichaind service.
    • Script must be run either as root or from a sudoer account.

Or run the second script provided to set up a kiichaind service with Cosmovisor:

  • join_kiichain_cv.sh will create a cosmosvisor-kiichaind service.
    • Script must be run either as root or from a sudoer account.

Node manual installation

Install Kiichain binary.

git clone https://github.com/KiiChain/kiichain.git
cd kiichain
make install

After installation please check installed version by running:

kiichaind version --long