Step by step guide
Launch a node or validator on KiiChain Testnet Oro
Run Single Local Node (Docker)
Run Testnet Validator Node
Step 1: Run Single Testnet Node (Docker)
Step 2: Create a Key
Step 3: Get Testnet Tokens
Go to the Kiichain discord channel and request for kiichain3 testnet tokens from the faucet.
Step 4: Create a Validator Transaction
Testnet Genesis
How to validate on the Kiichain Testnet
This is the Kiichain kiichain3 Testnet
Genesis Published
Hardware Requirements
Minimum
64 GB RAM
1 TB NVME SSD
16 Cores (modern CPU's)
Operating System
Linux (x86_64) or Linux (amd64) Recommended Arch Linux
Dependencies
Prerequisite: go1.18+ required.
Arch Linux:
pacman -S go
Ubuntu:
sudo snap install go --classic
Prerequisite: git.
Arch Linux:
pacman -S git
Ubuntu:
sudo apt-get install git
Optional requirement: GNU make.
Arch Linux:
pacman -S make
Ubuntu:
sudo apt-get install make
Upgrading node
When a new upgrade has launched and your node is requesting upgrade it to continue with the validation process, follow these steps:
1. Pull all changes
2. Run upgrade command
We have created a command which interacts with the cosmovisor tool, installed in the docker file that helps to upgrade the blockchain. The most important part is to run the command with the parameters UPGRADE_NAME and CONTAINER_NAME where:
UPGRADE_NAME: This is the title name of the upgrade proposal. It must be the name of the proposal plan if this is different, cosmoviso won't upgrade the node.
For instance upgrading the blockchain to the v2.0.0, running in a container called kiichain-rpc-node:
Last updated