Post
Topic
Board Project Development
Merits 2 from 2 users
Re: List of all Bitcoin addresses with a balance
by
ETFbitcoin
on 16/08/2023, 09:47:55 UTC
⭐ Merited by vapourminer (1) ,JayJuanGee (1)
Hello
if I run my own full node, how can I generate the same TSV file as is available on loyce.club site? (all addresses with balance)
Thanks.

It depends on which software you use to run full node. Some software (including Bitcoin Core) doesn't have address index, which force you to either perform workaround (e.g. load and parse UTXO) or install additional software (such as Electrum server or self-hosted mempool.space) which perform address index.