Hi guys, maybe someone can help me here:
is there a way to extract from Bitcoin Core some stats about the totale number of wallets?
like an historical series of how the number of addresses with greater than zero balance evolved over time?
or just a snapshots of all the addresses balance at a given period of time...
or to export the DB in CSV or something readable...
than I could derive my stats.
Yes, you can extract information about the total number of wallets and historical data related to the number of addresses with a non-zero balance from Bitcoin Core. Bitcoin Core provides a full-node implementation of the Bitcoin protocol, and you can use its built-in commands to access and extract various statistics and data. You can using pywallet for do it.