Bitcoin Forum

Bitcoin => Project Development => Topic started by: hashalfahalve on May 30, 2012, 06:27:22 PM



Title: btcbalance.net alternative
Post by: hashalfahalve on May 30, 2012, 06:27:22 PM
Is there an alternative to btcbalance.net that is quick and to the point? Even a python script or something that will quick check a list of say 100 addresses to see if they have a balance?



Title: Re: btcbalance.net alternative
Post by: Grouver (BtcBalance) on May 30, 2012, 08:43:53 PM
If you maybe tell me what your missing I can maybe integrate this if it gets support from the community.
Thanks.


Title: Re: btcbalance.net alternative
Post by: cytokine on May 30, 2012, 09:30:28 PM
You get what you pay for.

Maybe give btcbalance.net a nice big tip along with your improvement suggestions, and you'll get what you want.  :)

( btw I've used it, loved it, and tipped several times )


Title: Re: btcbalance.net alternative
Post by: randomproof on June 03, 2012, 03:24:16 AM
Why not use the blockexplorer API:

https://blockexplorer.com/q/addressbalance/<address>



Title: Re: btcbalance.net alternative
Post by: Xenland on June 03, 2012, 05:47:53 AM
You could use electrums watch_address program and just loop it with different addresses to check for balances... this could all be done with maybe one line of pythoon code in addition to the watch_address program :D


Title: Re: btcbalance.net alternative
Post by: TheButterZone on February 01, 2013, 09:46:21 AM
Why not use the blockexplorer API:

https://blockexplorer.com/q/addressbalance/<address>



Sincs BE stops updating from time to time, I went looking for an alternative. I found http://blockchain.info/q/addressbalance/1TBZYXjrGjXCEN1SprpF66Jzy5uN3GiLS - but it's missing the decimal in the output. Any way to put it in there simply by modifying the URL? I need to show the actual balance, not make me look like a BTC millionaire.