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"