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.
lndhas its own on-chain wallet (using thebtcwalletGolang library), so there is no wallet interaction withbitcoind. In fact, you can even use abitcoindnode 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
bitcoindnode isn't well connected to other nodes (e.g. Tor only).