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

Can't set up proxy connection to connect to Tor network #413

Closed
vandome opened this issue Apr 29, 2016 · 6 comments · Fixed by #1893
Closed

Can't set up proxy connection to connect to Tor network #413

vandome opened this issue Apr 29, 2016 · 6 comments · Fixed by #1893

Comments

@vandome
Copy link

vandome commented Apr 29, 2016

Hi all,

When launching Bitsquare in Windows 7, the app tries to connect to Tor network automatically. This fails because my connection MUST pass through a proxy. I cannot set it up anywhere. I tried to edit the torrc file manually (C:\Users\myUsername\AppData\Roaming\Bitsquare\mainnet\tor\torrc), where I can add my proxy settings with the "HTTPSProxy" setting, but this torrc file gets overwritten every time I run bitsquare, thereby losing the HTTPSProxy setting.

Any easy way around this?

Cheers!

@ManfredKarrer
Copy link
Member

Bitsquare uses its own native tor instance so you dont need to start tor or setup anything.

@ManfredKarrer
Copy link
Member

@vandome - Mike just told me that you need that setup for policy reasons. I fear there is atm no way to do that as the torrc gets overwritten. If that use case is required by more people we need to check how we can support that.

@vandome
Copy link
Author

vandome commented May 2, 2016

Well, is the torrc file overwritten for security reasons? If not, maybe I could modify the source code? Where in the code would I do that?

@ManfredKarrer
Copy link
Member

No you could try to disable the overwrite in the code (OnionProxyContext.java) and check if you get it running then. If it helps we can merge that in.

@xrwz007
Copy link

xrwz007 commented Feb 16, 2017

hi,all
i want to set the socks5 for the frontproxy , i found the torrc, but the files how to set then they can work for socks5?

@ManfredKarrer
Copy link
Member

You can use program argument socks5ProxyBtcAddress or socks5ProxyHttpAddress for the proxy used for the btc network and the one used to the pricefeed provider node. The P2P network proxy cannot be set.

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

Successfully merging a pull request may close this issue.

5 participants