Created
November 7, 2021 17:28
-
-
Save strophy/26fa81c8218bdf76fff7bd49536d062a to your computer and use it in GitHub Desktop.
dashmate status json output sample
This file contains 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
strophy@testnet-dashmate-json:~$ dashmate status | |
╔═══════════════════╤═══════════════════╗ | |
║ Network │ test ║ | |
║ Core Version │ 0.17.0.3 ║ | |
║ Core Status │ running ║ | |
║ Masternode Status │ Ready ║ | |
║ Platform Version │ 0.6.0 ║ | |
║ Platform Status │ syncing Infinity% ║ | |
╚═══════════════════╧═══════════════════╝ | |
strophy@testnet-dashmate-json:~$ dashmate status --format=json | |
{"Network":"test","Core Version":"0.17.0.3","Core Status":"running","Masternode Status":"Ready","Platform Version":"0.6.0","Platform Status":"syncing Infinity%"} | |
strophy@testnet-dashmate-json:~$ dashmate status:host | |
╔══════════╤═══════════════════════╗ | |
║ Hostname │ testnet-dashmate-json ║ | |
║ Uptime │ 23h 35m 16.4s ║ | |
║ Platform │ linux ║ | |
║ Arch │ x64 ║ | |
║ Username │ strophy ║ | |
║ Diskfree │ 0 ║ | |
║ Memory │ 4.13 GB / 193 MB ║ | |
║ CPUs │ 2 ║ | |
║ IP │ 159.223.27.136 ║ | |
╚══════════╧═══════════════════════╝ | |
strophy@testnet-dashmate-json:~$ dashmate status:host --format=json | |
{"Hostname":"testnet-dashmate-json","Uptime":"23h 35m 52.6s","Platform":"linux","Arch":"x64","Username":"strophy","Diskfree":0,"Memory":"4.13 GB / 193 MB","CPUs":2,"IP":"159.223.27.136"} | |
strophy@testnet-dashmate-json:~$ dashmate status:core | |
╔═════════════════════╤══════════════════════════╗ | |
║ Version │ 0.17.0.3 ║ | |
║ Latest version │ 0.17.0.3 ║ | |
║ Network │ test ║ | |
║ Status │ running ║ | |
║ Sync asset │ MASTERNODE_SYNC_FINISHED ║ | |
║ Peer count │ 67 ║ | |
║ P2P service │ 159.223.27.136:19999 ║ | |
║ P2P port │ 19999 OPEN ║ | |
║ RPC service │ 127.0.0.1:19998 ║ | |
║ Block height │ 608727 ║ | |
║ Header height │ 608727 ║ | |
║ Difficulty │ 0.002624255189646335 ║ | |
║ Sentinel version │ 1.6.0 ║ | |
║ Sentinel status │ No errors ║ | |
║ Remote block height │ 608727 ║ | |
╚═════════════════════╧══════════════════════════╝ | |
strophy@testnet-dashmate-json:~$ dashmate status:core --format=json | |
{"Version":"0.17.0.3","Latest version":"0.17.0.3","Network":"test","Status":"running","Sync asset":"MASTERNODE_SYNC_FINISHED","Peer count":67,"P2P service":"159.223.27.136:19999","P2P port":"19999 OPEN","RPC service":"127.0.0.1:19998","Block height":"608727","Header height":608727,"Difficulty":0.002624255189646335,"Sentinel version":"1.6.0","Sentinel status":"No errors","Remote block height":608727} | |
strophy@testnet-dashmate-json:~/dashmate$ dashmate status:masternode | |
╔════════════════════════╤══════════════════════════════════════════════════════════════════╗ | |
║ Masternode status │ Ready ║ | |
║ Sentinel status │ No errors ║ | |
║ ProTx Hash │ 477777be48f104881418a0848f6032579ac971adb2a56779cd025c8022543223 ║ | |
║ PoSe Penalty │ 0 ║ | |
║ Last paid block │ 0 ║ | |
║ Last paid time │ Never ║ | |
║ Payment queue position │ 163/170 ║ | |
║ Next payment time │ in 7.13 hours ║ | |
╚════════════════════════╧══════════════════════════════════════════════════════════════════╝ | |
strophy@testnet-dashmate-json:~/dashmate$ dashmate status:masternode --format=json | |
{"Masternode status":"Ready","Sentinel status":"No errors","ProTx Hash":"477777be48f104881418a0848f6032579ac971adb2a56779cd025c8022543223","PoSe Penalty":"0","Last paid block":0,"Last paid time":"Never","Payment queue position":"163/170","Next payment time":"in 7.13 hours"} | |
strophy@testnet-dashmate-json:~/dashmate$ dashmate status:platform | |
╔═════════════════════╤══════════════════════════════════════════════════════════════════╗ | |
║ Tenderdash Version │ 0.6.0 ║ | |
║ Network │ dash-testnet-6 ║ | |
║ Status │ syncing Infinity% ║ | |
║ Block height │ 8232 ║ | |
║ Peer count │ 38 ║ | |
║ App hash │ 50BBE6516E7DBA94A3748E17F5ED7C8543A15E2D4A7D8A4048E9DBF1373FDB19 ║ | |
║ HTTP service │ 159.223.27.136:3000 ║ | |
║ HTTP port │ 3000 OPEN ║ | |
║ gRPC service │ 159.223.27.136:3010 ║ | |
║ gRPC port │ 3010 OPEN ║ | |
║ P2P service │ 159.223.27.136:26656 ║ | |
║ P2P port │ 26656 OPEN ║ | |
║ RPC service │ 127.0.0.1:26657 ║ | |
║ Remote block height │ 0 ║ | |
╚═════════════════════╧══════════════════════════════════════════════════════════════════╝ | |
strophy@testnet-dashmate-json:~/dashmate$ dashmate status:platform --format=json | |
{"Tenderdash Version":"0.6.0","Network":"dash-testnet-6","Status":"syncing Infinity%","Block height":"8320","Peer count":"38","App hash":"CA8C9BB316AED9F88FE8BC1B2A0CADD9A06C5D0825700F3E681BD7B60AB5BE99","HTTP service":"159.223.27.136:3000","HTTP port":"3000 OPEN","gRPC service":"159.223.27.136:3010","gRPC port":"3010 OPEN","P2P service":"159.223.27.136:26656","P2P port":"26656 OPEN","RPC service":"127.0.0.1:26657","Remote block height":0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment