Difference between revisions of "Changing fees"

From lightningwiki.net
Jump to navigation Jump to search
Line 4: Line 4:
This sets the fees LOW:
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>
= More node management =
[[Node Management]]

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


More node management

Node Management