Difference between revisions of "Changing fees"

From lightningwiki.net
Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
{{Stub}}
Read about [[Fees|fees on the fees page]].


= LND =
= LND =
This sets the fees 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_locl_delta 10</pre>



Revision as of 07:55, 17 January 2019

Hi reader! We are in the beginning days of the Lightning network, and the beginning days of this wiki! Please help by expanding this article!


Read about fees on the fees page.

LND

This sets the fees to LOW:

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


More node management

Node Management