Bitcoin Forum
May 31, 2024, 12:31:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Balance of an address  (Read 625 times)
Snape14 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 26, 2014, 12:41:06 AM
 #1

Hello community!

I would like to know if there is a way to check bitcoin address balance which is not mine using bitcoind?
blockchain.info API is not a solution because I have too many addresses to check and it will get too long if you respect API limitations.

Thank you.
biteasy
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile WWW
February 26, 2014, 01:45:35 AM
 #2

You could also use the biteasy.com REST API which allows you to get the balances of multiple addresses with one call.

Check here:
https://www.biteasy.com/developers
Snape14 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 26, 2014, 01:51:28 AM
 #3

biteasy, thank you for your reply.
But I don't think you would be happy if I requested something like all the addresses in existence.

It seems like the only way to solve the problem is to parse all the blocks to a database using getblock/getrawtransaction/decoderawtransaction commands to a bitcoind server.
biteasy
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile WWW
February 26, 2014, 02:50:15 AM
 #4

biteasy, thank you for your reply.
But I don't think you would be happy if I requested something like all the addresses in existence.

It seems like the only way to solve the problem is to parse all the blocks to a database using getblock/getrawtransaction/decoderawtransaction commands to a bitcoind server.

heh, yeah you are right, it wouldn't be possible to do that.
Parsing the blockchain yourself is the only way to go for what you need.

Maybe this will be helpful to you:
https://code.google.com/p/blockchain/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!