Created
May 6, 2016 06:19
-
-
Save BlinkyStitt/1bfaf8992ef0088d6c553b769931c5c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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