alecalve / python-bitcoin-blockchain-parser

A Python 3 Bitcoin blockchain parser
Other
450 stars 192 forks source link

get list of all adresses on bitcoin block chain #94

Open MohammadAsadolahi opened 3 years ago

MohammadAsadolahi commented 3 years ago

how can i get all addresses on bitcoin blockchain i mean every address that comited a transaction on blockchain no matter it has balance or not? for example get list of all addresses in text file no balance or transaction or anything else just adresses thank you

srmcatee1110 commented 2 years ago

You would need to pull all transactions and extract from the output.addresses property.