Skip to content
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

Bisq can now use an external Tor service #1935

Merged
merged 8 commits into from
Nov 17, 2018

Conversation

freimair
Copy link
Contributor

Bisq can now use an already running Tor service (TorBrowser for example). The feature can be used by supplying the required command line parameters on Bisq start, being:

--torControlCookieFile <Path>           The cookie file for authenticating    
                                          against the already running Tor     
                                          service. Use in conjunction with -- 
                                          torControlUseSafeCookieAuth (default: )
--torControlPassword <String>           The password for controlling the      
                                          already running Tor service. (default: )
--torControlPort <Integer>              The control port of an already running
                                          Tor service to be used by Bisq      
                                          [port]. (default: )
--torControlUseSafeCookieAuth           Use the SafeCookie method when        
                                          authenticating to the already       
                                          running Tor service. (default: )    

In order to get this functionality, the Netlayer dependency and the jtorctl dependency have been bumped to version 0.6 and 1, respectively.

closes #1761, closes #811, closes #492, closes #1887

Copy link
Contributor

@ManfredKarrer ManfredKarrer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants