Skip to content

Which Bitcoind wallets are used? #9201

Answered by guggero
indeed-a-genius asked this question in Q&A
Discussion options

You must be logged in to vote

lnd has its own on-chain wallet (using the btcwallet Golang library), so there is no wallet interaction with bitcoind. In fact, you can even use a bitcoind node that doesn't have wallet support compiled in.

The only thing I would take a look at is the prune value of your node. From experience, pruning too aggressively (e.g. less than 100 GB) can lead to sync issues, especially if your bitcoind node isn't well connected to other nodes (e.g. Tor only).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by indeed-a-genius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants