cd $HOME
wget https://github.com/aura-nw/aura/releases/download/v0.9.3-euphoria/aurad
chmod +x aurad
aurad version --long | grep -e commit -e version
mv aurad $(which aurad)
#version: v0.9.3-euphoria
#commit: d3e717e44a2b9fadf3c19ec6a8bc2a98e2bac470
sudo systemctl restart aurad && journalctl -fu aurad -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'