ITADN

Bug: After initial sync electrs freezes after launch

#1266Closedjimmyongit 创建于 2026-02-11
bug
J
jimmyongitcommented
I launched electrs for the first time and the first sync went well. Since then, I launch electrs with the following command: ./target/release/electrs --log-filters=DEBUG --network bitcoin --db-dir ./db --daemon-dir ~/.bitcoin I get the following messages: Starting electrs 0.11.0 on x86_64 linux with Config { network: Bitcoin, db_path: "./db/bitcoin", db_log_dir: None, db_parallelism: 1, daemon_auth: CookieFile("/home/alberto/.bitcoin/.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, index_batch_size: 10, index_lookup_limit: None, reindex_last_blocks: 0, auto_reindex: true, ignore_mempool: false, sync_once: false, skip_block_download_wait: false, disable_electrum_rpc: false, server_banner: "Welcome to electrs 0.11.0 (Electrum Rust Server)!", magic: f9beb4d9 } [2026-02-11T21:45:44.867Z DEBUG tiny_http] Server listening on 127.0.0.1:4224 [2026-02-11T21:45:44.868Z INFO electrs::metrics::metrics_impl] serving Prometheus metrics on 127.0.0.1:4224 [2026-02-11T21:45:44.869Z DEBUG tiny_http] Running accept thread [2026-02-11T21:45:44.870Z INFO electrs::server] serving Electrum RPC on 127.0.0.1:50001 [2026-02-11T21:45:45.649Z INFO electrs::db] "./db/bitcoin": 948 SST files, 82.048955834 GB, 7.289075191 Grows [2026-02-11T21:45:45.649Z DEBUG electrs::db] DB Some(Config { compacted: true, format: 0 }) [2026-02-11T21:45:45.734Z DEBUG electrs::db] auto-compactions enabled But then it looks like it is freezing, I don't get any message further, even if I wait longer. In the meantime I see that the db directory size increases but I don't understand what is happening. I tried to delete everything and re-start from scratch, but eventually the behavior is the same. Could you please advise?
关闭于 2026-03-01 9 条评论