Skip to content

Instantly share code, notes, and snippets.

@jgarzik
Created June 24, 2012 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarzik/2980975 to your computer and use it in GitHub Desktop.
Save jgarzik/2980975 to your computer and use it in GitHub Desktop.
bitcoin 'getnetstats' output
Sample getnetstats JSON-RPC output, just after startup and 9-block sync-up:
{
"messages" : {
"addr" : [
"15",
"286929"
],
"alert" : [
"4",
"828"
],
"block" : [
"9",
"689900"
],
"inv" : [
"60",
"5136"
],
"tx" : [
"18",
"5475"
],
"verack" : [
"8",
"192"
],
"version" : [
"8",
"935"
]
},
"peers" : {
"connected" : 8,
"inbound" : 0,
"outbound" : 8
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment