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 basically IS the address (at least all you need to get the address from).
So.. currently you are basically asking for
address, address, amount.
What exactly do you need, and what for ?