🖥️Installation

Guide on Timechain Node for Analog by Ravenode

Currently, registering to become a Time Node operator requires permission. To join, please fill out this form to be added to the waitlist.

Hardware Specifications

CPU
RAM
Storage
Network Port
Bandwidth

8 vCPUs (8 Cores)

16 GB

300 GB NVMe SSD

9944, 30303 TCP

500 MBps for Download / Upload

Update System

sudo apt update && sudo apt upgrade -y

Install Prerequisites & Docker

sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y

Verify Docker Installation

docker --version

You should see output like Docker version 26.1.4, build 5650f9b

Download Timechain Docker Image

docker pull analoglabs/timechain

Create Analog Directory

Run Timechain Node

Check Node Logs

  • Example Output

Install Websocat

Verify Websocat Instalation

You should see output like websocat 1.13.0

Bond TANLOG And Setup Validator Account

  • Create new stash account

  • Choose Stash account, then fill the amount to bond (Minimum 0.9 TANLOG)

Generate Session Key

Example Output:

  • Copy the 0x Output

  • Back to PolkadotJS

  • Click Set Session Key

  • Input the 0x Output before

  • Validator created successfully

  • Check if your validator is on the telemetry

Happy Cuan Airdrop
Join our Telegram group for the latest updates and discussions!

Last updated