Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ bitcoind getmininginfo
  2. {
  3.     "blocks" : 189259,
  4.     "currentblocksize" : 10969,
  5.     "currentblocktx" : 2,
  6.     "difficulty" : 1751454.53534068,
  7.     "errors" : "",
  8.     "generate" : true,
  9.     "genproclimit" : -1,
  10.     "hashespersec" : 3713545,
  11.     "pooledtx" : 2,
  12.     "testnet" : false
  13. }