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 codeBash
git clone https://github.com/tabilabs/tabi-v3.git - BuildBash
cd tabi-v3 make build
Checkout the output file: ./tabi-v3/build/tabid
1.3 Create your wallet
Add your wallet
Plain
./tabid keys add your-wallet-nameCheckout your wallet
Bash
./tabid keys list1.4 Init network
Init
Bash./tabid init alice --chain-id tabi-testnet-10123The default data dir is ~/.tabi
Download config file
Plaingit clone https://github.com/tabilabs/pre-mainnet-configs.git mv ./pre-mainnet-configs/* ~/.tabi/config/
1.5 Start your node
Bash
./tabid start