Join Nostr
2025-06-03 13:54:28 UTC

adamnowotny on Nostr: Time to earn that OrangeLab name! Just added Bitcoin module with support for running ...

Time to earn that name! Just added Bitcoin module with support for running Bitcoin full node and Electrum server to connect your wallets privately. You can also switch between Core and Knots implementations at any point while using same underlying storage.

Thanks for for the core/knots docker images and for maintaining Electrs image!

Commands:

pulumi config set bitcoin-knots:enabled true
# or
pulumi config set bitcoin-core:enabled= true
pulumi up

# wait for node to sync, then
pulumi config set electrs:enabled true
pulumi up

Wait for Electrs to index the blocks, then use "electrs:50001" to configure your wallet software.

If you also have MinIO (S3 storage) component enabled then daily incremental backups will happen automatically.

https://github.com/QC-Labs/orange-lab