snoopy870

Results 4 comments of snoopy870

UPDATE: The error seems to occur with all versions of python on Fedora 41. I've tried to debug this but can't find the cause. It compiles fine on older versions...

Same issue here. Any fix?

The problem is when you run wallet-tool.py or any other script, it outputs the following: ``` User data location: /root/.joinmarket/ Created a new `joinmarket.cfg`. Please review and adopt the settings...

> You'd have to do it as follows, mapping your local folder to docker's expected location > > ``` > docker run --rm -it -v ${HOME}/.joinmarket:/root/.jointmarket joinmarket-test bash -c "ls"...