Files
electronwall/config.yaml.example
2022-07-09 12:56:11 +02:00

38 lines
1.2 KiB
Plaintext

# Trigger warning: This is a yaml file. If you don't use the exact amount of spaces
# precisely where they belong, ghost will haunt you until the end of your life.
# ----- Node credentials -----
host: "127.0.0.1:10009"
macaroon_path: "/home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
tls-path: "/home/bitcoin/.lnd/tls.cert"
debug: true
# ----- Channel openings -----
# Mode can either be "denylist" or "allowlist"
channel-mode: "denylist"
# This error message will be sent to the other party upon a reject
channel-reject-message: "Contact me at user@email.com"
# List of nodes to allowlist or denylist
channel-allowlist:
- "03de70865239e99460041e127647b37101b9eb335b3c22de95c944671f0dabc2d0"
- "0307299a290529c5ccb3a5e3bd2eb504daf64cc65c6d65b582c01cbd7e5ede14b6"
channel-denylist:
- "02853f9c1d15d479b433039885373b681683b84bb73e86dff861bee6697c17c1de"
# ----- HTLC forwarding -----
# Mode can either be "denylist" or "allowlist"
forward-mode: "denylist"
# List of channel IDs to allowlist or denylist
forward-allowlist:
- "7143424x65537x0"
- "12320768x65536x0->7143424x65537x0"
forward-denylist:
- "12320768x65536x0"
- "7929856x65537x1->12320768x65536x0"