Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
Ned Kelly
on 21/12/2017, 04:22:09 UTC

If you are interested to do it in low level.
All data in chainstate files which is leveldb database.
Just iterate over all records in this db and get only records which are below your desirable blockchain hight.