[bisq-network/bisq] Offer has localhost:9999 instead of Tor onion address (#3927)

djhilli notifications at github.com
Mon Feb 3 18:52:32 UTC 2020


I have the same problem when I am under tails
bisq start and then make an offer, everything seems to be good but nobody buys it, I then tried to buy my own offer from another computer that I created under tails then comes as an error message user is not online.

If there is no solution that bisq works with tails, the solution below only works to buy, but no one can buy a created offer, please help, because bisq and tails would be the best.

to start:

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/3927#issuecomment-581561173
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200203/14ef3a44/attachment.html>


More information about the bisq-github mailing list