Bitcoin Forum

Other => Beginners & Help => Topic started by: aakashsangwan on September 27, 2015, 11:18:45 AM



Title: Help required
Post by: aakashsangwan on September 27, 2015, 11:18:45 AM
I want to check the balance of the bitcoin address in a list which i have. Is it possible with a script?


Title: Re: Help required
Post by: alani123 on September 27, 2015, 11:23:13 AM
You could do this manually through any blockchain explorer like blockchain.info blocktrail.com etc

If you're looking to automate a program on your own machine, you could use APIs or bitcoin's JSON RPC methods.

https://en.bitcoin.it/wiki/Running_Bitcoin

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


Title: Re: Help required
Post by: aakashsangwan on September 27, 2015, 11:27:23 AM
You could do this manually through any blockchain explorer like blockchain.info blocktrail.com etc

If you're looking to automate a program on your own machine, you could use APIs or bitcoin's JSON RPC methods.

https://en.bitcoin.it/wiki/Running_Bitcoin

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Thanks for such quick response

I have a list of many addresses, can you help me out on how to automate the checking process.


Title: Re: Help required
Post by: ranochigo on September 27, 2015, 11:28:01 AM
There are two sites that you can use.
http://www.satoshiquiz.com/easybalance/easybalance.html (http://www.satoshiquiz.com/easybalance/easybalance.html). One address per line
and https://bitref.com/, it allows you to see all the transactions from both of them displayed on the same table.


Title: Re: Help required
Post by: aakashsangwan on September 27, 2015, 11:33:18 AM
There are two sites that you can use.
http://www.satoshiquiz.com/easybalance/easybalance.html (http://www.satoshiquiz.com/easybalance/easybalance.html). One address per line
and https://bitref.com/, it allows you to see all the transactions from both of them displayed on the same table.
ok, thanx

And how many addresses can i check on satoshiquiz in one time?


Title: Re: Help required
Post by: joksim299 on September 27, 2015, 11:41:55 AM
There are two sites that you can use.
http://www.satoshiquiz.com/easybalance/easybalance.html (http://www.satoshiquiz.com/easybalance/easybalance.html). One address per line
and https://bitref.com/, it allows you to see all the transactions from both of them displayed on the same table.
ok, thanx

And how many addresses can i check on satoshiquiz in one time?

As many as you want. If you want to check hundreds of addresses use delay function to avoid the API request limit.
I had no problems checking 1000 addresses at a time


Title: Re: Help required
Post by: aakashsangwan on September 27, 2015, 11:45:16 AM
There are two sites that you can use.
http://www.satoshiquiz.com/easybalance/easybalance.html (http://www.satoshiquiz.com/easybalance/easybalance.html). One address per line
and https://bitref.com/, it allows you to see all the transactions from both of them displayed on the same table.
ok, thanx

And how many addresses can i check on satoshiquiz in one time?

As many as you want. I had no problems checking 1000 addresses at a time,
ok, last question, what delay time i have to set on the satoshiquiz at bottom of the page in advance setting. Is 1 second enough


Title: Re: Help required
Post by: joksim299 on September 27, 2015, 11:48:53 AM
As you wish. If you are checking lots of addresses set delay to 1-2 sec.


Title: Re: Help required
Post by: aakashsangwan on September 27, 2015, 11:50:25 AM
As you wish. If you are checking lots of addresses set delay to 1-2 sec.
Thankyou very much. Now i am locking this topic.