🖥️Installation
Guide on Timechain Node for Analog by Ravenode
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 -yInstall 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 -yVerify Docker Installation
docker --versionDownload Timechain Docker Image
docker pull analoglabs/timechainCreate Analog Directory
Run Timechain Node
Change YourMoniker to your node name
Check Node Logs
Example Output
Install Websocat
Verify Websocat Instalation
Bond TANLOG And Setup Validator Account
Go to PolkadotJS
Create new stash account
Choose Stash account, then fill the amount to bond (Minimum 0.9 TANLOG)

Validators must have a minimum stash in their accounts (0.9 TANLOG)
Generate Session Key
Example Output:
Copy the
0xOutputBack to PolkadotJS
Click Set Session Key
Input the
0xOutput beforeValidator created successfully
Check if your validator is on the telemetry
Backup Session Key save it to your text editor app for later use

Last updated
