-
Notifications
You must be signed in to change notification settings - Fork 501
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
Wasabi wallet can't connect to tor #606
Comments
Could you check Tor is running, please? Steps: Verify Tor is running
You should see something like the following (see the Active row):
Verify Tor is really listening on default port 9050
You should see something like:
Note: netstats is not install by default in Ubuntu. The previous steps assume you have installed Tor and it is running using the default port, if that is not the case let us know. Just in case, please confirm Tor is configured to listen on port 9050: Also, confirm you don't have a $(HOME)/.torrc file. |
The v3 onions are enabled from |
There were someone else with the same problem. He fixed it by building Tor from source code: https://www.torproject.org/download/ |
To sum it up. This is an unfortunate thing. Some Linux repo is shipping with very old Tor versions, which do not yet support the 3rd generation Tor network. Final SolutionWith the 1.0 version, we will ship our own Tor, so it won't be a problem. Temporary SolutionsUpdate your Tor or build it from source code: https://www.torproject.org/download/download.html.en For freshly installed Ubuntu 16.04, building from source code, the steps are:
From here on, every time you want to launch Wasabi, you must run Tor, the one you just built. You should also make sure no old version of Tor is running: sudo killall tor
cd /src/or
./tor |
Interestingly, after I updated Ubuntu to 18.04 (and nothing else), the wallet booted fine. Indeed, I guess the problem was just that tor was old. |
General Description
Wallet does not starting properly. It cannot connect to tor.
Tor version: Tor version 0.3.0.10 (git-5da2fc629a0670b3).
Wasabi Wallet version: a81e216
How To Reproduce?
dotnet start
Operating System
Ubuntu 17.10
Logs
The stack trace on my console:
The text was updated successfully, but these errors were encountered: