mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2025-12-17 06:04:25 +01:00
59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
# place this file in /home/$USER/.config/lnd-manageJ.conf
|
|
|
|
# Note that all configuration options are optional.
|
|
# If in doubt, remove any configuration option you do not fully understand!
|
|
|
|
[lnd]
|
|
# use host.docker.internal if lnd-manageJ runs in Docker and lnd runs on the host
|
|
host=localhost
|
|
port=10009
|
|
macaroon_file=/home/user/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
|
cert_file=/home/user/.lnd/tls.cert
|
|
|
|
[resolutions]
|
|
732759x1405x0=OUTGOING_HTLC:TIMEOUT:e2c1c569b9d907878508333c7727fcae245f92d4c27568b8516ec74823ffb028
|
|
575363412312312312=COMMIT:CLAIMED:0400000000000000000000000000000000000000000000000000000000000000
|
|
610887512312312312=OUTGOING_HTLC:FIRST_STAGE:d130000000000000000000000000000000000000000000000000000000000000
|
|
732759:1405:0=OUTGOING_HTLC:FIRST_STAGE:11d0000000000000000000000000000000000000000000000000000000000000
|
|
|
|
[aliases]
|
|
# override aliases for specific pubkeys
|
|
02f72978d40efeffca537139ad6ac9f09970c000a2dbc0d7aa55a71327c4577a80=Chivo_IBEX a0
|
|
037cc5f9f1da20ac0d60e83989729a204a33cc2d8e80438969fadf35c1c5f1233b=BlueWallet
|
|
|
|
[warnings]
|
|
channel_fluctuation_lower_threshold=10
|
|
channel_fluctuation_upper_threshold=90
|
|
# use this to ignore warnings for one (or more) channel
|
|
channel_fluctuation_warning_ignore_channel=732759x1405x0
|
|
channel_fluctuation_warning_ignore_channel=123x456:1
|
|
node_flow_minimum_days_for_warning=30
|
|
node_flow_maximum_days_to_consider=90
|
|
# use this to ignore warnings for one (or more) peer
|
|
node_flow_warning_ignore_node=037cc5f9f1da20ac0d60e83989729a204a33cc2d8e80438969fadf35c1c5f1233b
|
|
node_flow_warning_ignore_node=02f72978d40efeffca537139ad6ac9f09970c000a2dbc0d7aa55a71327c4577a80
|
|
online_percentage_threshold=80
|
|
online_changes_threshold=50
|
|
online_warning_ignore_node=037cc5f9f1da20ac0d60e83989729a204a33cc2d8e80438969fadf35c1c5f1233b
|
|
node_rating_threshold=1000
|
|
node_rating_warning_ignore_node=037cc5f9f1da20ac0d60e83989729a204a33cc2d8e80438969fadf35c1c5f1233b
|
|
|
|
[pickhardt-payments]
|
|
enabled=false
|
|
quantization=10000
|
|
piecewise_linear_approximations=5
|
|
use_mission_control=false
|
|
liquidity_information_max_age_in_seconds=600
|
|
# use value configured for lnd (defaults to 2016)
|
|
max-cltv-expiry=2016
|
|
|
|
[top-up]
|
|
expiry_seconds=1800
|
|
threshold_sat=10000
|
|
sleep_after_failure_milliseconds=500
|
|
max_retries_after_failure=5
|
|
|
|
[ratings]
|
|
minimum_age_in_days=30
|
|
days_for_analysis=30
|