Kristaps Kaupe

Results 460 comments of Kristaps Kaupe

Something maybe worth looking at too was [mentioned on Twitter](https://twitter.com/mintedcalamity/status/1578656259188088832): > There's a very interesting gossip protocol called Secure Scuttlebutt that has something called git-ssb > > https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256 > >...

Transcript by @kanzure related to topic - [Strategies for migrating Bitcoin Core off GitHub](https://diyhpl.us/wiki/transcripts/bitcoin-core-dev-tech/2022-10-11-github/).

Not sure, 5.14.x versions are in the release history. https://pypi.org/project/PySide2/#history

For 5.15 we require 5.15.3+ due to [this bug](https://bugreports.qt.io/browse/QTBUG-88688). So it looks it's currently impossible to have both #737 and #1031 fixed for Linux users with Python 3.9. Possible solutions:...

Hmm, https://pypi.org/project/PySide2/ says "Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,

Tried with Python 3.10 on Gentoo (after emerging python:3.10, to which Gentoo seems to have defaulted too). First with current master: ``` $ ./install.sh --disable-secp-check --with-qt --python python3.10 ... $...

I'm trying to do a PR to migrate to PySide6, but currently I'm stuck with this error: ``` $ ./scripts/joinmarket-qt.sh User data location: /home/user/.joinmarket/ 2022-01-14 12:54:53,476 [DEBUG] rpc: getblockchaininfo []...

> While this achieves the desired behaviour for running the taker or maker scripts (i.e. recognizes lock before asking for password), it also disallows running the `wallet-tool.py` script, which is...

It works as expeced in cli, but no Qt GUI. JoinMarketQt now exits (with expected error message in terminal) if you try to open locked wallet.