Commit Graph

2 Commits

Author SHA1 Message Date
Luke Dashjr
099f47c89f QA: rpc_getblocklocations: Support for testing with blocksxor enabled 2025-02-21 16:15:05 +00:00
Roman Zeyde
620e79b72f RPC: Add getblocklocations call
This RPC allows the client to retrieve the file system locations
of the confirmed blocks and their undo data, to allow building
efficient indexes outside of Bitcoin Core.

An example usage is described here:
https://github.com/romanz/electrs/issues/308

By using the new RPC, it is possible to build an address-based
index taking ~24GB and a txindex taking ~6GB (as of Dec. 2020).
2025-02-21 16:15:05 +00:00