koerier 1.0.1

A self-hosted lightning address server for LND
1
2
3
4
5
6
7
8
9
10
11
12
13
[koerier]
domain = "https://example.org"
bind_address = "0.0.0.0:3441"
description = "How much a dollar really cost?"
#image_path = "./image.png"

[lnd]
rest_host = "127.0.0.1:8080"
tls_cert_path = "/root/.lnd/tls.cert"
invoice_macaroon_path = "/root/.lnd/data/chain/bitcoin/mainnet/invoice.macaroon"
min_invoice_amount = 1         # 1 sat
max_invoice_amount = 1_000_000 # 1M sats
invoice_expiry_sec = 3600      # 1 hour