π¨Sync and Consensus
sudo journalctl -u namadad -fcurl http://127.0.0.1:26657/status | jqcurl -s localhost:26657/consensus_state | jq .result.round_state.height_vote_set[0].prevotes_bit_arraycurl -s localhost:26657/consensus_state | jq .result.round_state.height_vote_set[-2].prevotes_bit_arraycurl -s localhost:12657/dump_consensus_statecurl -s http://localhost:26657/dump_consensus_state | jq '.result.round_state.votes[0].prevotes' | grep $(curl -s http://localhost:26657/status | jq -r '.result.validator_info.address[:12]')Last updated