dutu
dutu
Master branch is missing a few commits from v1.9.15 and it won't work properly when compiled (for example version is still shown as `v1.9.14`) https://github.com/bisq-network/bisq/compare/master...release/v1.9.15
@ScottJeromeLouis this is probably related to Tails setup and not Bisq application itself, hence you could close this issue and I can try to help you here: https://github.com/dutu/run-on-tails/issues/1
It looks that `localhost` resolves to IPv6 address and the applications are only listening on IPv4. The issue can be solved by forwarding IPv6 requests on ports `28183`, `28283` and...
@SpartanBit for `ECONNREFUSED`, see fix above that forwards IPv6 ports to IPv4. As for your Tor issue, there is a problem in the RaspiBolt Jam guide were [Tor is setup](https://github.com/raspibolt/raspibolt/blob/0bac919c11d18072a1f35bc217c069bac103576a/guide/bonus/bitcoin/Jam.md?plain=1#L346-L349):...
@SpartanBit, I'm glad Tor is working now. Generally, it is possible for one application to resolve "localhost" to IPv4 and another to IPv6 on the same system. The actual behavior...