Querying insight-api to dump all addresses with a positive balance

3

It's been some time I've been using 'insight-api' (https://github.com/bitpay/insight-api) and I couldn't find any documentation / anything helpful to query leveldb in a way that all addresses with a positive balance get dumped to a file.

I tried blockparser (https://github.com/znort987/blockparser) and while it promises to get balance of all addresses, it is relatively very slow. I just need a proper reference/ documentation/ example to get started.

Thanks

Sajidkhan

Posted 2014-11-23T01:39:38.670

Reputation: 103

1

Possible duplicate of All Bitcoin Public Keys with non-zero balance

e-sushi 2015-12-19T19:32:36.677

No answers