Skip to content

Instantly share code, notes, and snippets.

@BlinkyStitt
Created May 6, 2016 06:19
Show Gist options
  • Save BlinkyStitt/1bfaf8992ef0088d6c553b769931c5c2 to your computer and use it in GitHub Desktop.
Save BlinkyStitt/1bfaf8992ef0088d6c553b769931c5c2 to your computer and use it in GitHub Desktop.
#!/bin/sh
bitcoin-cli getpeerinfo | jq -r .[].subver | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment