From d993756a100a8749c847c55e82af9e2bd3bd8f51 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 15 May 2024 17:13:52 +0200 Subject: [PATCH] README: document inbound_fee_ppm and inbound_base_fee_msat options for certain strategies --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb7c112..fded8a3 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ Available strategies: |**ignore_fees** | don't make any fee changes, only update htlc size limits and time_lock_delta|| |**static** | sets fixed base fee and fee rate values for the outbound and inbound side.| **fee_ppm**
**base_fee_msat**
**inbound_fee_ppm**
**inbound_base_fee_msat**| |**match_peer** | sets the same base fee and fee rate values as the peer for the outbound and inbound side.|if **base_fee_msat**, **fee_ppm**, **inbound_base_fee_msat** or **inbound_fee_ppm** are set the override the peer values| -|**cost** | calculate cost for opening channel, and set ppm to cover cost when channel depletes.|**cost_factor**| -|**onchain_fee** | sets the fees to a % equivalent of a standard onchain payment (Requires --electrum-server to be specified.)| **onchain_fee_btc** BTC
within **onchain_fee_numblocks** blocks.| -|**proportional** | sets outbound fee ppm according to balancedness. Inbound fee ppm keeps unchanged.|**min_fee_ppm**
**max_fee_ppm**
**sum_peer_chans** consider all channels with peer for balance calculations| +|**cost** | calculate cost for opening channel, and set ppm to cover cost when channel depletes.|**cost_factor**
**inbound_fee_ppm**
**inbound_base_fee_msat**| +|**onchain_fee** | sets the fees to a % equivalent of a standard onchain payment (Requires --electrum-server to be specified.)| **onchain_fee_btc** BTC
within **onchain_fee_numblocks** blocks.
**inbound_fee_ppm**
**inbound_base_fee_msat**| +|**proportional** | sets outbound fee ppm according to balancedness. Inbound fee ppm keeps unchanged.|**min_fee_ppm**
**max_fee_ppm**
**sum_peer_chans** consider all channels with peer for balance calculations
**inbound_fee_ppm**
**inbound_base_fee_msat**| |**disable** | disables the channel in the outgoing direction. Channel will be re-enabled again if it matches another policy (except when that policy uses an 'ignore' strategy).|| |**use_config** | process channel according to rules defined in another config file.|**config_file**|