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
On success, the command will return a list of nodes, each object represents a node, with the following details:
.RS
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI nodeid\fR : A string that represents the node id\.
.RE
For nodes which have sent a node_announcement message, the following
are also returned:
.RS
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI alias\fR : A string that represents alias of the node on the network\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI color\fR : A string that represents the personal color of the node\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI last_timestamp\fR : An integer that represents the timestamp of the last-received node_announcement message\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI features\fR : A string that represents the features value\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI addresses\fR : An array that represents the addreses avaible\. Each address is represented with an object with the following properties:.RS
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI type\fR : A string that represents the address type (ipv4 or ipv6)\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI address\fR : A string that represents the address value\.
2020-08-31 14:42:28 +02:00
.IP \[ bu]
2020-09-07 12:46:28 +02:00
\fI port\fR : An integer that represents the port number where the node are listening\.
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
2020-09-07 12:46:28 +02:00
\" SHA256STAMP:901b147ccbfe0a18310a44ca848b623e83fa3c68912dacadefd045d4a2095523