Open asyscom opened 2 months ago
Please make sure your bitcoind
is configured with the following flags:
https://github.com/romanz/electrs/blob/master/doc/config.md#bitcoind-configuration
maxconnections=N
whitelist=download@127.0.0.1
Please make sure your
bitcoind
is configured with the following flags: https://github.com/romanz/electrs/blob/master/doc/config.md#bitcoind-configurationmaxconnections=N whitelist=download@127.0.0.1
Thanks, i've update my bitcoin,conf
testnet=0
server=1 daemon=1 txindex=1 disablewallet=0 peerbloomfilters=1 datadir=/var/lib/bitcoind main.debuglogfile=/var/lib/bitcoind/debug.log
rpcuser=xxxxxx rpcpassword=xxxxxxx main.rpcport=8332 test.rpcport=18332 rpcallowip=127.0.0.1 main.rpcbind=127.0.0.1:8332 test.rpcbind=127.0.0.1:18332 main.zmqpubrawblock=tcp://127.0.0.1:28332 main.zmqpubrawtx=tcp://127.0.0.1:28333
dbcache=2048 maxorphantx=10 maxmempool=500
maxuploadtarget=5000 onlynet=ipv4 onlynet=onion
proxy=127.0.0.1:9050 listen=1 listenonion=1 bind=127.0.0.1 externalip=my-onio
externalip=my-ip maxconnections=N whitelist=download@127.0.0.1
After I restarted bitcoin, lne and electr the sync resumed for a 10 minutes and then gave the same error again
Starting electrs 0.10.5 on x86_64 linux with Config { network: Bitcoin, db_path: "/opt/data/electrs/.electrs/db/bitcoin", db_log_dir: None, daemon_dir: "/usr/bin/bitcoind", daemon_auth: UserPass("bitcoind", "
Caused by: 0: sync failed 1: failed to get block 0000000000000247f6cc4f073a9b38a770566d51e03bdb588cf1b7fa5ac41782 2: receiving on an empty and disconnected channel
Please make sure your
bitcoind
is configured with the following flags: https://github.com/romanz/electrs/blob/master/doc/config.md#bitcoind-configurationmaxconnections=N whitelist=download@127.0.0.1
ive triedto remove maxuploadtarget and restart all services but after some minute riceived the same error
Starting electrs 0.10.5 on x86_64 linux with Config { network: Bitcoin, db_path: "/opt/data/electrs/.electrs/db/bitcoin", db_log_dir: None, daemon_dir: "/usr/bin/bitcoind", daemon_auth: UserPass("bitcoind", "
Caused by: 0: sync failed 1: failed to get block 0000000000000050b60fecadb2146fd594db80b5bca34ec03862d3caa2a53523 2: receiving on an empty and disconnected channel
I assume maxconnections
shouldn't be lieral N
but some high number (100?).
I assume
maxconnections
shouldn't be lieralN
but some high number (100?).
Hum I meant that I can put N because it's for infinite. Need i put a number?
Check bitcoind's doc.
Check bitcoind's doc.
OK, tomorrow I'll set it to 200. Let me time to try and give a feedback
Check bitcoind's doc.
nothin to do, i'se to 400 maxconnections, removemaxuploadtarget, set whitelist=download@127.0.0.1 but the errors is still the same
Starting electrs 0.10.5 on x86_64 linux with Config { network: Bitcoin, db_path: "/opt/data/electrs/.electrs/db/bitcoin", db_log_dir: None, daemon_dir: "/usr/bin/bitcoind", daemon_auth: UserPass("bitcoind", "
Caused by: 0: sync failed 1: failed to get block 00000000000000000785bdd27a61fdd9c82b033871cf544b2a77cda0d0ff321e 2: receiving on an empty and disconnected channel
and electrs never restart until restart bitcoind I've tried to delete /opt/data/electrs/.electrs/db/bitcoin content without lucky
Check bitcoind's doc.
The last attempt was to uninstall and reinstall Electrs, but it still doesn't start. I have to restart Bitcoin Core to get it running again, but after just a few minutes of syncing, the problem reoccurs. Any suggestions?
How is ram, cpu and disk usage just before the error occurs?
How is ram, cpu and disk usage just before the error occurs?
Hello, I've 27gb of ram, 500gb of free disk on total of 2tb and 8 cpu
Any logs in bitcoind around that time?
Hello, I've 27gb of ram, 500gb of free disk on total of 2tb and 8 cpu
Assuming that's 27 GB free (not total) that should be more than enough, I have had issues with bitcoind rpc timing out on close to 100% memory usage or prolonged 100% cpu usage. 500 GB free disk is also more than enough. My electrs mainnet database is currently around 48 GB.
Hello, I can’t sync electrs. Every time I launch the program, after a variable time between 10 minutes and an hour, the sync gets stuck and I receive this error:
If I restart the Bitcoin service and then electrs resumes syncing, but after a while, it gets stuck again. Obviously, I can't keep restarting Bitcoin continuously. The node works correctly, including integration with LND, ThunderHub, and LIT.
Electrs version Electrs version 0.10.5
System running electrs SO: Ubunu Server 22 Bitcoin: version v27.1.0 LND: 0.18.2
Thanks in advance Davide