electrs
electrs copied to clipboard
An efficient re-implementation of Electrum Server in Rust
**Is your feature request related to a problem? Please describe.** Different people have different rocksdb versions installed on their system. When they attempt to link dynamically linking may fail due...
I run into an error while building that I think is coming from rocksdb. I can install rocksdb via homebrew, so if there's a way to dynamically link with the...
Hey there! thanks for the tool! **Is your feature request related to a problem? Please describe.** I find that people are uploading unmaintained forks of docker images to docker hub...
I used to use [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server) before switching to electrs, and the one thing I miss is that EPS would broadcast transactions to multiple bitcoin nodes over tor instead...
I found that it takes enormous time to build and strangely, it's now taking me several hours. It'd be nice if it could be swapped for something else somehow. Even...
**Describe the bug** My `electrs` instance has started crashing after my Electrum wallet connects to it. I'm running electrs v0.9.7. I connect over a Tor HS. Nothing appears in the...
./target/release/electrs --conf="config.toml"Starting electrs 0.9.7 on x86_64 linux with Config { network: Bitcoin, db_path: "/home/dimitris/electrs/db/bitcoin", daemon_dir: "/home/dimitris/.bitcoin", daemon_auth: CookieFile("/home/dimitris/electrs/cookie"), daemon_rpc_addr: 127.0.0.1:8332, daemon_p2p_addr: 127.0.0.1:8333, electrum_rpc_addr: 127.0.0.1:50001, monitoring_addr: 127.0.0.1:4224, wait_duration: 10s, jsonrpc_timeout: 15s,...
Is it normal to see this `WARN: mempool sync failed: failed to get mempool txids` is sequence sometimes? It always happen in sequence and then stops warning after ~1minute... Do...
> Maybe we can use https://asciinema.org/ to prepare a short screencast that shows how to install and run electrs on a Linux machine? This way, beginner users will also have...