-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to connect to TOR nodes #10
Conversation
This requires tor to be installed/running on the system
@aplnx I've updated LnMe and some Tor code. |
Hi!
Yes, I can test the new TOR code. I will let you know as soon as I finish it.
…________________________________
De: Michael Bumann ***@***.***>
Enviado: sexta-feira, 27 de agosto de 2021 14:17
Para: bumi/lnme ***@***.***>
Cc: aplnx ***@***.***>; Mention ***@***.***>
Assunto: Re: [bumi/lnme] Add support to connect to TOR nodes (#10)
@aplnx<https://github.com/aplnx> I've updated LnMe and some Tor code.
Can you maybe test your setup with this branch? And do you maybe want to post and example on how you run LnMe and your required LND TOR config here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALUK7BYK2WOKFE45BMUFDFDT67CDNANCNFSM5C5OXP3Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi! I am sorry for asking that, but what is the git command to get this specific branch? I was testing things here, but I think I downloaded the wrong version... |
I can send you a binary if you want - what system are you running on? but I think you can do:
|
* master: Provide LNURL metadata hash as description_hash in the lightning pr Update .lndonate Update .lndonate Create .lndonate Update README.md Update README.md Update README.md
@bumi Hi, sorry for taking too long. This was not an easy week. I managed to test Tor support. It is working perfectly! The config.toml file I used is bellow
<1>: Check this out. If you do not specify a path here, then the webserver doesn't load the default front page. Here is my lnd.conf with most important config lines for Tor:
Garbage issue: I also noticed that whenever you run the server it creates a new directory with a pattern such as 'data-dir-??????', where '?' marks are random numbers. I think this is because of the Tor support and, perhaps, it is a good idea to have a config option to delete this after turning off the webserver. I hope it helps. Please, let me know if you need anything else. By the way, is it possible for me to open a branch from your master so you can evaluate what I have done? How can I do that? |
thanks a lot for testing and your feedback! this for sure is helpful for others trying to also use tor. I create an issue for the tor datadir #12 you can fork this repository (here on github) and then your changes can be followed when you push to your GH repo and you can make a pull request |
This requires tor to be installed/running on the system