Difference between revisions of "Changing fees"

From lightningwiki.net
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Stub}}
Read about [[Fees|fees on the fees page]].
Read about [[Fees|fees on the fees page]].


= 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>


== Help ==
See [[Channel policy]] what it all means.
= Setting fees in c-lightning =
{{HELP|add info how c-lightning does it}}
There are other settings in c-lightning probably.


= More node management =
= More node management =
[[Node Management]]
[[Node Management]]

Latest revision as of 08:41, 6 March 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

Help

See Channel policy what it all means.

Setting fees in c-lightning

Error creating thumbnail: File missing
Please help by adding more information. Suggestion:
add info how c-lightning does it

There are other settings in c-lightning probably.

More node management

Node Management