alexbosworth / ln-service

Node.js interface to LND
MIT License
318 stars 61 forks source link

Use ln-service to connect to my personal node (throught Tor) #117

Closed louneskmt closed 3 years ago

louneskmt commented 4 years ago

Hi,

I would like to know how I can do to connect to my LN node (not hosted locally), throught Tor (if possible, otherwise without) ? With which build tags do I need to compile lnd ? And what should my lnd.conf file look like ?

I ideally want to connect to my node, to pay and generate invoices.

Thanks a lot for your package, it seems really awesome !

Lounès

alexbosworth commented 4 years ago

I have some suggested build tags and Tor settings here: https://github.com/alexbosworth/run-lnd/blob/master/README.md#install-lnd

You can run your node on Tor for connecting peer to peer and then use the normal networking for remote controlling it

louneskmt commented 4 years ago

Thanks for the link, I couldn't find it before ! Gonna check that 👌