Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
mugt
on 02/02/2018, 14:15:51 UTC


previoulsy i could, but i no more keep track of UTXOs .

i only keep track of

address, hash160, unspent output count, amount.

so every vout is +1

and every vin is -1

same goes with amount.

every vout amount is old amount + new amount
every vin amount is old amount - new amount

@btctousd81 How do you read segwit addresses?