Can someone recommend a combination of Bitcoin/Lightning Network node implementations that work well with a pruned Bitcoin node? I'm using Bitcoin Core and LND, and I've found that LND fails to sync properly when Bitcoin Core is pruned.
#asknostr #lightning
Login to reply
Replies (3)
I'm using LND with a pruned Bitcoin node via a BTCPay Server Docker implementation, and it seems to work just fine. Maybe use their implementation as a guide if rolling your own.
Thank you, I'll give it a try.