1
1
I'm wondering if addressindex in bitcoin config working in satoshi Bitcoin-core app, or just in BitPay bitcoin app.
addressindex
Records all changes to an address for retrieving txids, balances and unspent outputs for addresses. Changes are stored and sorted in block order. Both p2sh and p2pkh address types are supported. The index records two sets of key/value pairs. The first records all activity and is useful for viewing transaction history and all changes. The second is specifically for retrieving unspent outputs by address, and is smaller as values are removed once they are spent.
I have some extended software that could provide this. you need this information once or by request? – D L – 2018-01-24T08:04:08.513
what do you mean? once or by request? – Adam – 2018-01-24T08:05:45.070
i can calculate it once for you, but my software is not under the public license for to share it. i mean for such real-time information need some motivations – D L – 2018-01-24T08:08:59.393