1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 17:55:35 +00:00

Add Tor readme

This commit is contained in:
bumi 2021-08-27 15:55:51 +02:00
parent fec31b2bd1
commit 91c62ed7ed

View File

@ -85,6 +85,11 @@ All environment variables must be prefixed by `LNME_` use `_` instead of `-`
$ LNME_LND_ADDRESS=127.0.0.1:10005 lnme $ LNME_LND_ADDRESS=127.0.0.1:10005 lnme
### TOR
LnMe can connect to your lightning node through [Tor](https://www.torproject.org/). You need to have Tor installed on your system and then simply provide your LND `.onion` address (don't forget to specify the port).
### Deployment ### Deployment
It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible. It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible.