[bisq-network/bisq] Issues on working Bisq on Tails (#2278)

Florian Reimair notifications at github.com
Wed Jan 23 12:47:50 UTC 2019


Hi @bisqontails22!

You have been on the correct way by using
```
$./Bisq --torControlPort 9052
```
If you want to use an external Tor instance, you always have to tell Bisq where to find the control port.

However, unless your Tor instance is open to everyone (which I do not assume is the case on Tails) you have to provide authentication information in addition to the control port:
```
$ ./Bisq --torControlPort 9052 --torControlCookieFile=/var/run/tor/control.authcookie --torControlUseSafeCookieAuth
```

That is the theory. I have been the guy adding this functionality to Bisq but I must confess that I only tested on my local Arch Linux installation. And there, it works like that.
Unfortunately, there simple has not been any time to spare setting up Tails and test the thing there.

Please let me know if that works for you. If not, please provide the log file output.

There might be some Gui support for external tor and its error messages eventually, however, right now, there is more important work to be done.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2278#issuecomment-456789047
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190123/5ee0d2c3/attachment.html>


More information about the bisq-github mailing list