Post
Topic
Board Bitcoin Technical Support
Re: 2009 Bitcoin Wallet Help & Possible Find : UPDATE
by
TheMadGenius07
on 25/11/2024, 16:10:22 UTC
If I'd want to check a large number of addresses, I'd use this:
How to use
The 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):
Code:
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?