Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
starmyc
on 24/05/2018, 07:24:28 UTC
Also, if I'm not mistaken BTCP script has function for decoding old format as well
https://github.com/BTCPrivate/utxo-dump/blob/master/utxo/chainstate.py
parse_ldb_value_old line 57

But you're spoiling all fun to learn. It is more interesting to code your own decoder to learn how it structured & how things work.