Go to file
Roman Zeyde 4b70f3664e
Do not require txindex over the full node
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).
2018-06-02 10:14:59 +03:00
src Handle multiple RPC clients in parallel 2018-06-02 10:11:48 +03:00
tools Remove 0MQ Python client 2018-05-24 20:45:54 +03:00
.gitignore Ignore sublime-related files 2018-05-22 09:25:42 +03:00
.travis.yml Don't build on nightly Rust 2018-05-17 12:28:40 +03:00
Cargo.toml Stop indexing after SIGINT 2018-06-01 19:08:22 +03:00
LICENSE Add MIT license and small README 2018-04-08 23:54:29 +03:00
README.rst Update README.md 2018-05-31 15:27:24 +03:00
TODO.txt Do not require txindex over the full node 2018-06-02 10:14:59 +03:00

Bitcoin indexer and Electrum Server in Rust
===========================================