lncm / docker-bitcoind

Flexible multi-arch (amd & amd64) Bitcoin Core Docker image
https://hub.docker.com/r/lncm/bitcoind
MIT License
102 stars 34 forks source link

Compile in SQLite support #50

Closed lukechilds closed 3 years ago

lukechilds commented 3 years ago

It seems like these builds don't compile in support for SQLite which is required for descriptor wallets.

This causes issues when using these builds with Specter: https://github.com/cryptoadvance/specter-desktop/issues/980

Is there any reason it's not included? Can we add it if not?

Also maybe it would be better to use the pre-built signed release binaries in these images, that way there will be less surprises, more reliable behaviour, and the logic will also be better tested.

nolim1t commented 3 years ago

No reason why it wasn't there or unaware of the new feature of specter desktop using it (was working for me). I'll take a look at this.

I think just keeping the build images the way it is as it's more towards the self verify and build spirit

lukechilds commented 3 years ago

@nolim1t are these images live now?