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.

network / core

disconnectnode

Immediately disconnects from the specified peer node.

network / core

getaddednodeinfo

Returns information about the given added node, or all added nodes

network / core

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.

network / core

getarchivepeers

Returns archive-relevant peer state for bootstrap, fallback debugging, and monitoring.

network / core

New since v30.2

getnettotals

Returns information about network traffic, including bytes in, bytes out,

network / core

getnetworkinfo

Returns an object containing various state info regarding P2P networking.

network / core

getnodeaddresses

Return known addresses, after filtering for quality and recency.

network / core

getpeerinfo

Returns data about each connected network peer as a json array of objects.

network / core

listbanned

List all manually banned IPs/Subnets.

network / core

ping

Requests that a ping be sent to all other nodes, to measure ping time.

network / core

setban

Attempts to add or remove an IP/Subnet from the banned list.

network / core