getinfo
control removed deprecated v0.16 removed v0.16
This RPC no longer exists in Bitcoin Core.
Documented here so users finding old tutorials, blog posts, or code samples
can learn what it did, when it went away, and what to use instead.
Catch-all node-status RPC. Replaced by the more focused get*info family for clearer responsibility split.
Use instead
getblockchaininfo, getnetworkinfo, getwalletinfo
Last-known help text
From the version just before removal.
getinfo
DEPRECATED. Returned an object containing various state info about the node.
Removed in 0.16. Use getblockchaininfo, getnetworkinfo, getwalletinfo,
and getmininginfo separately.