2020-08-31 14:42:28 +02:00
.TH "LIGHTNING-LISTNODES" "7" "" "" "lightning-listnodes"
.SH NAME
2020-09-07 12:46:28 +02:00
lightning-listnodes - Command to get the list of nodes in the known network\.
2020-08-31 14:42:28 +02:00
.SH SYNOPSIS
\fB listnodes\fR [id]
.SH DESCRIPTION
2020-09-07 12:46:28 +02:00
The \fB listnodes\fR command returns nodes the node has learned about via gossip messages, or a single one if the node \fI id\fR was specified\.
2020-08-31 14:42:28 +02:00
.SH EXAMPLE JSON REQUEST
.nf
.RS
{
"id": 82,
"method": "listnodes",
"params": {
"id": "02e29856dab8ddd9044c18486e4cab79ec717b490447af2d4831e290e48d57638a"
}
}
.RE
.fi
.SH RETURN VALUE
2021-06-16 03:07:17 +02:00
On success, an object containing \fB nodes\fR is returned\. It is an array of objects, where each object contains:
2020-08-31 14:42:28 +02:00
.RS
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB nodeid\fR (pubkey): the public key of the node
.IP \[ bu]
\fB last_update\fR (u32, optional): A node_announcement has been received for this node (UNIX timestamp)
2020-09-07 12:46:28 +02:00
.RE
2021-06-16 03:07:17 +02:00
If \fB last_update\fR is present:
2020-09-07 12:46:28 +02:00
.RS
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB alias\fR (string): The fun alias this node advertized (up to 32 characters)
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB color\fR (hex): The favorite RGB color this node advertized (always 6 characters)
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB features\fR (hex): BOLT #9 features bitmap this node advertized
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB addresses\fR (array of objects): The addresses this node advertized:
2021-05-26 07:41:01 +02:00
.RS
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB type\fR (string): Type of connection (one of "ipv4", "ipv6", "torv2", "torv3")
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB address\fR (string): address in expected format for \fI type\fR
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2021-06-16 03:07:17 +02:00
\fB port\fR (u16): port number
2020-08-31 14:42:28 +02:00
.RE
.RE
On failure, one of the following error codes may be returned:
.RS
.IP \[ bu]
-32602: Error in given parameters\.
.RE
.SH EXAMPLE JSON RESPONSE
.nf
.RS
{
"nodes": [
{
"nodeid": "02e29856dab8ddd9044c14586e4cab79ec717b490447af2d4831e290e48d58638a",
"alias": "some_alias",
"color": "68f442",
"last_timestamp": 1597213741,
"features": "02a2a1",
"addresses": [
{
"type": "ipv4",
"address": "zzz.yy.xx.xx",
"port": 9735
}
]
}
]
}
.RE
.fi
.SH AUTHOR
Vincenzo Palazzo \fI <vincenzo.palazzo@protonmail.com\fR > wrote the initial version of this man page, but many others did the hard work of actually implementing this rpc command\.
.SH SEE ALSO
FIXME:
.SH RESOURCES
Main web site: \fI https://github.com/ElementsProject/lightning\fR
2021-06-16 03:08:17 +02:00
\" SHA256STAMP:4366d5c238bccc06cfafc4c2d375dd417049b0b6224f13b2dcc9f25139587649