Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Get list of all addresss, hash160, amount
by
Pursuer
on 08/07/2019, 09:28:42 UTC
⭐ Merited by NeuroticFish (1)
Is there a way to find/export all addresss, hash160, amount above  certain number to TXT or other file?
addresss, hash160, amount

If you are - with 'hash160' - refering to the RIPEMD-160 hash of the public key.. that IS the address.
So.. currently you are asking for address, address, amount.

What exactly do you need, and what for ?

I don't know about OP but from many similar cases that I have seen so far, those who look for "hash160" and "balance" are trying to find a private key with balance. basically they are searching the 2^256 private key space to find one and steal its balance! obviously waste of their time.
with a little search you can find this question be asked here almost every months.