Bitcoin Forum
May 06, 2024, 01:45:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help Multi check balance of bitcoin address  (Read 148 times)
successhalf (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
March 24, 2018, 03:41:22 PM
 #1

I use some non-effective check tools
Pls help me.........
1714959941
Hero Member
*
Offline Offline

Posts: 1714959941

View Profile Personal Message (Offline)

Ignore
1714959941
Reply with quote  #2

1714959941
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714959941
Hero Member
*
Offline Offline

Posts: 1714959941

View Profile Personal Message (Offline)

Ignore
1714959941
Reply with quote  #2

1714959941
Report to moderator
1714959941
Hero Member
*
Offline Offline

Posts: 1714959941

View Profile Personal Message (Offline)

Ignore
1714959941
Reply with quote  #2

1714959941
Report to moderator
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
March 24, 2018, 03:48:25 PM
 #2

The easiest would be to write a small script and check the balance via public API.
This is especially recommended if you are already generating/retrieving the addresses via a small script/tool.
There are several online services available which offer such an API for free.

For example:


successhalf (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
March 24, 2018, 04:14:20 PM
 #3

The easiest would be to write a small script and check the balance via public API.
This is especially recommended if you are already generating/retrieving the addresses via a small script/tool.
There are several online services available which offer such an API for free.

For example:



large size 2GB Address / about 30MIL
difficult to for check
Do you have any solution?
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
March 24, 2018, 05:56:48 PM
Merited by ABCbits (1)
 #4

large size 2GB Address / about 30MIL
difficult to for check
Do you have any solution?

You might try to install bitcoind (including whole synced blockchain) and use RPC calls to check the balance of the addresses after importing them.

The command you should enter is:
Code:
importaddress <address> "" false

This will import the address as watch-only. The false is needed for core not reindexing right afterwards(can take a long time).

After you have imported all addresses you can restart bitcoind with the -rescan startup flag.


Wrap it into a small shell/python/whatever script and you shouldTM be good to go.

But don't know how long this will take and if this even works with that amount of addresses. You might consider splitting those into smaller chunks.

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!