Author

Topic: Help Multi check balance of bitcoin address (Read 156 times)

legendary
Activity: 1624
Merit: 2481
March 24, 2018, 01:56:48 PM
#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
"" 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.
newbie
Activity: 26
Merit: 0
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?
legendary
Activity: 1624
Merit: 2481
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:

newbie
Activity: 26
Merit: 0
I use some non-effective check tools
Pls help me.........
Jump to: