Post
Topic
Board Development & Technical Discussion
Re: Synchronizing wallet balance from a pruned node
by
2112
on 02/09/2015, 19:27:08 UTC
Probably the easiest way is to run Bitcoin Core with -privdb=0 flag and reopen the wallet.dat in a shared mode. You'll still have to make RPC calls to populate addresses, but at least transactions can be queried live through BerkeleyDB API.