Which Bitcoind wallets are used? #9201
-
I'm running a pruned Bitcoin core with multiple wallets. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
lnd
has its own on-chain wallet (using thebtcwallet
Golang library), so there is no wallet interaction withbitcoind
. In fact, you can even use abitcoind
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).