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

Bug: Issue with Tor Settings on Linux - Request for "Use System Tor" option #1058

Open
1 task done
ghost opened this issue Dec 18, 2024 · 1 comment
Open
1 task done

Comments

@ghost
Copy link

ghost commented Dec 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It appears that the current implementation of Tor does not function as expected, which can hinder the privacy and usability of the wallet for users who rely on Tor for secure transactions.

On Linux systems, the Tor settings in Stack Wallet do not seem to work properly. Users are unable to connect to the Tor network as intended, which may be due to the bundled Tor daemon not being compatible with certain Linux configurations or user preferences.

Expected Behavior

For stack wallet on linux to work with a already system tor daemon running aka debian-tor

Reproduce Steps

Try to connect to Tor via wallet.
Try to launch stack wallet with the torsocks wrapper torsocks ./sw-v2.1.9.AppImage

Environment

Operating System:

  • Name: Debian
  • Version: 12 (Bookworm)

Desktop Environment:

  • Name: GNOME
  • Version: 43

Display Server:

  • Protocol: Wayland

Logs

No response

Further Information

To enhance user experience and provide more flexibility, I would like to propose the addition of a checkbox in the Tor settings labeled "Use System Tor." When this option is enabled, the application would connect to the Tor service running on the system at 127.0.0.1:9050, instead of using the bundled Tor daemon. This would allow users who have a properly configured system Tor installation to utilize it seamlessly with Stack Wallet. This would only be for linux versions aka the .AppImage release.

@ghost ghost changed the title Bug: <title> Issue with Tor Settings on Linux - Request for "Use System Tor" option Bug: Issue with Tor Settings on Linux - Request for "Use System Tor" option Dec 18, 2024
@sneurlax
Copy link
Member

sneurlax commented Jan 2, 2025

This is a good idea and shouldn't be difficult to implement, but (slightly unrelated to the topic of this issue, but rather related to the reason for its existence) I'd like to see any logs relating to our bundled Tor daemon not working on your system if you can share any

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

No branches or pull requests

2 participants
@sneurlax and others