# Bitcoin Core 0.15 (external index server)
* Please consider using https://github.com/CounterpartyXCP/indexd-server (indexd server for Bitcoin Core 0.15+).
* Bitcoin Core addrindex patch has been ported to 0.15.0.1 (https://github.com/alexmat/bitcoin-addrindex), but is currently less tested compared to prior releases by BTCDrak
## Migration from Bitcoin Core addrindex to indexd-server
* You need to disable `addrindex=1` (set to 0, or remove the line) and run bitcoind with `-reindex` once. This will take at least 4 (testnet) to 12 (mainnet) hours. Then install and configure indexd-server.
* Alternatively, setup another instance of Bitcoin Core with `txindex=1`, copy blocks directory (but not blocks/index subdirectory, though) from the existing instance to it, then run Bitcoin Core to create txindex data. Now you can switch over to this Bitcoin Core instance and remove the addrindex instance.
# Bitcoin Core 0.14 with addrindex patch
This version hasn't been released by the maintainer, but it can be be built from the source as per the standard Bitcoin Core procedure.
Source: https://github.com/btcdrak/bitcoin/tree/addrindex-0.14
Binaries: note that you can build these on your own. These are unsigned binaries I created for my own use.
* Ubuntu 16.04 - x86_64: https://www.dropbox.com/s/5n9700kizjkpilw/bitcoin-addrindex_0.14-1_amd64.deb (SHA256: B3D14BAD3B884558A64F39F37F9C58CA30C777F05886135AF673485B09F199D5)
* Ubuntu 16.04 - AARM64: https://www.dropbox.com/s/f36q0jlmeam2lbo/bitcoin-addrindex_0.14-1_arm64.deb (SHA256: 1437EF927E3A1EE28C18A23182CC354066B5BB98CB86A431B1000C4ECEEA3595)
This file has been truncated. show original