python-bitcoin-blockchain-parser
python-bitcoin-blockchain-parser copied to clipboard
get list of all adresses on bitcoin block chain
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
You would need to pull all transactions and extract from the output.addresses property.