Bitcoin Forum
May 08, 2024, 03:12:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Check Balance of Multiple Bitcoin Addresses ( Non py, Non Linux )  (Read 24843 times)
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 01, 2015, 01:24:29 AM
 #41

I read this thread a day or two ago and though, well this should be easily done in ruby... and then I read it completly.

I spend a few hours and made a tiny java programm [1] that does what I think you want.

You simple have to paste all the addresses in a file named in.txt (seperated by line breaks, see the in.txt that I put there for testing), run it with
Code:
java -jar chkblnc.jar

and watch it work. When done it will make you a file named out.txt (be carefull any existing file in the same directory with that name will be overwritten).

Which looks like this:

Code:
---------- BTC address ----------| : Balance in BTC (Satoshi)
186Aow5EgRz6WNroi2Eky8c94eZvxpWAEd : 0.22698467 (22698467)
19QkbYPu81MHkSdBxKXUm39nyH14z27gf6 : 0.181 (18100000)
19wLQ9PbptbrhXywyJ1FmmwckmH8x367Ez : 9.00230376 (900230376)
1MF48CPkGmnCXp54ztp9gTRCscpHzGvEC4 : 0.0 (0)
1Q147jbV8RFrBiW9JfNgZGNUtGoYnxsGED : 0.0 (0)
1LD6GEDrStmKYUjVnDwqySDqU6BUCo7Boc : 0.0 (0)
1FFvzKr4tHBb5tm7uLKwfUdRpQt4SiyCip : 0.0 (0)
1B4WYJA97wEZcC1faQaoE8zefyDwNmYdR3 : 0.0 (0)

I used the blockchain.info API [2] to get the balance, so it will need internet access. The connection will not be encrypted.
It is quick and dirty and will not catch any exceptions, if anything goes wrong (e.g. no internet, file not found) it will just terminate.
Please do not blindly trust me and read the code! Even with limited copy pasta knowledge of java you should be able to understand what it does.


I know these are a lot but, but [3] I hope it will help you.


[1] includes source, readme and example files https://mega.co.nz/#!ckQ1gSSY!gsqAlZojlt-ACxZB7179g95zgWrhKAxwMMalPG_7Jlo
[2] https://blockchain.info/q
[3] aaand another one Wink

Will be studying this code. OP didn't want software but I think you solved the problem in just the same that I would have (Java and Blockchain.info API). Thanks for sharing!

1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
1715181138
Hero Member
*
Offline Offline

Posts: 1715181138

View Profile Personal Message (Offline)

Ignore
1715181138
Reply with quote  #2

1715181138
Report to moderator
Bitdonator
Legendary
*
Offline Offline

Activity: 1223
Merit: 1002


View Profile
June 03, 2015, 10:18:29 AM
Last edit: June 03, 2015, 11:10:44 AM by Bitdonator
 #42

I tried Shorena java software, but it not work for me.

I have a thousand address on different computer / android / paper wallet and also
trying to find way to simple track all this addresses.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 03, 2015, 11:52:38 AM
 #43

I tried Shorena java software, but it not work for me.

I have a thousand address on different computer / android / paper wallet and also
trying to find way to simple track all this addresses.

The java version does not work because bc.i is no longer answering this kind of API requests. Use the curl shell script (I edited the post it has a link) which uses blocktrails API. You will need an API key and you will be limited to ~20-30 requests over a few sections. Thus its probably best to modifiy the code if you have >>30 addresses to check.

Im not really here, its just your imagination.
Bitdonator
Legendary
*
Offline Offline

Activity: 1223
Merit: 1002


View Profile
June 03, 2015, 02:52:16 PM
 #44

I tried Shorena java software, but it not work for me.

I have a thousand address on different computer / android / paper wallet and also
trying to find way to simple track all this addresses.

The java version does not work because bc.i is no longer answering this kind of API requests. Use the curl shell script (I edited the post it has a link) which uses blocktrails API. You will need an API key and you will be limited to ~20-30 requests over a few sections. Thus its probably best to modifiy the code if you have >>30 addresses to check.

Thank you for fast answer  Wink
btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
August 07, 2015, 05:29:38 AM
 #45

We recently added support to search upto 1000 address at one go in blockonomics . You can try that out.

Pages: « 1 2 [3]  All
  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!