Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 16/11/2022, 16:00:00 UTC
is there a ways to get a list with btc addresses and public keys ?
To find all Bitcoin addresses with a balance, check this LoyceV's thread: List of all Bitcoin addresses with a balance.

but the scripts are not working. can i get a dump somewhere ?
Have you tried the script posted by dark knight? It prints all the public keys from the blockchain, and I presume it's a trivial process to keep only those with a balance. I don't know if it checks for P2PK, though.

yes i tried the script from dark knight, its all python 2.xx .. i treid to run it on several computers but i get an error , something with hash256 module not found , i installed the python libs but its not working, i think i go deeper into LoyceV solution.