You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\nDEPRECATED. Returns an object containing various state info.\n"
51
51
"\nResult:\n"
52
52
"{\n"
53
+
"\"deprecation-warning\": \"...\" (string) warning that the getinfo command is deprecated and will be removed in 0.16\n"
53
54
"\"version\": xxxxx, (numeric) the server version\n"
54
55
"\"protocolversion\": xxxxx, (numeric) the protocol version\n"
55
56
"\"walletversion\": xxxxx, (numeric) the wallet version\n"
56
57
"\"balance\": xxxxxxx, (numeric) the total bitcoin balance of the wallet\n"
57
58
"\"blocks\": xxxxxx, (numeric) the current number of blocks processed in the server\n"
58
59
"\"timeoffset\": xxxxx, (numeric) the time offset\n"
59
60
"\"connections\": xxxxx, (numeric) the number of connections\n"
60
-
"\"proxy\": \"host:port\", (string, optional) the proxy used by the server\n"
61
+
"\"proxy\": \"host:port\", (string, optional) the proxy used by the server\n"
61
62
"\"difficulty\": xxxxxx, (numeric) the current difficulty\n"
62
63
"\"testnet\": true|false, (boolean) if the server is using testnet or not\n"
63
64
"\"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since Unix epoch) of the oldest pre-generated key in the key pool\n"
64
65
"\"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n"
65
66
"\"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n"
66
67
"\"paytxfee\": x.xxxx, (numeric) the transaction fee set in " + CURRENCY_UNIT + "/kB\n"
67
68
"\"relayfee\": x.xxxx, (numeric) minimum relay fee for transactions in " + CURRENCY_UNIT + "/kB\n"
68
-
"\"errors\": \"...\" (string) any error messages\n"
69
+
"\"errors\": \"...\"(string) any error messages\n"
0 commit comments