From edaced8bc85a83ef21e732fd9b5e162368f1500b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 29 May 2022 14:18:57 +0200 Subject: [PATCH] comments --- config.yaml.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.yaml.example b/config.yaml.example index 25f9abe..7a1f047 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,11 +1,15 @@ -mode: "blacklist" +# Mode can either be "blacklist" or "whitelist" +mode: "blacklist" +# Credentials for your node host: "127.0.0.1:10009" macaroon_path: "/home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon" tls_path: "/home/bitcoin/.lnd/tls.cert" +# This error message will be sent to the other party upon a reject reject_message: "Contact me at user@email.com" +# List of nodes to whitelist or blacklist whitelist: - "03de70865239e99460041e127647b37101b9eb335b3c22de95c944671f0dabc2d0" - "0307299a290529c5ccb3a5e3bd2eb504daf64cc65c6d65b582c01cbd7e5ede14b6"