7
3
Is there some method how you can calculate the balance of an address without resorting to web-based API's? When I import a private key the rescanning of bitcoind takes hours. I know to get a balance you would need to iterate over all transactions in the whole chain, but maybe there is still some optimization possible.
possible duplicate of How to get an address's balance with the bitcoin client?
– Steven Roose – 2013-05-14T13:43:17.600@StevenRoose It's not a duplicate, I know how to do it via bitcoind, I'm looking for alternatives. – Muis – 2013-05-14T20:20:22.843
I see, sadly I cannot revert my vote, but maybe no additional close votes are cast. (http://meta.stackexchange.com/questions/915/can-we-have-the-ability-to-rescind-a-close-vote-before-it-closes)
– Steven Roose – 2013-05-14T20:31:30.587I would like to know how to this in bitcoind. The question Steven linked is also not properly answered. They all say "its not possible". What I'd like to know is how to traverse all unspent outputs, and find those corresponding to a given address, possibly not in the wallet. – Jus12 – 2013-07-02T20:46:00.567
see also How to know there is a new transaction?
– Janus Troelsen – 2014-03-11T11:10:22.750