Connect -> Reset function seems to break Thunderhub / RTL
See original GitHub issueI wanted to renew the tls certificate using the CONNECT -> RESET function. After that I cannot login to Thunderhub or RTL giving me weird errors. Thunderhub tells me that I have to create an account first. And RTL wants me to unlock my wallet resulting in an endless loading spinner after typing in the password.
After running the CONNECT -> SYNC function, I can at least login to Thunderhub and RTL also seems to work.
But in Thunderhub the balances are at 0 and when trying to open the Channels page I get an ExpectedCommitmentTypeInChannelMessage error.
How to fix this? I have a backup of the lnd folder, can I fix it with that somehow?
***************************************************************
* RASPIBLITZ DEBUG LOGS
***************************************************************
blitzversion: 1.7.1
chainnetwork: bitcoin / main
20:03:23 up 19 min, 2 users, load average: 0.78, 1.10, 0.99
*** SETUPPHASE / BOOTSTRAP ***
see logs: cat /home/admin/raspiblitz.log
setupPhase--> done
state--> ready
*** BACKGROUNDSERVICE ***
to monitor Background service call: sudo journalctl -f -u background
*** BLOCKCHAIN (MAINNET) SYSTEMD STATUS ***
● bitcoind.service - Bitcoin-Daemon
Loaded: loaded (/etc/systemd/system/bitcoind.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-12-12 19:45:26 GMT; 17min ago
Process: 3626 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log blockchain STARTED (code=exited, status=0/SUCCESS)
Process: 3628 ExecStart=/usr/local/bin/bitcoind -daemon -conf=/mnt/hdd/bitcoin/bitcoin.conf -pid=/mnt/hdd/bitcoin/bitcoind.pid -debuglogfile=/mnt/hdd/bitcoin/debug.log (code=exited, status=0/SUCCESS)
Main PID: 3683 (bitcoind)
Tasks: 18 (limit: 4915)
CGroup: /system.slice/bitcoind.service
└─3683 /usr/local/bin/bitcoind -daemon -conf=/mnt/hdd/bitcoin/bitcoin.conf -pid=/mnt/hdd/bitcoin/bitcoind.pid -debuglogfile=/mnt/hdd/bitcoin/debug.log
Dec 12 19:45:25 P1xlNode systemd[1]: Starting Bitcoin-Daemon...
Dec 12 19:45:26 P1xlNode systemd[1]: Started Bitcoin-Daemon.
*** LAST BLOCKCHAIN (MAINNET) ERROR LOGS ***
sudo journalctl -u bitcoind -b --no-pager -n8
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:23 GMT. --
Dec 12 19:45:25 P1xlNode systemd[1]: Starting Bitcoin-Daemon...
Dec 12 19:45:26 P1xlNode systemd[1]: Started Bitcoin-Daemon.
*** LAST BLOCKCHAIN (MAINNET) 20 INFO LOGS ***
sudo tail -n 20 /mnt/hdd/bitcoin/debug.log
2021-12-12T19:46:20Z New outbound peer connected: version: 70016, blocks=713876, peer=5 (outbound-full-relay)
2021-12-12T19:46:27Z New outbound peer connected: version: 70016, blocks=713876, peer=7 (outbound-full-relay)
2021-12-12T19:46:30Z Socks5() connect to 42hmvh4cm4rh3nnfrma5t5kz5w2566setkvwy5iv4kkxqhiptws66hqd.onion:8333 failed: host unreachable
2021-12-12T19:46:36Z New outbound peer connected: version: 70016, blocks=713876, peer=8 (outbound-full-relay)
2021-12-12T19:46:45Z Socks5() connect to u2phcj2ccyv5aolmxq4obslzsn4mrkuytqhvab2ggkiy2uw7bwtesqyd.onion:8333 failed: host unreachable
2021-12-12T19:46:48Z New outbound peer connected: version: 70016, blocks=713876, peer=9 (outbound-full-relay)
2021-12-12T19:47:07Z New outbound peer connected: version: 70016, blocks=713876, peer=10 (outbound-full-relay)
2021-12-12T19:47:11Z New outbound peer connected: version: 70016, blocks=713876, peer=11 (outbound-full-relay)
2021-12-12T19:47:15Z New outbound peer connected: version: 70016, blocks=713876, peer=12 (outbound-full-relay)
2021-12-12T19:47:21Z New outbound peer connected: version: 70016, blocks=713876, peer=13 (outbound-full-relay)
2021-12-12T19:47:36Z Socks5() connect to a5wrswz7e4dt3t42dpdyap5irl3my5diu4dpy5x3obskb5vho4fbabyd.onion:8333 failed: host unreachable
2021-12-12T19:48:26Z Socks5() connect to oo4vxqeix7vltai6qa24nj2lnuc2nuqeweigtyk2dxeibye3k2hezfid.onion:8333 failed: host unreachable
2021-12-12T19:48:37Z New outbound peer connected: version: 70016, blocks=713876, peer=15 (block-relay-only)
2021-12-12T19:51:32Z New outbound peer connected: version: 70016, blocks=713876, peer=16 (block-relay-only)
2021-12-12T19:53:00Z UpdateTip: new best=000000000000000000086dbaf547ebb35901182b3282c4fe740fbe01cb431806 height=713877 version=0x2fffe004 log2_work=93.225608 tx=694406016 date='2021-12-12T19:52:33Z' progress=1.000000 cache=1.4MiB(10429txo)
2021-12-12T19:59:23Z Socks5() connect to cwsfn7p2tx3ihrtsksxjrivlbwgd5abjdse6pj3odkz4xduwazdjhaad.onion:8333 failed: host unreachable
2021-12-12T19:59:30Z New outbound peer connected: version: 70016, blocks=713877, peer=21 (outbound-full-relay)
2021-12-12T20:00:04Z Socks5() connect to mjxq5rmhkzpeowxedhltj6cjnvbep32rjnmgyq4eskhhdo7xo2yeteid.onion:8333 failed: host unreachable
2021-12-12T20:00:36Z Socks5() connect to dpnszvzrolaoddamtgqorahrkuoxq7n5hsjyosahg6r7cjcms3l3sjad.onion:8333 failed: host unreachable
2021-12-12T20:01:19Z Socks5() connect to z7ubmhh3lutmmxhig6qmaf3obhe2caigdx6q2ypnjw7xhou4xwweegid.onion:8333 failed: host unreachable
*** LND (MAINNET) SYSTEMD STATUS ***
● lnd.service - LND on
Loaded: loaded (/etc/systemd/system/lnd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-12-12 19:46:45 GMT; 16min ago
Process: 8753 ExecStartPre=/home/admin/config.scripts/lnd.check.sh prestart mainnet (code=exited, status=0/SUCCESS)
Main PID: 8855 (lnd)
Tasks: 10 (limit: 4915)
CGroup: /system.slice/lnd.service
└─8855 /usr/local/bin/lnd --configfile=/home/bitcoin/.lnd/lnd.conf
Dec 12 19:46:45 P1xlNode systemd[1]: Starting LND on...
Dec 12 19:46:45 P1xlNode systemd[1]: Started LND on.
*** LAST LND (MAINNET) ERROR LOGS ***
sudo journalctl -u lnd -b --no-pager -n12
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:23 GMT. --
Dec 12 19:46:14 P1xlNode systemd[1]: lnd.service: Scheduled restart job, restart counter is at 2.
Dec 12 19:46:14 P1xlNode systemd[1]: Stopped LND on.
Dec 12 19:46:14 P1xlNode systemd[1]: Starting LND on...
Dec 12 19:46:14 P1xlNode systemd[1]: Started LND on.
Dec 12 19:46:14 P1xlNode lnd[6524]: failed to load config: ValidateConfig: either bitcoin.active or litecoin.active must be set to 1 (true)
Dec 12 19:46:14 P1xlNode systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Dec 12 19:46:14 P1xlNode systemd[1]: lnd.service: Failed with result 'exit-code'.
Dec 12 19:46:45 P1xlNode systemd[1]: lnd.service: Service RestartSec=30s expired, scheduling restart.
Dec 12 19:46:45 P1xlNode systemd[1]: lnd.service: Scheduled restart job, restart counter is at 3.
Dec 12 19:46:45 P1xlNode systemd[1]: Stopped LND on.
Dec 12 19:46:45 P1xlNode systemd[1]: Starting LND on...
Dec 12 19:46:45 P1xlNode systemd[1]: Started LND on.
1639338456 ERROR: [lncli] rpc error: code = Unknown desc = the RPC server is in the process of starting up, but not yet ready to accept calls
*** LAST 30 LND (MAINNET) INFO LOGS ***
sudo tail -n 30 /mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log
2021-12-12 19:56:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:56:37.537 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:56:39.834 [INF] DISC: Broadcasting 218 new announcements in 17 sub batches
2021-12-12 19:56:45.497 [INF] CRTR: Processed channels=0 updates=117 nodes=5 in last 59.999561261s
2021-12-12 19:57:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:57:37.536 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:57:45.497 [INF] CRTR: Processed channels=0 updates=112 nodes=3 in last 1m0.000158959s
2021-12-12 19:58:09.834 [INF] DISC: Broadcasting 166 new announcements in 17 sub batches
2021-12-12 19:58:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:58:37.537 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:58:45.497 [INF] CRTR: Processed channels=0 updates=137 nodes=2 in last 1m0.000338029s
2021-12-12 19:59:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:59:37.537 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 19:59:39.835 [INF] DISC: Broadcasting 240 new announcements in 18 sub batches
2021-12-12 19:59:45.497 [INF] CRTR: Processed channels=0 updates=157 nodes=5 in last 59.99939917s
2021-12-12 20:00:37.530 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:00:37.537 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:00:45.497 [INF] CRTR: Processed channels=0 updates=120 nodes=2 in last 1m0.000265436s
2021-12-12 20:01:09.834 [INF] DISC: Broadcasting 184 new announcements in 17 sub batches
2021-12-12 20:01:17.397 [ERR] RPCS: [/lnrpc.Lightning/GetChanInfo]: edge not found
2021-12-12 20:01:17.474 [ERR] RPCS: [/lnrpc.Lightning/GetChanInfo]: edge not found
2021-12-12 20:01:17.800 [ERR] RPCS: [/lnrpc.Lightning/GetChanInfo]: edge not found
2021-12-12 20:01:18.138 [ERR] RPCS: [/lnrpc.Lightning/GetChanInfo]: edge not found
2021-12-12 20:01:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:01:37.536 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:01:45.497 [INF] CRTR: Processed channels=0 updates=145 nodes=9 in last 59.999127151s
2021-12-12 20:02:37.531 [INF] WTCL: (legacy) Client stats: tasks(received=0 accepted=0 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:02:37.537 [INF] WTCL: (anchor) Client stats: tasks(received=0 accepted=1 ineligible=0) sessions(acquired=0 exhausted=0)
2021-12-12 20:02:39.834 [INF] DISC: Broadcasting 240 new announcements in 18 sub batches
2021-12-12 20:02:45.497 [INF] CRTR: Processed channels=0 updates=133 nodes=8 in last 1m0.000511891s
*** C-LIGHTNING (MAINNET) SYSTEMD STATUS ***
- not activated -
*** BLOCKCHAIN (TESTNET) SYSTEMD STATUS ***
- OFF by config -
*** LND (TESTNET) SYSTEMD STATUS ***
- OFF by config -
*** C-LIGHTNING (TESTNET) SYSTEMD STATUS ***
- not activated -
*** BLOCKCHAIN (SIGNET) SYSTEMD STATUS ***
- OFF by config -
*** LND (SIGNET) SYSTEMD STATUS ***
- OFF by config -
*** C-LIGHTNING (SIGNET) SYSTEMD STATUS ***
- not activated -
*** NGINX SYSTEMD STATUS ***
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/nginx.service.d
└─raspiblitz.conf
Active: active (running) since Sun 2021-12-12 19:45:09 GMT; 18min ago
Docs: man:nginx(8)
Main PID: 1303 (nginx)
Tasks: 5 (limit: 4915)
CGroup: /system.slice/nginx.service
├─1303 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
├─1304 nginx: worker process
├─1305 nginx: worker process
├─1307 nginx: worker process
└─1308 nginx: worker process
Dec 12 19:45:07 P1xlNode systemd[1]: Starting A high performance web server and a reverse proxy server...
Dec 12 19:45:09 P1xlNode systemd[1]: Started A high performance web server and a reverse proxy server.
*** LAST NGINX LOGS ***
sudo journalctl -u nginx -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:24 GMT. --
Dec 12 19:45:07 P1xlNode systemd[1]: Starting A high performance web server and a reverse proxy server...
Dec 12 19:45:09 P1xlNode systemd[1]: Started A high performance web server and a reverse proxy server.
--> CHECK CONFIG: sudo nginx -t
*** BLITZAPI SYSTEMD STATUS ***
*** LAST BLITZAPI LOGS ***
sudo journalctl -u blitzapi -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:24 GMT. --
Dec 12 19:45:07 P1xlNode systemd[1]: Starting A high performance web server and a reverse proxy server...
Dec 12 19:45:09 P1xlNode systemd[1]: Started A high performance web server and a reverse proxy server.
--> CHECK CONFIG: sudo nginx -t
- TOUCHSCREEN is OFF by config
- Loop is OFF by config
*** LND-RTL ***
● RTL.service - RTL Webinterface
Loaded: loaded (/etc/systemd/system/RTL.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-12-12 19:44:58 GMT; 18min ago
Main PID: 780 (node)
Tasks: 11 (limit: 4915)
CGroup: /system.slice/RTL.service
└─780 /usr/bin/node /home/rtl/RTL/rtl
Dec 12 19:44:58 P1xlNode systemd[1]: Starting RTL Webinterface...
Dec 12 19:44:58 P1xlNode systemd[1]: Started RTL Webinterface.
- CL-RTL is OFF by config
*** LAST 20 ElectRS LOGS ***
sudo journalctl -u electrs -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:24 GMT. --
Dec 12 19:45:26 P1xlNode systemd[1]: Started Electrs.
Dec 12 19:45:26 P1xlNode electrs[3685]: Config { network: Bitcoin, db_path: "/mnt/hdd/app-storage/electrs/db/bitcoin", daemon_dir: "/home/electrs/.bitcoin", daemon_auth: UserPass("raspibolt", "<sensitive>"), daemon_rpc_addr: V4(127.0.0.1:8332), daemon_p2p_addr: V4(127.0.0.1:8333), electrum_rpc_addr: V4(0.0.0.0:50001), monitoring_addr: V4(127.0.0.1:4224), wait_duration: 10s, jsonrpc_timeout: 15s, index_batch_size: 10, index_lookup_limit: Some(200), auto_reindex: true, ignore_mempool: false, sync_once: false, server_banner: "Welcome to electrs v0.9.0 - the Electrum Rust Server on your RaspiBlitz", args: [] }
Dec 12 19:45:26 P1xlNode electrs[3685]: [2021-12-12T19:45:26.424Z INFO electrs::metrics::metrics_impl] serving Prometheus metrics on 127.0.0.1:4224
Dec 12 19:45:26 P1xlNode electrs[3685]: [2021-12-12T19:45:26.725Z INFO electrs::db] "/mnt/hdd/app-storage/electrs/db/bitcoin": 134 SST files, 32.932413389 GB, 4.09818141 Grows
Dec 12 19:45:47 P1xlNode electrs[3685]: [2021-12-12T19:45:47.374Z INFO electrs::chain] loading 713876 headers, tip=0000000000000000000136f53d5f0f7398d502cf163da4b7df8c1bf8cc3e0375
Dec 12 19:45:52 P1xlNode electrs[3685]: [2021-12-12T19:45:52.563Z INFO electrs::chain] chain updated: tip=0000000000000000000136f53d5f0f7398d502cf163da4b7df8c1bf8cc3e0375, height=713876
Dec 12 19:45:52 P1xlNode electrs[3685]: [2021-12-12T19:45:52.635Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:53 P1xlNode electrs[3685]: [2021-12-12T19:45:53.636Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:54 P1xlNode electrs[3685]: [2021-12-12T19:45:54.638Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:55 P1xlNode electrs[3685]: [2021-12-12T19:45:55.640Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:56 P1xlNode electrs[3685]: [2021-12-12T19:45:56.643Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:57 P1xlNode electrs[3685]: [2021-12-12T19:45:57.644Z INFO electrs::daemon] waiting for RPC warmup: Loading block index…
Dec 12 19:45:58 P1xlNode electrs[3685]: [2021-12-12T19:45:58.646Z INFO electrs::daemon] waiting for RPC warmup: Verifying blocks…
Dec 12 19:45:59 P1xlNode electrs[3685]: [2021-12-12T19:45:59.648Z INFO electrs::daemon] waiting for RPC warmup: Verifying blocks…
Dec 12 19:46:00 P1xlNode electrs[3685]: [2021-12-12T19:46:00.650Z INFO electrs::daemon] waiting for RPC warmup: Verifying blocks…
Dec 12 19:46:01 P1xlNode electrs[3685]: [2021-12-12T19:46:01.652Z INFO electrs::daemon] waiting for RPC warmup: Verifying blocks…
Dec 12 19:46:02 P1xlNode electrs[3685]: [2021-12-12T19:46:02.654Z INFO electrs::daemon] waiting for RPC warmup: Verifying blocks…
Dec 12 19:46:04 P1xlNode electrs[3685]: [2021-12-12T19:46:04.675Z INFO electrs::server] serving Electrum RPC on 0.0.0.0:50001
Dec 12 19:53:00 P1xlNode electrs[3685]: [2021-12-12T19:53:00.693Z INFO electrs::index] indexing 1 blocks: [713877..713877]
Dec 12 19:53:00 P1xlNode electrs[3685]: [2021-12-12T19:53:00.864Z INFO electrs::chain] chain updated: tip=000000000000000000086dbaf547ebb35901182b3282c4fe740fbe01cb431806, height=713877
*** ElectRS Status ***
##### STATUS ELECTRS SERVICE
configured=1
serviceInstalled=1
serviceRunning=1
syncProgress=100.00%
tipSynced=1
electrumResponding=1
initialSynced=1
localIP='192.168.178.161'
portTCP='50001'
localTCPPortActive=1
publicTCPPortAnswering=0
portSSL='50002'
localHTTPPortActive=1
publicHTTPPortAnswering=0
TorRunning=1
nginxTest=1
- LIT is OFF by config
*** LAST 20 BTCPayServer LOGS ***
sudo journalctl -u btcpayserver -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:29 GMT. --
Dec 12 19:45:54 P1xlNode dotnet[3687]: info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.Shopify - 1.2.3.0
Dec 12 19:45:54 P1xlNode dotnet[3687]: info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.CoinSwitch - 1.2.3.0
Dec 12 19:45:54 P1xlNode dotnet[3687]: info: Configuration: Supported chains: BTC
Dec 12 19:46:01 P1xlNode dotnet[3687]: info: Configuration: Network: Mainnet
Dec 12 19:46:01 P1xlNode dotnet[3687]: info: Configuration: Root Path: /
Dec 12 19:46:02 P1xlNode dotnet[3687]: info: Configuration: BTC: Explorer url is http://127.0.0.1:24444/
Dec 12 19:46:02 P1xlNode dotnet[3687]: info: Configuration: BTC: Cookie file is /home/btcpay/.nbxplorer/Main/.cookie
Dec 12 19:46:03 P1xlNode dotnet[3687]: info: PayServer: Starting listening NBXplorer (BTC)
Dec 12 19:46:03 P1xlNode dotnet[3687]: info: PayServer: Start watching invoices
Dec 12 19:46:04 P1xlNode dotnet[3687]: info: PayServer: Starting payment request expiration watcher
Dec 12 19:46:04 P1xlNode dotnet[3687]: info: PayServer: 0 pending payment requests being checked since last run
Dec 12 19:46:04 P1xlNode dotnet[3687]: info: PayServer: Importing 0 invoices into the search table in 0 pages
Dec 12 19:46:04 P1xlNode dotnet[3687]: info: PayServer: Full invoice search import successful
Dec 12 19:46:05 P1xlNode dotnet[3687]: info: Configuration: Listening on http://127.0.0.1:23000
Dec 12 19:46:05 P1xlNode dotnet[3687]: info: Events: NBXplorer BTC: NotConnected => Synching
Dec 12 19:46:16 P1xlNode dotnet[3687]: info: Events: NBXplorer BTC: Synching => Ready
Dec 12 19:46:16 P1xlNode dotnet[3687]: info: PayServer: BTC: Checking if any pending invoice got paid while offline...
Dec 12 19:46:16 P1xlNode dotnet[3687]: info: PayServer: BTC: 0 payments happened while offline
Dec 12 19:46:16 P1xlNode dotnet[3687]: info: PayServer: Connected to WebSocket of NBXplorer (BTC)
Dec 12 19:53:02 P1xlNode dotnet[3687]: info: Events: BTC: New block
*** LAST 20 BTC-RPC-Explorer LOGS ***
sudo journalctl -u btc-rpc-explorer -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:29 GMT. --
Dec 12 19:46:21 P1xlNode npm[6972]: > node ./bin/www
Dec 12 19:46:21 P1xlNode npm[6972]: 2021-12-12T19:46:21.441Z btcexp:app Searching for config files...
Dec 12 19:46:21 P1xlNode npm[6972]: 2021-12-12T19:46:21.445Z btcexp:app Config file found at /home/btcrpcexplorer/.config/btc-rpc-explorer.env, loading...
Dec 12 19:46:21 P1xlNode npm[6972]: 2021-12-12T19:46:21.450Z btcexp:app Config file not found at /etc/btc-rpc-explorer/.env, continuing...
Dec 12 19:46:21 P1xlNode npm[6972]: 2021-12-12T19:46:21.450Z btcexp:app Config file not found at /home/btcrpcexplorer/btc-rpc-explorer/.env, continuing...
Dec 12 19:46:24 P1xlNode npm[6972]: 2021-12-12T19:46:24.909Z btcexp:app Default cacheId '3.2.0'
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.004Z btcexp:app Enabling view caching (performance will be improved but template edits will not be reflected)
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.024Z btcexp:app Environment(development) - Node: v14.17.6, Platform: linux, Versions: {"node":"14.17.6","v8":"8.4.371.23-node.76","uv":"1.41.0","zlib":"1.2.11","brotli":"1.0.9","ares":"1.17.2","modules":"83","nghttp2":"1.42.0","napi":"8","llhttp":"2.1.3","openssl":"1.1.1l","cldr":"39.0","icu":"69.1","tz":"2021a","unicode":"13.0"}
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.164Z btcexp:app Using sourcecode version as cacheId: '0e4ff45d75'
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.164Z btcexp:app Starting BTC RPC Explorer, v3.2.0 (commit: '0e4ff45d75', date: 2021-08-10) at http://0.0.0.0:3020/
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.165Z btcexp:app Connecting to RPC node at 127.0.0.1:8332
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.183Z btcexp:app Verifying RPC connection...
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.190Z btcexp:app Loading mining pools config
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.272Z btcexp:app RPC Connected: version=220000 subversion=/Satoshi:22.0.0/, parsedVersion(used for RPC versioning)=22.0.0, protocolversion=70016, chain=main, services=[NETWORK, BLOOM, WITNESS, NETWORK_LIMITED]
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.273Z btcexp:app Loading historical data for chain=main
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.274Z btcexp:app Skipping performance-intensive task: fetch UTXO set summary. This is skipped due to the flag 'slowDeviceMode' which defaults to 'true' to protect slow nodes. Set this flag to 'false' to enjoy UTXO set summary details.
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.274Z btcexp:app Skipping performance-intensive task: fetch last 24 hrs of blockstats to calculate transaction volume. This is skipped due to the flag 'slowDeviceMode' which defaults to 'true' to protect slow nodes. Set this flag to 'false' to enjoy UTXO set summary details.
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.275Z btcexp:app txindex check: trying getindexinfo
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.289Z btcexp:app txindex check: getindexinfo={"txindex":{"synced":true,"best_block_height":713876}}
Dec 12 19:46:25 P1xlNode npm[6972]: 2021-12-12T19:46:25.289Z btcexp:app txindex check: available!
- LNbits is OFF by config
*** LAST 20 Thunderhub LOGS ***
sudo journalctl -u thunderhub -b --no-pager -n20
-- Logs begin at Sun 2021-12-12 19:44:06 GMT, end at Sun 2021-12-12 20:03:29 GMT. --
Dec 12 19:44:58 P1xlNode systemd[1]: Started ThunderHub daemon.
Dec 12 19:48:52 P1xlNode npm[753]: (node:813) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version.
Dec 12 19:48:52 P1xlNode npm[753]: (Use `node --trace-deprecation ...` to show where the warning was created)
Dec 12 19:48:55 P1xlNode npm[753]: Warning: For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'yarn add sharp', and Next.js will use it automatically for Image Optimization.
Dec 12 19:48:55 P1xlNode npm[753]: Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
- SPECTER is OFF by config
- SPHINX is OFF by config
*** MOUNTED DRIVES ***
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 29G 12G 16G 43% /
devtmpfs devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs tmpfs 3.9G 17M 3.9G 1% /run
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs tmpfs 32M 40K 32M 1% /var/cache/raspiblitz
/dev/mmcblk0p1 vfat 253M 31M 222M 13% /boot
/dev/sda1 ext4 916G 473G 397G 55% /mnt/hdd
tmpfs tmpfs 787M 0 787M 0% /run/user/1000
tmpfs tmpfs 787M 0 787M 0% /run/user/1001
*** DATADRIVE ***
# RASPIBLITZ DATA DRIVE Status
# BASICS
isMounted=1
isBTRFS=0
hddRaspiData=1
hddRaspiVersion='1.7.1'
isSSD=0
datadisk='sda'
datapartition='sda1'
hddBlocksBitcoin=1
hddBlocksLitecoin=0
hddBytes=1000203091968
hddGigaBytes=931
hddUsedInfo='473G (55%)'
hddDataFreeKB=415749016
hddAdapterUSB='174c:0823'
hddAdapterUSAP=0
# RAID
isRaid=0
raidCandidates=0
# SWAP
isSwapExternal=1
SwapExternalPath='/mnt/hdd/swapfile'
*** NETWORK ***
localip=192.168.178.161
dhcp=1
network_device=eth0
*** HARDWARE TEST RESULTS ***
*** SYSTEM STATUS (can take some seconds to gather) ***
localIP='192.168.178.161'
tempCelsius='48.1'
uptime=1154
upsStatus='OFF'
startcountBlockchain=1
bitcoinActive=1
blockchainPeers=12
blockchainHeight=713877
initialSync=0
syncProgress=100.00
startcountLightning=3
lndActive=1
walletLocked=0
lndPeers=8
syncedToChain=1
scanTimestamp=1639338753
scanDate='Sun Dec 12 19:52:33 GMT 2021'
scanProgress=99.99
lndRPCReady=1
clActive=0
CLwalletLocked=0
blitzTUIActive=0
blitzTUIRestarts=0
vagrant=0
scriptRuntime=1
*** OPTION: SHARE THIS DEBUG OUTPUT ***
An easy way to share this debug output on GitHub or on a support chat
use the following command and share the resulting link:
debug | torsocks nc termbin.com 9999
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Umbrel Troubleshooting Guide
How to login using SSH into my Umbrel node? ... Reset your Umbrel user data (if you lost your password) ... How to...
Read more >LN.Guide | A beginners guide to the Lightning Network
Select a mobile wallet and connect it to your node using the guides relevant to your chosen node/wallet combo (this is completely optional...
Read more >site:self.lightningnetwork - Reddit post and comment search
I'm trying to send a POST HTTP request using Curl as a test but the connection is being reset by the server. I...
Read more >Ellis Pires / raspiblitz - GitLab
You can connect the following Wallet-Apps to your RaspiBlitz: ... It is also used as login for additional apps like the RTL-WebGUI or...
Read more >Tales from the Crypt #8: Team Lightswitch breaks down madness by ...
They dive into the details of hedging strategy, the software of forwards contracts, and the connection between mining companies and the energy industry....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

An update of Thunderhub fixed it! 😱🥳 I cannot believe this.
great that means this will be unlikely an issue in the next release