Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
webchris
on 29/01/2018, 15:21:12 UTC
Wouldnt it be easiers if you pulled all discovered addresses from an existing db
then query for there balances
and filter out the ones < x

Problem solved. ?

Then you are relying on the other database to be up-to-date. Plus that db is going to be pretty large as there are quite a few discovered addresses.