Skip to content

1.Fullnode install

1.1 Preparation

  • Hardware

    16 core 32GB main memory

    2TB SSD, high IOPS

    GNU/Linux 6.8.0-1017-aws aarch64(recommended)

    Network: 1 Gbps with low latency

  • Software

    Golang 1.24

    Ubuntu 24.04 LTS

    Git

1.2 Source code & build

  • Download source code
    Bash
    git clone https://github.com/tabilabs/tabi-v3.git
  • Build
    Bash
    cd tabi-v3
    make build

Checkout the output file: ./tabi-v3/build/tabid

1.3 Create your wallet

./tabid keys add your-wallet-name

Checkout your wallet

Bash
./tabid keys list

1.4 Init network

1.5 Start your node

Bash
./tabid start