4b70f3664e
Lookup confirmed transactions only at their blocks (using the `blockhash` parameter of `getrawtransaction` RPC). Note that seeking inside a block (on a HDD) doesn't take too much time when compare to reading the whole block and finding the transaction (even without a client-side cache). Note: txindex takes ~16GB today (over Bitcoin mainnet). |
||
---|---|---|
src | ||
tools | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.rst | ||
TODO.txt |
Bitcoin indexer and Electrum Server in Rust ===========================================