3nprob

Results 230 comments of 3nprob

@roshii Note that here matplotlib is still not installed by default for non-docker invocations and requires passing `--with-matplotlib` flag to `install.sh` for it to be installed. > I'd suggest wrapping...

Update: matplotlib is now opt-in for docker too. Enable with `--build-arg WITH_MATPLOTLIB=1`

> this looks overall ok, but needs to be covered by unit tests. we want to assess whether it behaves as intended: authenticating via password when provided in config, and...

There is always next release!

Failing CI unrelated (#1802, #1805)

How about vendoring and patching bencoder.pyx? The package seems pretty much frozen at this point. - #1802

nACK on colocating bitcoin and joinmarket in the same image. This gives joinmarket full (root) access to the bitcoin daemon (and vice versa). Resolving this is possible but would make...

@adrelanos > ``` > LOCAL_NET="\ > 127.0.0.0/24 \ > 10.137.0.0/16 \ > 10.138.0.0/16 \ > " > ``` > > ``` > WORKSTATION_DEST_SOCKSIFIED="\ > 10.137.0.0/16 \ > 10.138.0.0/16 \ >...

@snoopy870 There is a workaround by limiting the setuptools version to v68: https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1801/commits/62cebb2ec40f7343845e294c4c8539764d37fd6a Also try `--without-qt`.

Say we have malicious operator running maker `m0` with bond amount `b_m0`, getting selected with probability `p_m0`. Let's say after this change, their probability gets slashed to `0.2*p_m0`. Now, they...