Hello,
I want to be able to do (quite a few more than blockchain.info will allow me) query's on the available bitcoins at a public address.
Therefore in the past I'd downloaded the full blockchain using bitcoin-qt and was using bitcoin-abe to place this all in a MySQL database.
https://github.com/bitcoin-abe/bitcoin-abewith that solution I could use python to query the coins sources available at a public address.
This however requires storing the while blockchain twice (original + mysql).
Are there already more efficient ways of doing this?
regards,
xychix