cd $HOME/stride
git fetch --all
git checkout v24.0.0
make install
strided version --long | grep -e commit -e version
#commit: 4cfda614e8fb9664ce72861d32824d72430d4436
#version: v24.0.0
sudo systemctl restart strided && journalctl -u strided -f -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'