Created
June 24, 2018 00:45
-
-
Save zancas/77e532b7c6cc9477d060f1a6d09adc3a to your computer and use it in GitHub Desktop.
outputofgeblockchaininfo
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
zcasher@d6428425c930:~/zcash/src$ ./zcash-cli getblockchaininfo | |
{ | |
"chain": "test", | |
"blocks": 257050, | |
"headers": 257836, | |
"bestblockhash": "0051893395470fdd82d92a6883e64c05930701b4759e1bc18b7350e37499e4b6", | |
"difficulty": 7.810258014539388, | |
"verificationprogress": 0.9999959736964634, | |
"chainwork": "00000000000000000000000000000000000000000000000000000001d6eea953", | |
"pruned": false, | |
"commitments": 69122, | |
"valuePools": [ | |
{ | |
"id": "sprout", | |
"monitored": true, | |
"chainValue": 231731.54281441, | |
"chainValueZat": 23173154281441 | |
} | |
], | |
"softforks": [ | |
{ | |
"id": "bip34", | |
"version": 2, | |
"enforce": { | |
"status": true, | |
"found": 400, | |
"required": 51, | |
"window": 400 | |
}, | |
"reject": { | |
"status": true, | |
"found": 400, | |
"required": 75, | |
"window": 400 | |
} | |
}, | |
{ | |
"id": "bip66", | |
"version": 3, | |
"enforce": { | |
"status": true, | |
"found": 400, | |
"required": 51, | |
"window": 400 | |
}, | |
"reject": { | |
"status": true, | |
"found": 400, | |
"required": 75, | |
"window": 400 | |
} | |
}, | |
{ | |
"id": "bip65", | |
"version": 4, | |
"enforce": { | |
"status": true, | |
"found": 400, | |
"required": 51, | |
"window": 400 | |
}, | |
"reject": { | |
"status": true, | |
"found": 400, | |
"required": 75, | |
"window": 400 | |
} | |
} | |
], | |
"upgrades": { | |
"5ba81b19": { | |
"name": "Overwinter", | |
"activationheight": 207500, | |
"status": "active", | |
"info": "See https://z.cash/upgrade/overwinter.html for details." | |
} | |
}, | |
"consensus": { | |
"chaintip": "5ba81b19", | |
"nextblock": "5ba81b19" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment