cd $HOME/stride
git fetch --all
git checkout v26.0.0
make install
strided version --long | grep -e commit -e version
#commit: 5824787f1926a4af8fa67d2aaa928c5275fe4bc2
#version: v26.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'