You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero-python/tests/data/test_jsonrpcdaemon/test_basic_info-get_info.json

39 lines
1.0 KiB

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"alt_blocks_count": 188,
"block_size_limit": 600000,
"block_size_median": 300000,
"block_weight_limit": 600000,
"block_weight_median": 300000,
"bootstrap_daemon_address": "",
"cumulative_difficulty": 11208345440,
"database_size": 4434726912,
"difficulty": 8068,
"free_space": 18446744073709551615,
"grey_peerlist_size": 580,
"height": 294993,
"height_without_bootstrap": 294993,
"incoming_connections_count": 22,
"mainnet": false,
"nettype": "stagenet",
"offline": false,
"outgoing_connections_count": 5,
"rpc_connections_count": 1,
"stagenet": true,
"start_time": 1552341929,
"status": "OK",
"target": 120,
"target_height": 294919,
"testnet": false,
"top_block_hash": "e93984090c86b3b97b8a73c3fa0688acb3ea46603274e69cdbeef94b4b62fd78",
"tx_count": 102229,
"tx_pool_size": 2,
"untrusted": false,
"update_available": false,
"was_bootstrap_ever_used": false,
"white_peerlist_size": 110
}
}