Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: All bitcoin addresses with balance
by
keychainX
on 12/11/2018, 20:34:04 UTC
⭐ Merited by malevolent (1)
Anyone have a script to get this out of a Bitcoin core node ourselves?

There are several on github.

https://github.com/alecalve/python-bitcoin-blockchain-parser
and
https://github.com/tenthirtyone/blocktools

my favourite though is https://github.com/znort987/blockparser but the official version has a bug and crashes around block 424.000
but there are custom made versions that passes this bug...