git clone https://github.com/oraichain/wasmd/
cd $HOME/wasmd
git checkout v0.50.10
make build
oraid version --long | grep -e commit -e version
#version: 0.50.10
#commit: 4e1eea4b0ce0f0c94ace7beb0d3e816c9cb22807
sudo systemctl restart oraid && sudo journalctl -fu oraid -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'