Does addressindex works in satoshi Bitcoin-Core?

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.

Adam

Posted 2018-01-22T05:11:11.970

Reputation: 3 215

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 motivationsD L 2018-01-24T08:08:59.393

Answers

1

No, bitcoin core doesn't have such feature.

Зелёный

Posted 2018-01-22T05:11:11.970

Reputation: 871

Yeah, I've been looking at the source code for a while and didn't find anything about it. there was just a suggestion from BitPay to add this feature.Adam 2018-01-22T05:27:31.340