Bitcoind address index

1

Does anyone know some reliable Bitcoind fork which allows to use address index? I know that there are https://github.com/bitpay/bitcoin and https://github.com/btcdrak/bitcoin/releases

But is seems that there are not supported any more.

What I really need, it is getting unspend outputs for any address (not for the wallet only), and it need to work fast(max 1-5s).

Tomek

Posted 2017-06-02T09:28:56.190

Reputation: 11

Answers

2

The scantxoutset RPC in 0.17+ will do what you want, although unless you batch query several addresses at once it may be a bit slower than what you were asking for.

G. Maxwell

Posted 2017-06-02T09:28:56.190

Reputation: 6 039

0

Have a look at Bitpays bitcore: https://bitcore.io/guides

Edit October 2018: this software is no longer reliable.

Jonas Schnelli

Posted 2017-06-02T09:28:56.190

Reputation: 5 465

It seems to not be supported anymore. The last update is 0.12.1 version from last year...Tomek 2017-06-05T08:24:28.857

I guess stopping at 0.12.1 was done intentionally. But not sure.Jonas Schnelli 2017-06-05T08:25:58.207

I wouldn't recommend anyone use that software: it's unmaintained and unreliable.G. Maxwell 2018-10-27T17:20:21.210