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.
From version 0.2 aperture supports connecting to its LND backend over LNC, allowing you to connect to your personal node without the need to open ports or configuring Tor or NAT.
This configuration is different than configuring the LNC Mailbox, though both may be configured at the same time.
Create an LNC pairing phrase
You can create a pairing phrase using the Lightning Terminal UI or the command line.
Configure Aperture
To configure Aperture, you will need to edit or create the configuration file in ~/.aperture/aperture.yaml
The relevant section should look like this:
At the time of writing, Aperture over LNC only works with the default database backend sqlite.
Run Aperture
You should be able to run aperture with aperture
.
Last updated