Difference between revisions of "Changing fees"

From lightningwiki.net
Jump to navigation Jump to search
(Created page with "{{Stub}} = LND = <pre>lncli updatechanpolicy --base_fee_msat 0 --fee_rate 0.000001 --time_locl_delta 10</pre>")
 
Line 2: Line 2:


= LND =
= LND =
This sets the fees 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 16:07, 14 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!


LND

This sets the fees LOW:

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