Deploy Testnet-V2 full node

Deploy Tabi Chain test v2 from source code

Hardware preparation

  • Hard disk: 2T SSD

  • CPU: 16 Core

  • Main Memory: 32G

Software preparation

  • System: Ubuntu server 24.04 LTS, 64bits

  • Golang: 1.20+

Deploy

Download source code

~$ git clone https://github.com/tabilabs/tabi.git

Build source code

~$ cd tabi
~/tabi$ make build

check the output file in ~/tabi/build dir

Init Chain and wallet

Download genesis config file

Config the node

Start your full node

Open another terminal, and check the status of your full node(by querying the latest block):

OK, your full node has been installed.

Last updated