The idea is to collect the total of all transactions to the donation addresses from the wallet, then using the dates , calculate how much AGS one has. I would recommend donschoe for this one.
Thanks for the recommendation. As I already have a blockchain parser, I can take on this one.
Reading the blockchain locally comes with some issues.
- It takes ages (especially for bitcoin blockchain which is huge!)
- You need to reindex the whole blockchain with the flag -txindex=1 -reindex=1 (It takes some time ...)
- It takes ages ...
I could provide a web-API (including backup server if something goes wrong) which provides preparsed results and create a local QT program which allows entering addresses or reading wallets.
Or is it an requirement to work client side only with just the local blockchain and wallet?