Difference between revisions of "Changing fees"

From lightningwiki.net
Jump to navigation Jump to search
Line 3: Line 3:
= Setting fees in LND =
= Setting fees in LND =
This sets the [[Fees|fees]] to LOW:
This sets the [[Fees|fees]] to LOW:
<pre>lncli updatechanpolicy --base_fee_msat 0 --fee_rate 0.000001 --time_locl_delta 10</pre>
<pre>lncli updatechanpolicy --base_fee_msat 0 --fee_rate 0.000001 --time_lock_delta 10</pre>
{{TODO|add info on what this means}}
{{TODO|add info on what this means}}



Revision as of 08:11, 13 February 2019

Read about fees on the fees page.

Setting fees in LND

This sets the fees to LOW:

lncli updatechanpolicy --base_fee_msat 0 --fee_rate 0.000001 --time_lock_delta 10

Template:TODO

Setting fees in c-lightning

Template:TODO

More node management

Node Management