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
./tabid keys add your-wallet-name
Checkout your wallet
Bash
./tabid keys list1.4 Init network
- InitBashThe default data dir is ~/.tabi
./tabid init alice --chain-id tabi-testnet-10123 - Download config file
- app.toml https://github.com/tabilabs/pre-mainnet-configs/blob/main/app.toml
- config.toml(Note: Peer seed is already set in config.toml) https://github.com/tabilabs/pre-mainnet-configs/blob/main/config.toml
- genesis.json https://github.com/tabilabs/pre-mainnet-configs/blob/main/genesis.json
1.5 Start your node
Bash
./tabid start