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

Get Tor running #7

Open
HenrikJannsen opened this issue Oct 24, 2024 · 0 comments
Open

Get Tor running #7

HenrikJannsen opened this issue Oct 24, 2024 · 0 comments
Labels
AndroidNode This issue is applicable ONLY for `androidNode` app low-prio issue is low priority whilst having this label
Milestone

Comments

@HenrikJannsen
Copy link
Contributor

HenrikJannsen commented Oct 24, 2024

According to @alvasw Tor should already be supported on Android.
I fixed some code related issues but could not get the tor binary started as it was not the correct architecture (arm).

We resolve, download, verify, extract and zip the Tor binary via a Gradle task in Bisq 2. We should re-use that for Bisq-mobile (best without duplicating it). Though for initial dev testing we could manually put the correct zipped tor binary into the resources.

To use tor we need to change the supportedTransportTypes = ["CLEAR"] to supportedTransportTypes = ["TOR"] in the android.config file.

As Tor support is not a must-have in the MVP scope this task has lower priority, though I think a time-boxed effort might be worth it, and if it turns out that Tor is working without lot of additional effort it would be a great achievement.

@rodvar rodvar added AndroidNode This issue is applicable ONLY for `androidNode` app low-prio issue is low priority whilst having this label labels Oct 24, 2024
@rodvar rodvar added this to the Tor Support milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AndroidNode This issue is applicable ONLY for `androidNode` app low-prio issue is low priority whilst having this label
Projects
None yet
Development

No branches or pull requests

2 participants