Time to earn that OrangeLab (nprofile…yzve) 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 btcpayserver (nprofile…5kvh) for the core/knots docker images and umbrel (nprofile…p3nw) 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
