Install
TAC Chain

TAC Node Installation Guide
Chain ID: tacchain_239-1 | Current Node Version: v1.0.1
Install Go and Cosmovisor
Feel free to skip this step if you already have Go and Cosmovisor.
Install Go
We will use Go v1.23.4 as example here. The code below also cleanly removes any previous Go installation.
Configure Go
Unless you want to configure in a non-standard way, then set these in the ~/.profile file.
Install Cosmovisor
We will use Cosmovisor v1.6.0 as example here.
Install Node
Install the current version of node binary.
Configure Node
Initialize Node
Please replace YOUR_MONIKER with your own moniker.
Download Genesis
The genesis file link below is Polkachu's mirror download. The best practice is to find the official genesis download link.
Download addrbook
You can use addrbook or persistent_peers.
Launch Node
Configure Cosmovisor Folder
Create Cosmovisor folders and load the node binary.
Create Cosmovisor Folders
Load Node Binary into Cosmovisor Folder
Create Service File
Create a tacchaind.service file in the /etc/systemd/system folder with the following code snippet. Make sure to replace USER with your Linux user name. You need sudo privilege to do this step.
Download Snapshot
Please use our popular snapshot download service to download and extract snapshot.
Start Node Service
Enable service
Start service
Check logs
Last updated
