➡️Fix Jail

➡️ Let's do it

sudo systemctl stop titan
rm -rf titan-chain
git clone https://github.com/Titannet-dao/titan-chain.git
cd titan-chain
git fetch origin
git checkout origin/main
go build ./cmd/titand
mv /root/titan-chain/titand /root/.titan/cosmovisor/genesis/bin/
sudo ln -sfn $HOME/.titan/cosmovisor/genesis $HOME/.titan/cosmovisor/current
sudo ln -sfn $HOME/.titan/cosmovisor/current/bin/titand /usr/local/bin/titand

➡️ Restart the service

sudo systemctl daemon-reload
sudo systemctl restart titan
sudo journalctl -u titan -f -o cat

➡️ Unjail

titand tx slashing unjail --from wallet-name --chain-id titan-test-3 --fees 500uttnt --node=http://localhost:(whatever you typed in custom_port)657 -y

Last updated