Created
November 27, 2017 15:49
-
-
Save ktechmidas/fcbfb33285ed9bf3286a3f5979aa03f3 to your computer and use it in GitHub Desktop.
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
| ktech@iZj6cikugkv8h2mdz5gfvmZ:~/dashcore-0.12.3/bin# ./dash-cli getinfo | |
| { | |
| "version": 120300, | |
| "protocolversion": 70208, | |
| "walletversion": 61000, | |
| "balance": 3001.53445299, | |
| "privatesend_balance": 0.00000000, | |
| "blocks": 33111, | |
| "timeoffset": 0, | |
| "connections": 8, | |
| "proxy": "", | |
| "difficulty": 18.25054554869253, | |
| "testnet": true, | |
| "keypoololdest": 1511789920, | |
| "keypoolsize": 999, | |
| "paytxfee": 0.00000000, | |
| "relayfee": 0.00001000, | |
| "errors": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment