Closed Freeland90 closed 1 year ago
You should look at the server log to figure out why.
Do you have the server logs?
You should look at the server log to figure out why.
Do you have the server logs?
Your server log is full of lines such as
Apr 23 17:56:55 raspberrypi electrs[3901]: 2021-04-23T17:56:55.569+01:00 - WARN - reconnecting to bitcoind: no reply from daemon
So I guess the issue is that electrs (your electrum server implementation) cannot connect to your bitcoind (bitcoin full node).
I guess you should ask someone familiar with raspiblitz... not sure. Maybe @romanz is more familiar with such logs or at least can help tell you where to ask.
Your server log is full of lines such as
Apr 23 17:56:55 raspberrypi electrs[3901]: 2021-04-23T17:56:55.569+01:00 - WARN - reconnecting to bitcoind: no reply from daemon
So I guess the issue is that electrs (your electrum server implementation) cannot connect to your bitcoind (bitcoin full node).
I guess you should ask someone familiar with raspiblitz... not sure. Maybe @romanz is more familiar with such logs or at least can help tell you where to ask.
Thanks my man. I posted this to the raspiblitz community. Hopefully someone can help.
Hello, I've been struggling with this for days. I'm running my full node on raspiblitz(public). I've built the electrum rust index which in turn gave me the IP and port on raspiblitz. Once I throw those on my electrum desktop, it's stuck on syncing. I posted on reddit and a developer suggested this:
Here is the logs:
Client logs
``` 20210423T144238.717038Z | INFO | logging | Electrum version: 4.1.2 - https://electrum.org - https://github.com/spesmilo/electrum 20210423T144238.733886Z | INFO | logging | Python version: 3.7.10 (default, Mar 31 2021, 13:19:38) [Clang 11.0.0 (clang-1100.0.33.17)]. On platform: Darwin-19.6.0-x86_64-i386-64bit 20210423T144238.734392Z | INFO | logging | Logging to file: /Users/fayaa/.electrum/logs/electrum_log_20210423T144238Z_7737.log 20210423T144238.734506Z | INFO | logging | Log filters: verbosity '', verbosity_shortcuts '' 20210423T144238.737758Z | INFO | plugin.Plugins | registering hardware bitbox02: ('hardware', 'bitbox02', 'BitBox02') 20210423T144238.738530Z | INFO | plugin.Plugins | registering hardware coldcard: ('hardware', 'coldcard', 'Coldcard Wallet') 20210423T144238.739847Z | INFO | plugin.Plugins | registering hardware digitalbitbox: ('hardware', 'digitalbitbox', 'Digital Bitbox wallet') 20210423T144238.744271Z | INFO | plugin.Plugins | registering hardware keepkey: ('hardware', 'keepkey', 'KeepKey wallet') 20210423T144238.745751Z | INFO | plugin.Plugins | registering hardware ledger: ('hardware', 'ledger', 'Ledger wallet') 20210423T144238.747209Z | INFO | plugin.Plugins | registering hardware safe_t: ('hardware', 'safe_t', 'Safe-T mini wallet') 20210423T144238.748067Z | INFO | plugin.Plugins | registering hardware trezor: ('hardware', 'trezor', 'Trezor wallet') 20210423T144238.748733Z | INFO | plugin.Plugins | registering wallet type ('2fa', 'trustedcoin') 20210423T144238.749503Z | DEBUG | util.profiler | Plugins.__init__ 0.0146 20210423T144238.750520Z | INFO | network | blockchains [0] 20210423T144238.752167Z | INFO | exchange_rate.FxThread | using exchange CoinGecko 20210423T144238.753661Z | DEBUG | util.profiler | Daemon.__init__ 0.0040 20210423T144238.753856Z | INFO | daemon.Daemon | launching GUI: qt 20210423T144238.754436Z | INFO | network | starting network 20210423T144238.754658Z | INFO | network | setting proxy None 20210423T144238.754912Z | INFO | daemon.Daemon | starting taskgroup. 20210423T144238.756290Z | INFO | network | connecting to 192.168.100.4:50002:s as new interface 20210423T144238.757362Z | INFO | network | starting taskgroup. 20210423T144238.758354Z | INFO | exchange_rate.CoinGecko | getting fx quotes for SAR 20210423T144238.867184Z | INFO | gui.qt.history_list | could not import electrum.plot. This feature needs matplotlib to be installed. 20210423T144238.877631Z | INFO | gui.qt.ElectrumGui | Qt GUI starting up... Qt=5.15.2, PyQt=5.15.4 20210423T144239.125870Z | DEBUG | util.profiler | ElectrumGui.__init__ 0.2498 20210423T144239.130696Z | INFO | storage.WalletStorage | wallet path /Users/fayaa/.electrum/wallets/Trezor 20210423T144239.159002Z | DEBUG | util.profiler | WalletDB._load_transactions 0.0190 20210423T144239.221587Z | INFO | interface.[electrumx.bot.nu:50002] | disconnecting due to: ErrorGettingSSLCertFromServer(ConnectError(gaierror(8, 'nodename nor servname provided, or not known'))) 20210423T144239.223143Z | INFO | network | couldn't launch iface electrumx.bot.nu:50002:s -- CancelledError() 20210423T144239.261283Z | INFO | plugin.Plugins | loaded trezor 20210423T144239.262434Z | DEBUG | util.profiler | AddressSynchronizer.load_local_history 0.0004 20210423T144239.263035Z | DEBUG | util.profiler | AddressSynchronizer.check_history 0.0005 20210423T144239.363943Z | INFO | interface.[electrumx.soon.it:50002] | disconnecting due to: ErrorGettingSSLCertFromServer(ConnectError(ConnectionRefusedError(61, "Connect call failed ('185.11.145.76', 50002)"))) 20210423T144239.376749Z | INFO | interface.[electrum-unlimited.criptolayer.net:50002] | disconnecting due to: ErrorGettingSSLCertFromServer(ConnectError(ConnectionRefusedError(61, "Connect call failed ('188.40.93.205', 50002)"))) 20210423T144239.377130Z | INFO | network | couldn't launch iface electrumx.soon.it:50002:s -- CancelledError() 20210423T144239.386312Z | INFO | network | couldn't launch iface electrum-unlimited.criptolayer.net:50002:s -- CancelledError() 20210423T144239.402145Z | INFO | interface.[electrum.hodlister.co:50002] | certificate has expired: Certificate (*.hodlister.co) has expired (at 2021-04-09 18:51:30 UTC). 20210423T144239.453088Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144239.499594Z | INFO | interface.[electrum-server.ninja:50002] | disconnecting due to: ErrorGettingSSLCertFromServer(ConnectError(gaierror(8, 'nodename nor servname provided, or not known'))) 20210423T144239.501128Z | INFO | network | couldn't launch iface electrum-server.ninja:50002:s -- CancelledError() 20210423T144239.637123Z | INFO | interface.[178.62.80.20:50002] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144239.658135Z | INFO | interface.[electrumx.erbium.eu:50002] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144239.667381Z | INFO | exchange_rate.CoinGecko | received fx quotes 20210423T144239.680597Z | INFO | plugin.DeviceMgr | scanning devices... 20210423T144239.719931Z | DEBUG | util.profiler | Deterministic_Wallet.try_detecting_internal_addresses_corruption 0.0404 20210423T144239.720190Z | DEBUG | util.profiler | ElectrumWindow.load_wallet 0.1019 20210423T144239.734610Z | DEBUG | util.profiler | DeviceMgr.scan_devices 0.0541 20210423T144239.734936Z | INFO | plugin.DeviceMgr | getting client for keystore 20210423T144239.735145Z | INFO | plugin.DeviceMgr | end client for keystore 20210423T144239.735434Z | INFO | plugin.DeviceMgr | getting client for keystore 20210423T144239.752645Z | INFO | interface.[electrum.emzy.de:50002] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144239.754935Z | INFO | interface.[178.62.80.20:50002] | set blockchain with height 680285 20210423T144239.755360Z | INFO | interface.[178.62.80.20:50002] | skipping header 680285 20210423T144239.765216Z | INFO | network | fee_estimates {} 20210423T144239.793133Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144239.806475Z | INFO | interface.[electrumx.erbium.eu:50002] | set blockchain with height 680285 20210423T144239.807296Z | INFO | interface.[electrumx.erbium.eu:50002] | skipping header 680285 20210423T144239.862849Z | INFO | interface.[electrum.emzy.de:50002] | set blockchain with height 680285 20210423T144239.863560Z | INFO | interface.[electrum.emzy.de:50002] | skipping header 680285 20210423T144240.179722Z | INFO | gui.qt.history_list.HistoryModel | refreshing... reason: update_tabs 20210423T144240.187087Z | DEBUG | util.profiler | Abstract_Wallet.get_full_history 0.0068 20210423T144240.199814Z | INFO | interface.[electrum.blockstream.info:50002] | connection established. version: ['electrs-esplora 0.4.1', '1.4'] 20210423T144240.208370Z | DEBUG | util.profiler | HistoryModel.refresh 0.0287 20210423T144240.209935Z | INFO | interface.[btc.lastingcoin.net:50002] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144240.217737Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144240.333207Z | INFO | interface.[btc.lastingcoin.net:50002] | set blockchain with height 680285 20210423T144240.335715Z | INFO | interface.[btc.lastingcoin.net:50002] | skipping header 680285 20210423T144240.407108Z | INFO | interface.[electrum.blockstream.info:50002] | set blockchain with height 680285 20210423T144240.407523Z | INFO | interface.[electrum.blockstream.info:50002] | skipping header 680285 20210423T144240.446031Z | INFO | interface.[VPS.hsmiths.com:50002] | connection established. version: ['ElectrumX 1.10.0', '1.4'] 20210423T144240.616796Z | INFO | interface.[VPS.hsmiths.com:50002] | set blockchain with height 680285 20210423T144240.617496Z | INFO | interface.[VPS.hsmiths.com:50002] | skipping header 680285 20210423T144240.620897Z | INFO | interface.[electrum.hodlister.co:50002] | succeeded in getting cert 20210423T144240.648688Z | INFO | gui.qt.history_list.HistoryModel | refreshing... reason: update_tabs 20210423T144240.653294Z | DEBUG | util.profiler | Abstract_Wallet.get_full_history 0.0041 20210423T144240.653555Z | DEBUG | util.profiler | HistoryModel.refresh 0.0049 20210423T144240.664609Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144240.903928Z | INFO | interface.[electrum.hodlister.co:50002] | disconnecting due to: ConnectError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')) 20210423T144240.904630Z | INFO | network | couldn't launch iface electrum.hodlister.co:50002:s -- CancelledError() 20210423T144241.721552Z | INFO | interface.[gods-of-rock.screaminglemur.net:50002] | connection established. version: ['ElectrumX 1.15.0', '1.4'] 20210423T144242.668036Z | INFO | interface.[gods-of-rock.screaminglemur.net:50002] | set blockchain with height 680285 20210423T144242.669194Z | INFO | interface.[gods-of-rock.screaminglemur.net:50002] | skipping header 680285 20210423T144242.671185Z | INFO | interface.[electrum.bitkoins.nl:50512] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144243.095536Z | INFO | gui.qt.history_list.HistoryModel | refreshing... reason: update_tabs 20210423T144243.099865Z | DEBUG | util.profiler | Abstract_Wallet.get_full_history 0.0039 20210423T144243.100227Z | DEBUG | util.profiler | HistoryModel.refresh 0.0047 20210423T144243.108130Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144243.493422Z | INFO | interface.[electrum.bitkoins.nl:50512] | set blockchain with height 680285 20210423T144243.494177Z | INFO | interface.[electrum.bitkoins.nl:50512] | skipping header 680285 20210423T144243.503526Z | INFO | gui.qt.history_list.HistoryModel | refreshing... reason: update_tabs 20210423T144243.509010Z | DEBUG | util.profiler | Abstract_Wallet.get_full_history 0.0050 20210423T144243.509278Z | DEBUG | util.profiler | HistoryModel.refresh 0.0058 20210423T144243.520505Z | DEBUG | util.profiler | AddressList.update 0.0000 20210423T144245.908916Z | INFO | interface.[192.168.100.4:50002] | connection established. version: ['electrs 0.8.6', '1.4'] 20210423T144245.915202Z | INFO | interface.[192.168.100.4:50002] | set blockchain with height 680285 20210423T144245.915780Z | INFO | interface.[192.168.100.4:50002] | skipping header 680244 20210423T144245.916255Z | INFO | network | switching to 192.168.100.4:50002:s 20210423T144309.093001Z | INFO | network | couldn't launch iface b.ooze.cc:50002:s -- TimeoutError() 20210423T144310.041253Z | INFO | interface.[electrum.bitaroo.net:50002] | connection established. version: ['ElectrumX 1.16.0', '1.4'] 20210423T144310.148399Z | INFO | interface.[electrum.bitaroo.net:50002] | set blockchain with height 680285 20210423T144310.149132Z | INFO | interface.[electrum.bitaroo.net:50002] | skipping header 680285 20210423T144315.972371Z | INFO | interface.[192.168.100.4:50002] | disconnecting due to RequestTimedOut("request timed out: ('blockchain.estimatefee', [25]) (id: 3)") 20210423T144316.064448Z | INFO | network | connecting to 192.168.100.4:50002:s as new interface 20210423T144316.126962Z | INFO | interface.[192.168.100.4:50002] | connection established. version: ['electrs 0.8.6', '1.4'] 20210423T144316.226201Z | INFO | interface.[192.168.100.4:50002] | set blockchain with height 680285 20210423T144316.229000Z | INFO | interface.[192.168.100.4:50002] | skipping header 680244 20210423T144316.231256Z | INFO | network | switching to 192.168.100.4:50002:s 20210423T144316.880025Z | INFO | interface.[alviss.coinjoined.com:50002] | connection established. version: ['ElectrumX 1.15.0', '1.4'] 20210423T144316.980592Z | INFO | interface.[alviss.coinjoined.com:50002] | set blockchain with height 680285 20210423T144316.981584Z | INFO | interface.[alviss.coinjoined.com:50002] | skipping header 680285 20210423T144341.532585Z | INFO | interface.[electrum.blockstream.info:50002] | disconnecting due to GracefulDisconnect('session was closed') 20210423T144354.782877Z | INFO | interface.[192.168.100.4:50002] | disconnecting due to RequestTimedOut("request timed out: ('blockchain.estimatefee', [25]) (id: 3)") 20210423T144355.035114Z | INFO | network | connecting to 192.168.100.4:50002:s as new interface 20210423T144355.331740Z | INFO | interface.[192.168.100.4:50002] | connection established. version: ['electrs 0.8.6', '1.4'] 20210423T144355.342355Z | INFO | interface.[192.168.100.4:50002] | set blockchain with height 680285 20210423T144355.343041Z | INFO | interface.[192.168.100.4:50002] | skipping header 680244 20210423T144355.381493Z | INFO | network | switching to 192.168.100.4:50002:s 20210423T144355.934167Z | INFO | interface.[b.ooze.cc:50002] | disconnecting due to: ErrorGettingSSLCertFromServer(ConnectError(TimeoutError(60, "Connect call failed ('95.216.2.227', 50002)"))) 20210423T144357.033192Z | INFO | interface.[73.92.198.54:50002] | connection established. version: ['ElectrumX 1.15.0', '1.4'] 20210423T144357.384011Z | INFO | interface.[73.92.198.54:50002] | set blockchain with height 680285 20210423T144357.384729Z | INFO | interface.[73.92.198.54:50002] | skipping header 680285 ```