Network RPCs
15 methods in this category, with 1 new, 0 params/results changed, 0 behavior changed, and 14 unchanged since v30.2.
addnode
Attempts to add or remove a node from the addnode list.
clearbanned
Clear all banned IPs.
disconnectnode
Immediately disconnects from the specified peer node.
getaddednodeinfo
Returns information about the given added node, or all added nodes
getaddrmaninfo
Provides information about the node's address manager by returning the number of addresses in the `new` and `tried` tables and their sum for all networks.
getarchivepeers
Returns archive-relevant peer state for bootstrap, fallback debugging, and monitoring.
New since v30.2
getconnectioncount
Returns the number of connections to other nodes.
getnettotals
Returns information about network traffic, including bytes in, bytes out,
getnetworkinfo
Returns an object containing various state info regarding P2P networking.
getnodeaddresses
Return known addresses, after filtering for quality and recency.
getpeerinfo
Returns data about each connected network peer as a json array of objects.
listbanned
List all manually banned IPs/Subnets.
ping
Requests that a ping be sent to all other nodes, to measure ping time.
setban
Attempts to add or remove an IP/Subnet from the banned list.
setnetworkactive
Disable/enable all p2p network activity.