-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting TOR
To send and receive via TOR, TOR needs to be running. Here is a List of known Issue(s) which might cause a Problem
- Tor can't start with Error 127 (Unix)
- Foreign API Listener bound to '0.0.0.0:3415' (Windows)
- Unable to start TOR Listener; Check that TOR is installed and on your path (CLI/Windows Only)
On some Unix Distributions the tor binary included with the QT may not be suitable.
If you get an error "127" trying to start the wallet you need to use the allready included TOR binary of your Distro.
You can change the tor_path
in the mwc-gui-wallet-v3.conf
file to the fullpath of TOR.
- Open a Terminal and type "whereis tor" and copy this path
- Move into
~/mwc-qt-wallet
to edit the Configuration file and replacetor_path = "build in"
with the path you received from step 1
There is a known Issue on Windows where TOR is unable to start if the Foreign API Listener is bound to 0.0.0.0:3415
This may occur if Users changed their configuration as this Value will be set to 127.0.0.1:3415
by default from now on.
Solution:
Set the Foreign API Listener to 127.0.0.1:3415
and restart the QT Wallet.
You can do this by:
-
Start and unlock your wallet
-
Enter the Listener Settings by clicking the Gear Icon and selecting "Listeners"
- Click on "Configure" for the HTTP Listener, and set the Listener IP to
127.0.0.1:3415
:
There is a known Issue on Windows with the CLI Wallet where TOR may be unable to start if the path to tor.exe
is not included in your %PATH%
Variable.
Requirements:
An installed Version of Tor as the CLI currently does not include this like the QT-wallet does.
Solution:
Add the path to tor.exe in the %path%
Environment Variable, or the fullpath in the %TOR_EXE_NAME%
Environment Variable
You can do this by one of the following 2 methods:
-
Adding Tor.exe path to
%path%
Variable
1.1) Open the searchbar of Windows (Click the start Button)
1.2) Type invariables
in the searchbar and openEdit the system environment variables
1.3) Click the “Environment Variables…“ button.
1.4) Under the “System Variables” section (the lower half), find the row withPath
in the first column, and click edit.
1.5) Now click the Button “New” and type in the path of the tor executable.
(C:\Users\%username%\Desktop\Tor Browser\Browser\TorBrowser\Tor
by default)
1.6) Then save by clicking “ok“
1.7) Restart your System
If this doesn't work even after a Reboot, try the second Method to set the Tor executable explicitly.
-
Adding Tor.exe fullpath to
%TOR_EXE_NAME%
Variable
2.1) Open the searchbar of Windows (Click the start Button)
2.2) Type invariables
in the searchbar and openEdit the system environment variables
2.3) Click the “Environment Variables…“ button.
2.4) Under the “System Variables” section (the lower half), click the "New..." Button
2.5) EnterTOR_EXE_NAME
as Name, and set the "Value" to the fullpath of tor.exe
(C:\Users\%username%\Desktop\Tor Browser\Browser\TorBrowser\Tor\tor.exe
by default)
2.6) Then save by clicking “ok“
2.7) Restart your System
Introduction
Sending Guides
Receiving Guides
- Accept Swap Offer - QT Wallet
- Receive via Atomic Swap - QT Wallet
- Receive via HTTP (NGrok) - QT Wallet
- Receive via HTTP (Port Forwarding) - QT Wallet
- Receive via HTTP (NGrok) - CLI Wallet
- Receive via Files - QT Wallet
- Receive via Files - CLI Wallet
- Receive via Files - Cold Wallet
- Receive via TOR - QT Wallet
- Receive via TOR - CLI Wallet
- Receive via Slatepack- QT Wallet