...
Hi, I need Bitcoin Public Key Database with balance
Please upload Bitcoin Public Key Database with balance your site
http://addresses.loyce.club/...
I can share such database. It is 5 MB as .rar.
Inside are: transaction ids, amounts, public keys.
You can obtain such file by go program with name "bitcoin-utxo-dump".
I was reading about bitcoin-utxo-dump and looks like the right tool for this project, the files are not 5 MB, the file should be around 7GB and it takes close to 20 minutes to get all the unspent coins. After that we should group the unspent transactions from the same address and that way we can know the balance from each address...
The thing here is, you should run the dump each hour, then group the address and make a new csv file with the data, then update the database from the csv file, sounds as a busy cron job, but is possible.