romanz / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
1.06k stars 396 forks source link

Bug: Doesn't work since update to Bitcoin 0.25 #932

Closed 21FingerSukuna closed 1 year ago

21FingerSukuna commented 1 year ago

As of today our electrs server just stopped working... Everytime we try to re-run it we get the same error...

"Config { log: StdErrLog { verbosity: Trace, quiet: false, show_level: true, timestamp: Off, modules: [], writer: "stderr", color_choice: Auto, show_module_names: false }, network_type: Testnet, db_path: "./db/testnet", daemon_dir: "/home/ubuntu/.bitcoin/testnet3", blocks_dir: "/home/ubuntu/.bitcoin/testnet3/blocks", daemon_rpc_addr: 127.0.0.1:18332, cookie: None, electrum_rpc_addr: 127.0.0.1:60001, http_addr: 127.0.0.1:3001, http_socket_file: None, monitoring_addr: 127.0.0.1:14224, jsonrpc_import: false, light_mode: false, address_search: false, index_unspendables: false, cors: None, precache_scripts: None, utxos_limit: 500, electrum_txs_limit: 500, electrum_banner: "Welcome to electrs-esplora 0.4.1" }
thread 'main' panicked at 'failed to start monitoring HTTP server at 127.0.0.1:14224', src/metrics.rs:71:33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace"
dandoii commented 1 year ago

I'm having the same issue as well

antonilol commented 1 year ago

electrum_banner: "Welcome to electrs-esplora 0.4.1"

are you using the blockstream fork?

i have no issues with bitcoin core 25 with (this) electrs

21FingerSukuna commented 1 year ago

@antonilol Yes it was an issue with the blockstream fork. Has been resolved!