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.
Based on the following from gmaxwell it sounds like you'll need to create your own software if you want something reliable.
Apparently the addrindex feature was unreliable.
Generally it's my expectation that anyone who uses something like addrindex is eventually going to be forced to us a centralized service provider like blockchain.info once the resource costs of an unpruned address indexed full node is beyond what they can support.
- snip -