graymauser / btcposbal2csv

List all bitcoin addresses with positive balance.
BSD 3-Clause "New" or "Revised" License
269 stars 201 forks source link

Possible to make it dump txs hashes ? #3

Closed ghost closed 5 years ago

ghost commented 6 years ago

Thank you for this great code, i was wondering is it possible to make it dump transactions hashes ?

graymauser commented 6 years ago

It is possible with some code changes, but it is out of scope of this utility. If I understand correctly, then you can use bitcoin tools for this purpose. Or just parse the leveldb of the UTXO set yourself.