Open MohammadAsadolahi opened 3 years ago
You can query this information in BigQuery. See some example queries here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances that you can adjust to your task
You can query this information in BigQuery. See some example queries here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances that you can adjust to your task
Looking at the double entry book example here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances the addresses array is flattened to a string and I've taken a closer looks at the inputs/outputs and it looks like the addresses have an array of addresses including never-used addresses. How can we query just addresses with balance?
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 of all time thank you