Pulp
Pulp
If I'm not mistaken, the error comes from: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/ea7a6e1a5b9dde5eb0af2b22d831e843f4800020/jmbase/jmbase/twisted_utils.py#L173-L176 I don't think it has to do with your Python version, rather JoinMarket was not able to create the onion service....
@kristapsk Yeah, I think so too. Right underneath that line there's the `self.setup_failed` Errback, which is fired and logs the error, but then we do nothing with it and the...
Ah yes, that seems right. It's mentioned in the [Tor doc](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/tor.md).
> It was originally written when Tor wasn't so strict requirement Wasn't it introduce in https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1300? (The file, the text looks indeed reused from older doc) > Maybe these Tor...
Just focusing about Tor, this could be a start https://community.torproject.org/onion-services/advanced/dos/ For more crude details we might have to dig Tor source code and spec at some point.
From what I can see, `g3hv4uynnmynqqq2mchf3fcm3yd46kfzmcdogejuckgwknwyq5ya6iad` is "down" too now, same pattern as the other directories. RIP. It really seems like there's a magic threshold that we reach and things...
@harding Thanks for chiming in! Yes, from my high level overview that's the case. We've indeed seen the recent, brief discussion in the IRC log you mention, and there have...
Following from the telegram discussion. As we discussed, there are two obvious ways to do a "restart": 1) The "just run again" way. Where the user can start the tumbler...
> We should be clear in this discussion though, that you're advocating for --schedulefile and not for --restart Yes. I guess `--restart` could in theory be kept just as a...
Linking some closely related discussion in https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1352, in particular https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1352#issuecomment-1272346522