Y
Hacker News
new
|
ask
|
show
|
jobs
by
mritchie712
1631 days ago
Nice, just curious, how exactly are you updating it? I've been working on
https://luabase.com/
and started with Ethereum but plan to add bitcoin next.
1 comments
coinspin
1631 days ago
There's a blog post on the same site that talks about using
https://github.com/in3rsha/bitcoin-utxo-dump
. I'm running a pruned node, I use that lib to dump the address and balance to a csv and then I pull out the top 100 or so.
link