bitcoin-core / HWI

Bitcoin Hardware Wallet Interface
MIT License
498 stars 198 forks source link

Decouple QT GUI from HWI #560

Open KayBeSee opened 2 years ago

KayBeSee commented 2 years ago

It would be nice to have the QT GUI bundled optionally with HWI. I think a lot of different projects use HWI only for the command line and then roll their own user interfaces.

This would reduce bundle load and allow for building on raspberry pi.

I ran into an issue when building on PI related to the shiboken2 package not being compatible with ARM.

relevant comment: https://github.com/python-poetry/poetry/issues/3837#issuecomment-808820635

KayBeSee commented 2 years ago

Here is a PR showing how to do that: https://github.com/bitcoin-core/HWI/pull/561

brunoerg commented 2 months ago

Close as completed via https://github.com/bitcoin-core/HWI/pull/655?