Difference between revisions of "Making money using Lightning"

From lightningwiki.net
Jump to navigation Jump to search
(Created page with "todo")
 
 
Line 1: Line 1:
todo
As a [[Node|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 routing on LND|check if payments were done (lnd)]], and then see how much fees you earned:
<pre>
$lncli feereport | grep fee_sum
    "day_fee_sum": "4",
    "week_fee_sum": "38",
    "month_fee_sum": "187"
</pre>
TODO: Add more info
TODO: Add c-lighting commands

Latest revision as of 07:58, 17 January 2019

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