Created
January 13, 2018 19:55
-
-
Save yannick/4e82570ad926565552cceb57f865595b 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
| ➜ src git:(master) ✗ ./stellar-core -c info | |
| Content-Length: 572 | |
| Content-Type: application/json | |
| 2018-01-13T20:55:16.887 GBCQW [default INFO] { | |
| "info" : { | |
| "UNSAFE_QUORUM" : "UNSAFE QUORUM ALLOWED", | |
| "authenticated_peers_count" : 0, | |
| "build" : "v9.0.1-22-ga360e330", | |
| "ledger" : { | |
| "age" : 1515873316, | |
| "baseFee" : 100, | |
| "baseReserve" : 100000000, | |
| "closeTime" : 0, | |
| "hash" : "63d98f536ee68d1b27b5b89f23af5311b7569a24faf1403ad0b52b633b07be99", | |
| "num" : 2, | |
| "version" : 0 | |
| }, | |
| "network" : "Test SDF Network ; September 2015", | |
| "pending_peers_count" : 0, | |
| "protocol_version" : 9, | |
| "state" : "Joining SCP" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment