LNC Backend
Lightning Node Connect (LNC) lets you connect applications to your node by only passing on an eight word connection phrase, even if your node is behind a NAT or Tor.
Create an LNC pairing phrase
Configure Aperture
# The address which the proxy can be reached at.
listenaddr: "localhost:8080"
# Settings for the lnd node used to generate payment requests. All of these
# options are required.
authenticator:
passphrase: "your pairing phrase"
mailboxaddress: "mailbox.terminal.lightning.today:443"
network: "mainnet"
devserver: false
# The selected database backend. The current default backend is "sqlite".
# Aperture also has support for postgres and etcd.
dbbackend: "sqlite"Run Aperture
Last updated
Was this helpful?