The Testnet Oro chain is the Kiichain testnet.
- Chain-ID:
oro_1336-1 - denom:
akii - decimals:
18 - Spawn time:
2024-12-17T17:55:40.565516258Z - Genesis file with CCV state: genesis.json (available after chain spawn time)
- SHA256 for genesis file:
2805ae1752dc8c3435afd6bdceea929b3bbd2883606f3f3589f4d62c99156d2d
The following endpoints are exposed:
Uno:
RPC: https://rpc.uno.sentry.testnet.v3.kiivalidator.comRest (LCD): https://lcd.uno.sentry.testnet.v3.kiivalidator.comJSON-RPC (EVM): https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com
Persistent peer:
Dos:
RPC: https://rpc.dos.sentry.testnet.v3.kiivalidator.comRest (LCD): https://lcd.dos.sentry.testnet.v3.kiivalidator.comJSON-RPC (EVM): https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com
Persistent peer:
- 8 GB RAM
- 1 TB NVME SSD
- 4 Cores x86_64
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_oro.sh will create a
kiichaindservice.- 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_oro_cv.sh will create a
cosmosvisor-kiichaindservice.- Script must be run either as root or from a sudoer account.
Install Kiichain binary.
git clone https://github.com/KiiChain/kiichain.git
cd kiichain
make installAfter installation please check installed version by running:
kiichaind version --long