If I'd want to check a large number of addresses, I'd use this:
How to useThe most likely use is to check a long list of Bitcoin addresses for a remaining balance.
On Linux, use this to find matching addresses (after extrating the compressed .gz file of course):
comm -12 Bitcoin_addresses_LATEST.txt <(cat mylist.txt | sort | uniq)
- Bitcoin_addresses_LATEST.txt: the extracted latest version downloaded from addresses.loyce.club.
- mylist.txt: your own list of addresses, one address per line.
This takes only seconds to check millions of addresses.
[/quote]
I checked all the private keys and about 24 addresses come back with transactions that occured over the years. Question I have Loyce is why would there be transactions on these addresses, if I supposedly the only one to have the private keys which don't seem to be the case? Or do I not understand Bitcoin right? Would you like one of the addresses that has transactions?