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

Sej notifications at github.com
Wed Mar 13 22:34:04 UTC 2019


thank you @bisqontails22 and @freimair !!
with your shared notes I could get bisq finally to work 
on my current 3.12.1 tails with the following steps:

made authcookie readable:
`sudo chmod o+r /var/run/tor/control.authcookie`

added iptables rules to to connect to nodes:
`sudo iptables -I OUTPUT 3 -d 127.0.0.1 -o lo -p tcp --dport 8333 --syn -m owner --uid-owner amnesia -j ACCEPT # bisq`
`sudo iptables -I OUTPUT 3 -d 127.0.0.1 -o lo -p tcp --dport 8000 --syn -m owner --uid-owner amnesia -j ACCEPT # bisq`

and started bisq:
`./Bisq --torControlPort 9052 --torControlCookieFile=/var/run/tor/control.authcookie --torControlUseSafeCookieAuth --seedNodes=ef5qnzx6znifo3df.onion:8000,s67qglwhkgkyvr74.onion:8000 --socks5ProxyBtcAddress=127.0.0.1:9050 --socks5ProxyHttpAddress=127.0.0.1:9050 --useLocalhostForP2P=True --useTorForBtc=True`

-- 
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-472632579
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190313/6bc4051a/attachment.html>


More information about the bisq-github mailing list