1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Don't use Rust-based P2P block download

It seems to be limited to ~2 block/second - not sure why...
This commit is contained in:
Roman Zeyde 2018-06-07 22:46:31 +03:00
parent ee49da71f4
commit 64a4e096ce
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -8,13 +8,12 @@ Electrum
Bitcoind
========
* Use persistent connection for donwloading multiple blocks
* Use p2p protocol for querying blocks - similar to `bitcoincore-indexd`
* Handle bitcoind connection failures - instead of crashing
* Add getrawtransactions() API (for RPC batching)
Performance
===========
* Export accumulated timing metrics (for indexing/DB/RPC operations)
* Export accumulated timing metrics (for indexing/DB/RPC operations) via Prometheus
* Measure first-time query latency
* Sync only on the last write.