You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Please add support for direct Tor connections into the Gateway (JSON-API).
I tried to set my Gateway as /onion/xxxxxxxxxxxxxxxx:4002 but OB failed at start with the following error:
protocol not found in multiaddr
My temporary solution was to revert to the default Gateway, /ip4/127.0.0.1/tcp/4002, and point a HiddenService into it on torrc. Does the job, but connecting through OB's dedicated hidden service seems a better solution.
openbazaar-desktop already supports .onion addresses on the "Server IP" field if "Use Tor" is selected.
The text was updated successfully, but these errors were encountered:
Hmm. I'm trying to think of the best way to do this. I suppose it could be made to spin up the gateway server as a hidden service but it might require some significant tinkering because the gateway is actually part of the IPFS library.
Maybe an easier way would be to leave the gateway on /ip4/127.0.0.1/tcp/4002 and then create a hidden service in your torrc file?
Please add support for direct Tor connections into the Gateway (JSON-API).
I tried to set my Gateway as
/onion/xxxxxxxxxxxxxxxx:4002
but OB failed at start with the following error:My temporary solution was to revert to the default Gateway,
/ip4/127.0.0.1/tcp/4002
, and point a HiddenService into it on torrc. Does the job, but connecting through OB's dedicated hidden service seems a better solution.openbazaar-desktop already supports .onion addresses on the "Server IP" field if "Use Tor" is selected.
The text was updated successfully, but these errors were encountered: