missing mempool entry #1116
craigus-dev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am trying to sync after doing a default RaspiBliitz install.
Am I going to recover from this WARNING? ts been about 12 hours since I started this last sync attempt. Looking for suggestions on how to proceed. I
*** LAST 20 ElectRS LOGS ***
sudo journalctl -u electrs -b --no-pager -n20
Nov 24 17:44:10 raspberrypi electrs[1729891]: 0: server disconnected
Nov 24 17:44:10 raspberrypi electrs[1729891]: 1: receiving on an empty and disconnected channel
Nov 24 17:44:11 raspberrypi systemd[1]: electrs.service: Main process exited, code=exited, status=1/FAILURE
Nov 24 17:44:11 raspberrypi systemd[1]: electrs.service: Failed with result 'exit-code'.
Nov 24 17:44:11 raspberrypi systemd[1]: electrs.service: Consumed 18h 1min 44.816s CPU time.
Nov 24 17:45:11 raspberrypi systemd[1]: electrs.service: Scheduled restart job, restart counter is at 1.
Nov 24 17:45:11 raspberrypi systemd[1]: Stopped electrs.service - Electrs.
Nov 24 17:45:11 raspberrypi systemd[1]: electrs.service: Consumed 18h 1min 44.816s CPU time.
Nov 24 17:45:11 raspberrypi systemd[1]: Started electrs.service - Electrs.
Nov 24 17:45:11 raspberrypi electrs[2410918]: Starting electrs 0.10.4 on aarch64 linux with Config { network: Bitcoin, db_path: "/mnt/hdd/app-storage/electrs/db/bitcoin", db_log_dir: None, daemon_dir: "/home/electrs/.bitcoin", daemon_auth: UserPass("raspibolt", ""), daemon_rpc_addr: ...:8332, daemon_p2p_addr: 127.0.0.1:8333, electrum_rpc_addr: 0.0.0.0: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 v0.10.4 - the Electrum Rust Server on your RaspiBlitz", signet_magic: f9beb4d9, args: [] }
Nov 24 17:45:31 raspberrypi electrs[2410918]: [2024-11-24T17:45:31.493Z WARN electrs::mempool] missing mempool entry: 3f5fc1154cedaba2fee38ff2dae8f99332401363b45ee4260329f2d8985eb10c
Nov 24 17:45:35 raspberrypi electrs[2410918]: [2024-11-24T17:45:35.696Z WARN electrs::mempool] missing mempool entry: dd69f16e4ea579f0e45832f9928c78be2a4ab267b35ea8fcc4101f7ae462a360
Nov 24 17:45:40 raspberrypi electrs[2410918]: [2024-11-24T17:45:40.822Z WARN electrs::mempool] missing mempool entry: 30e4ab1e1c8c501bf9b22a923f09d1e66de7bb8d56ea9946d8595dc8e74d2268
Nov 24 17:45:41 raspberrypi electrs[2410918]: [2024-11-24T17:45:41.734Z WARN electrs::mempool] missing mempool entry: 318a3b9eee5dd639608eeb3a1fcba7b655f1bc8a1c276253210159e5ccb00049
Nov 24 17:45:42 raspberrypi electrs[2410918]: [2024-11-24T17:45:42.196Z WARN electrs::mempool] missing mempool entry: 7b5eb09edd76c875ef579dbffbbb1a1d50a158c2b46df3565e86215f3ed08418
Nov 24 17:45:43 raspberrypi electrs[2410918]: [2024-11-24T17:45:43.206Z WARN electrs::mempool] missing mempool entry: a375d91fea6b597cc5eb50a57cfba84c20e6edc43cf6c6dbfb373e21323fb410
Nov 24 17:45:43 raspberrypi electrs[2410918]: [2024-11-24T17:45:43.799Z WARN electrs::mempool] missing mempool entry: a8af37ef4192390980d8690ce03618fcd81417a20b65df7313297fa92ae03429
Nov 24 17:45:48 raspberrypi electrs[2410918]: [2024-11-24T17:45:48.724Z WARN electrs::mempool] missing mempool entry: f9f804dd0b9faae6dd0b5affea55a80fb452b3ac458d14fd847e33c6799e2c22
Nov 24 17:45:54 raspberrypi electrs[2410918]: [2024-11-24T17:45:54.186Z WARN electrs::mempool] missing mempool entry: ea74175c15d188b85fb2fa741597599cf7ec109be81332e44d3d0e139061d68b
Nov 24 17:46:04 raspberrypi electrs[2410918]: [2024-11-24T17:46:04.561Z WARN electrs::mempool] missing mempool entry: 72174f1e7cbbe1a79b92b579ba2001a1be9e32539919957fc850930e7ca82a8f
*** ElectRS Status ***
STATUS ELECTRS SERVICE
version='v0.10.4'
configured=1
installed=1
serviceRunning=1
localIP='...'
publicIP='...'
portTCP='50001'
localTCPPortActive=1
publicTCPPortAnswering=0
portSSL='50002'
localHTTPPortActive=1
publicHTTPPortAnswering=0
TorRunning=1
nginxTest=1
*** ElectRS Status-Sync ***
serviceRunning=1
electrumResponding=1
blockheight='0'
blockheightPercent='0'
initialSynced=1
Beta Was this translation helpful? Give feedback.
All reactions