Andrew Chow [ARCHIVE] on Nostr: 📅 Original date posted:2022-08-20 📝 Original message:This is a known issue that ...
📅 Original date posted:2022-08-20
📝 Original message:This is a known issue that I've been working on. The wallet is a large module in Bitcoin Core and changing it takes quite a bit of time.
On 08/20/2022 10:16 AM, Felipe Micaroni Lalli via bitcoin-dev wrote:
> 8.1) Can we "optimize" a huge wallet without moving the funds to a new one? Like a "fsck" or eqv?
You can remove old transactions using the removeprunedfunds RPC. That should greatly speed up balance calculations and transaction creation.
> 8.2) Can we improve the cache usage somehow? Putting the entire wallet in memory, for example?
It's already entirely in memory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20220820/3b217e52/attachment.html>
📝 Original message:This is a known issue that I've been working on. The wallet is a large module in Bitcoin Core and changing it takes quite a bit of time.
On 08/20/2022 10:16 AM, Felipe Micaroni Lalli via bitcoin-dev wrote:
> 8.1) Can we "optimize" a huge wallet without moving the funds to a new one? Like a "fsck" or eqv?
You can remove old transactions using the removeprunedfunds RPC. That should greatly speed up balance calculations and transaction creation.
> 8.2) Can we improve the cache usage somehow? Putting the entire wallet in memory, for example?
It's already entirely in memory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20220820/3b217e52/attachment.html>