Making money using Lightning

From lightningwiki.net
Jump to navigation Jump to search

As a node operator you get Fees for people using your node. It is important to do good Node Management of your node to make sure transactions happen.

You can check if payments were done (lnd), and then see how much fees you earned:

$lncli feereport | grep fee_sum
    "day_fee_sum": "4",
    "week_fee_sum": "38",
    "month_fee_sum": "187"

TODO: Add more info TODO: Add c-lighting commands