Post
Topic
Board Development & Technical Discussion
Re: Goxplorer, a Bitcoin blockchain parser package written in golang
by
iMil
on 12/05/2020, 14:31:24 UTC
1. Using it, can I parse all addresses with a positive balance from the entire blockchain to a text file?
2. Can I check the balances of a large list of addresses from a text file and write them to another text file?

1. At the moment, this would take an enormous amount of time, but I am working on including chainstate support, which should help achieve something like this.
2. Same answer.