-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bisq does not update onion address of offers after deleting Tor data #3995
Comments
onto it |
Looked into it and these are the results: I am having a hard time reproducing the issue.Settings -> Network Info -> Open Tor Settings -> "Delete outdated Tor files and restart" does not delete the hidden service files. it only cleans up around them. see for reference bisq/core/src/main/java/bisq/core/app/TorSetup.java Lines 58 to 61 in 1d1cba1
This piece of code btw gets called on every application start:
If you manually delete the filesHowever, I agree that when you manually delete the Questions
Testing environmentI tried to reproduce the thing using
|
It seems the actual cause of this issue is some bug in the tor dir cleanup procedure. Looks like relative paths and special characters in --appDataDir cause the cleanup logic to not spare the hiddenservice directory. |
Description
If a user with open offers presses the "Delete outdated Tor files and restart" button, their offers are not updated to the node's new onion address, so they cannot be taken by anyone
Version
v1.2.7
Steps to reproduce
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: