Snapshoot
sudo systemctl stop namada.servicecd $HOME/.local/share/namadawget http://files.cryptosj.net/files/namadatestnet/namadatestnet.tar.gzcp $HOME/.local/share/namada/public-testnet-14.5d79b6958580/cometbft/data/priv_validator_state.json /home/$HOMErm -rf public-testnet-14.5d79b6958580/db/rm -rf public-testnet-14.5d79b6958580/cometbft/data/tar -xvf namadatestnet.tar.gzcp $HOME/priv_validator_state.json $HOME/.local/share/namada/public-testnet-14.5d79b6958580/cometbft/data/sudo systemctl start namada.servicesudo journalctl -u namada.service -f --output catcheck node status
curl http://127.0.0.1:26657/status | jqLast updated