cd $HOME
curl -O https://server-1.stavr.tech/Mainnet/Selfchain/selfchaind
chmod +x selfchaind
mv selfchaind $(which selfchaind)
selfchaind version --long | grep -e commit -e version
#version: ""
#commit: ""
systemctl restart selfchaind && journalctl -fu selfchaind -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'