cd $HOME
wget -O canined https://github.com/JackalLabs/canine-chain/releases/download/v4.6.0-beta.1/canined-Linux
chmod +x canined
mv canined $(which canined)
canined version --long | head
#version: 4.6.0-beta.1
#commit: 09d64dcbab0a96da1da1605acfc4914069022ba4
systemctl restart canined && journalctl -fu canined -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'