-
-
Notifications
You must be signed in to change notification settings - Fork 116
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 External Tor Usage Documentation #1262
base: master
Are you sure you want to change the base?
Conversation
Hi @preland,
With Haveno flags Maybe you can link to the seednode documentation ### Install Tor Prove if PoW is enabled: |
I can't get tor to create my cookie authentication file for some reason. Not sure what I'm doing wrong, but it's not created when tor is started. I've configured my torrc file (installed through homebrew):
Tor has permission to write to that directory. |
I have made a few changes to the instructions which should address some issues with the original writing: -Removed mentioning of using package managers for downloading Tor. This added extra complexity and confusion to the document, as well as went against the recommendations of the Tor Project. |
Hi @preland I have only used Tor ControlPassword with Netlayer / jtorctl as described by Whonix Dev Patrick. With every restart Haveno writes a new: |
Do you think that ControlPassword would be a better fit than SafeCookieAuth for our use case? |
It's not better, I just wanted to point out the alternative. There seem to be problems with SafeCookieAuth on some systems bc. read/write permissions of the control_auth_cookie file. If your steps work so far, @woodser should merge them.¹ I don't have Whonix. Is it possible that Whonix has ¹I will then add to the docu how to configure Haveno Client with externalTor without using jtorctl. @woodser had @fa2a5qj3 change the code for the client as well. Unfortunately, this option is rarely used and all instructions refer to use system tor the old jtorctl/Netlayer bisq1 way. |
This PR addresses #1253.