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

Need option for Don't start local tor sender #669

Open
galiy opened this issue Jan 6, 2023 · 0 comments
Open

Need option for Don't start local tor sender #669

galiy opened this issue Jan 6, 2023 · 0 comments

Comments

@galiy
Copy link

galiy commented Jan 6, 2023

Hi!

Is your feature request related to a problem? Please describe.
I have persistent tor proxy (tor runned as service). It work as Hidden service and as socks-5 proxy.
I set parameter "use_tor_listener = false" - it's Ok.

When i send transaction or finalization attempt, wallet try run new instance of tor. It don't need.
If i set port in parameter socks_proxy_addr as my persistent tor proxy, and try send tramsaction - i have error:

20230106 21:37:11.185 DEBUG grin_wallet_api::owner - Send (TOR): Could not send Slate via TOR: Tor Process Error: Tor("[err] Reading config failed--see warnings above.", ["[warn] Path for DataDirectory (./data) is relative and will resol ve to /root/.grin/main/tor/sender/./data. Is this what you wanted?", "[warn] Could not bind to 192.168.13.253:9050: Address already in use. Is Tor already running?", "[warn] Failed to parse/validate config: Failed to bind one of the list ener ports."]) 20230106 21:37:11.185 DEBUG grin_wallet_api::owner - Unable to send via TOR: Tor Process Error: Tor("[err] Reading config failed--see warnings above.", ["[warn] Path for DataDirectory (./data) is relative and will resolve to /root/.grin/ main/tor/sender/./data. Is this what you wanted?", "[warn] Could not bind to 192.168.13.253:9050: Address already in use. Is Tor already running?", "[warn] Failed to parse/validate config: Failed to bind one of the listener ports."]) 2

Describe alternatives you've considered
please, make new good parameter in config file
"start_tor_sender = false"

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

1 participant