I am desperately needing Bitcoin Core 0.15.1 with addrindex
binaries for
Windows.
Is it anywhere available for download?
I have found this:
https://github.com/btcdrak/bitcoin/releasesBut it only supports 0.13 which is way too old

And I found this
https://github.com/unsystemizer/bitcoin-core-addrindexBut there are no binaries, and I'm not a c++ programmer.
I need to reliably query transactions by external address that are not in the Bitcoin Core wallet(s) - to get balances for addresses.
I can query my 0.15.1 full node, for TXs by adding txindex=1 but the addrindex feature is missing (I wonder why such important feature is missing?)
I really don't want to use an old 0.13 version and don't want to depend on external API.
Please advice and I will be forever grateful.