Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. dash-cli getblockchaininfo
  2. {
  3. "chain": "main",
  4. "blocks": 807417,
  5. "headers": 807417,
  6. "bestblockhash": "0000000000000039e436586aa7db14f34e9ec0c8c4a1e7d994c557cd985cb7b5",
  7. "difficulty": 68557111.40226196,
  8. "mediantime": 1516467399,
  9. "verificationprogress": 0.9999940814037139,
  10. "chainwork": "0000000000000000000000000000000000000000000002c8de020b504aa5088d",
  11. "pruned": false,
  12. "softforks": [
  13. {
  14. "id": "bip34",
  15. "version": 2,
  16. "enforce": {
  17. "status": true,
  18. "found": 1000,
  19. "required": 750,
  20. "window": 1000
  21. },
  22. "reject": {
  23. "status": true,
  24. "found": 1000,
  25. "required": 950,
  26. "window": 1000
  27. }
  28. },
  29. {
  30. "id": "bip66",
  31. "version": 3,
  32. "enforce": {
  33. "status": true,
  34. "found": 1000,
  35. "required": 750,
  36. "window": 1000
  37. },
  38. "reject": {
  39. "status": true,
  40. "found": 1000,
  41. "required": 950,
  42. "window": 1000
  43. }
  44. },
  45. {
  46. "id": "bip65",
  47. "version": 4,
  48. "enforce": {
  49. "status": true,
  50. "found": 1000,
  51. "required": 750,
  52. "window": 1000
  53. },
  54. "reject": {
  55. "status": true,
  56. "found": 1000,
  57. "required": 950,
  58. "window": 1000
  59. }
  60. }
  61. ],
  62. "bip9_softforks": [
  63. {
  64. "id": "csv",
  65. "status": "active"
  66. },
  67. {
  68. "id": "dip0001",
  69. "status": "active"
  70. }
  71. ]
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement