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

Tor support should not require the use of a proxy for non-Tor connections #47

Closed
justusranvier opened this issue Nov 21, 2013 · 2 comments

Comments

@justusranvier
Copy link
Contributor

It can be desirable to operate a node as a bridge between regular nodes and hidden service nodes without routing the regular connections through Tor.

The --tor option should take an argument to specify the IP address/port of the Tor proxy to be used for hidden service nodes.

@dajohi
Copy link
Member

dajohi commented Nov 21, 2013

I am not sure what you are asking for.

To use Tor, you can simply run ./btcd --proxy=127.0.0.1:9050 --tor

The --tor option tells btcd that the proxy is a tor proxy and to send DNS requests through it.

@dajohi
Copy link
Member

dajohi commented Nov 21, 2013

Ok, I understand now what you need. coffee and @owainga helped.

davecgh pushed a commit to davecgh/btcd that referenced this issue Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants