From 3d99cf1fd7ec3bcfd73c37dd926c7569e1c9d0db Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Mon, 14 Sep 2020 11:49:05 +0200 Subject: [PATCH] Update 18_2_Knowing_Your_lightning_Setup.md --- 18_2_Knowing_Your_lightning_Setup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/18_2_Knowing_Your_lightning_Setup.md b/18_2_Knowing_Your_lightning_Setup.md index e0c7f4a..731d628 100644 --- a/18_2_Knowing_Your_lightning_Setup.md +++ b/18_2_Knowing_Your_lightning_Setup.md @@ -237,6 +237,13 @@ c$ lightning-cli listtransactions c$ lightning-cli listinvoices c$ lightning-cli listnodes ``` +* listconfigs: The listconfigs RPC command to list all configuration options with members reflecting the corresponding lightningd-config. +* listfunds: The listfunds RPC command displays all funds available, either in unspent outputs (UTXOs) in the internal wallet or funds locked in currently open channels. +* listtransactions: The listtransactions command returns transactions tracked in the wallet. This includes deposits, withdrawals and transactions related to channels. +* listinvoices: The listinvoices RPC command gets the status of a specific invoice, if it exists, or the status of all invoices if given no argument. +* listnodes: The listnodes command returns nodes the node has learned about via gossip messages, or a single one if the node id was specified. + + For example `lightning-cli listconfigs` gives you a variety of information on your setup: ``` c$ lightning-cli --network=testnet listconfigs