Replies: 1 comment 3 replies
|
Created a guide on the wiki: |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Just now I followed an issue at Matrix support room, where a user from China singlehandedly solved their own problem to overcome the Great Firewall.
They are running a proxy on their own PC to connect to the internet, bridges didn't work from Bisq, and they were looking for a way to have Bisq use their own proxy to then hop on Tor.
They got the usual "Bisq stuck at 1/4" issue.
They finally tracked the
torrcfile insidedesktop-1.8.2-all.jar, edited addingSocks5Proxy 127.0.0.1:1080at the end, and replacing the file in the archive.This let them use Bisq successfully.
Maybe this can be added to Settings > Network?
All reactions