Define "measure". If you want to know how many nodes and channels are there, you need to connect to any LN node and set initial_routing_sync flag in init message. This will prompt the peer to send you the whole gossip dump, containing node and channel info of every public node/channel (sans channel capacities).
If you don't want to make stuff but just to query your c-lightning node, then use listnodes and listchannels commands with lightning-cli. If you want to just get the information without doing anything or running a node, then you can look it up on explorer sites, like 1ml dot org. -Artem 2018-07-29 17:21 GMT+03:00 Alex Evanovic <[email protected]>: > Hi all, > > Hope you are well. > > Can you please suggest how can I measure lightning nodes, in its current > state? > > Best, > Alex > ᐧ > > _______________________________________________ > Lightning-dev mailing list > [email protected] > https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev > >
_______________________________________________ Lightning-dev mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev
