raspiblitz / raspiblitz

Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
MIT License
2.45k stars 520 forks source link

Upgrade to 1.7.1 - Password C Multiple Entries #2652

Closed GitmoBTC closed 2 years ago

GitmoBTC commented 2 years ago

After upgrading to 1.7.1 and after initial reboot, my node repeatedly asks for password C while syncing. Blockchain progress shows 100.00% with multiple peers, but Lightning progress shows "X restarts" where X is the number of times I've re-entered password C. I'm up to "15 restarts" after about 30 minutes of syncing. Upon entering the correct password C, I see "successful LND unlock" briefly so I'm confident the password is correct.

If it's relevant: the display on my RaspiBlitz is different from what the SSH'd terminal is showing. My SSH'd connection is showing the Node Syncing screen described above whereas my node's display shows a screen saying the Lightning Wallet is locked, and it lists the local IP address to SSH into with "Use your Password A".

It seems like my password C isn't unlocking the wallet, so it's stuck. Any help is appreciated.

alaznem commented 2 years ago

I experience the same issue with a new and fresh raspiblitz node, including full chain sync.

The lnd log sudo journalctl -f -u lnd shows:

Oct 23 18:21:24 raspberrypi systemd[1]: Starting LND Lightning Daemon...
Oct 23 18:21:24 raspberrypi systemd[1]: Started LND Lightning Daemon.
Oct 23 18:22:47 raspberrypi lnd[32400]: unable to determine if wallet is synced: Post "http://127.0.0.1:8332": dial tcp 127.0.0.1:8332: connect: connection refused
Oct 23 18:22:47 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Oct 23 18:22:47 raspberrypi systemd[1]: lnd.service: Failed with result 'exit-code'.
Oct 23 18:23:47 raspberrypi systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart.
Oct 23 18:23:47 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 6.
Oct 23 18:23:47 raspberrypi systemd[1]: Stopped LND Lightning Daemon.
Oct 23 18:23:47 raspberrypi systemd[1]: Starting LND Lightning Daemon...
Oct 23 18:23:47 raspberrypi systemd[1]: Started LND Lightning Daemon.
Oct 23 18:25:27 raspberrypi lnd[11511]: unable to create chain control: -28: Loading block index…
Oct 23 18:25:27 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Oct 23 18:25:27 raspberrypi systemd[1]: lnd.service: Failed with result 'exit-code'.
Oct 23 18:26:27 raspberrypi systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart.
Oct 23 18:26:27 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 7.
Oct 23 18:26:27 raspberrypi systemd[1]: Stopped LND Lightning Daemon.
Oct 23 18:26:27 raspberrypi systemd[1]: Starting LND Lightning Daemon...
Oct 23 18:26:28 raspberrypi systemd[1]: Started LND Lightning Daemon.
Oct 23 18:32:19 raspberrypi lnd[24449]: unable to determine if wallet is synced: Post "http://127.0.0.1:8332": dial tcp 127.0.0.1:8332: connect: connection refused
Oct 23 18:32:19 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Oct 23 18:32:19 raspberrypi systemd[1]: lnd.service: Failed with result 'exit-code'.
Oct 23 18:33:19 raspberrypi systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart.
Oct 23 18:33:19 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 8.
Oct 23 18:33:19 raspberrypi systemd[1]: Stopped LND Lightning Daemon.
Oct 23 18:33:19 raspberrypi systemd[1]: Starting LND Lightning Daemon...
Oct 23 18:33:19 raspberrypi systemd[1]: Started LND Lightning Daemon.

The bitcoind log sudo journalctl -f -u bitcoind shows:

Oct 23 18:32:19 raspberrypi systemd[1]: Stopping Bitcoin-Daemon...
Oct 23 18:32:20 raspberrypi systemd[1]: bitcoind.service: Succeeded.
Oct 23 18:32:20 raspberrypi systemd[1]: Stopped Bitcoin-Daemon.
Oct 23 18:32:22 raspberrypi systemd[1]: Starting Bitcoin-Daemon...
Oct 23 18:32:22 raspberrypi systemd[1]: Started Bitcoin-Daemon.
Oct 23 18:33:29 raspberrypi systemd[1]: Stopping Bitcoin-Daemon...
Oct 23 18:33:30 raspberrypi systemd[1]: bitcoind.service: Succeeded.
Oct 23 18:33:30 raspberrypi systemd[1]: Stopped Bitcoin-Daemon.
Oct 23 18:33:32 raspberrypi systemd[1]: Starting Bitcoin-Daemon...
Oct 23 18:33:32 raspberrypi systemd[1]: Started Bitcoin-Daemon.
Oct 23 18:34:39 raspberrypi systemd[1]: Stopping Bitcoin-Daemon...
Oct 23 18:34:41 raspberrypi systemd[1]: bitcoind.service: Succeeded.
Oct 23 18:34:41 raspberrypi systemd[1]: Stopped Bitcoin-Daemon.
Oct 23 18:34:43 raspberrypi systemd[1]: Starting Bitcoin-Daemon...
Oct 23 18:34:43 raspberrypi systemd[1]: Started Bitcoin-Daemon.

One bitcoind run cycle with sudo cat /mnt/hdd/bitcoin/debug.log:

2021-10-23T17:37:05Z Bitcoin Core version v22.0.0 (release build)
2021-10-23T17:37:05Z InitParameterInteraction: parameter interaction: -bind set -> setting -listen=1
2021-10-23T17:37:05Z InitParameterInteraction: parameter interaction: -proxy set -> setting -upnp=0
2021-10-23T17:37:05Z InitParameterInteraction: parameter interaction: -proxy set -> setting -natpmp=0
2021-10-23T17:37:05Z InitParameterInteraction: parameter interaction: -proxy set -> setting -discover=0
2021-10-23T17:37:05Z Assuming ancestors of block 00000000000000000008a89e854d57e5667df88f1cdef6fde2fbca1de5b639ad have valid signatures.
2021-10-23T17:37:05Z Setting nMinimumChainWork=00000000000000000000000000000000000000001fa4663bbbe19f82de910280
2021-10-23T17:37:05Z Using the 'standard' SHA256 implementation
2021-10-23T17:37:05Z Wallet disabled!
2021-10-23T17:37:05Z Default data directory /home/bitcoin/.bitcoin
2021-10-23T17:37:05Z Using data directory /mnt/hdd/bitcoin
2021-10-23T17:37:05Z Config file: /mnt/hdd/bitcoin/bitcoin.conf
2021-10-23T17:37:05Z Config file arg: daemon="1"
2021-10-23T17:37:05Z Config file arg: datadir="/mnt/hdd/bitcoin"
2021-10-23T17:37:05Z Config file arg: dbcache="512"
2021-10-23T17:37:05Z Config file arg: deprecatedrpc="addresses"
2021-10-23T17:37:05Z Config file arg: disablewallet="1"
2021-10-23T17:37:05Z Config file arg: dns="0"
2021-10-23T17:37:05Z Config file arg: dnsseed="0"
2021-10-23T17:37:05Z Config file arg: maxconnections="40"
2021-10-23T17:37:05Z Config file arg: maxmempool="300"
2021-10-23T17:37:05Z Config file arg: maxorphantx="10"
2021-10-23T17:37:05Z Config file arg: maxuploadtarget="5000"
2021-10-23T17:37:05Z Config file arg: onlynet="onion"
2021-10-23T17:37:05Z Config file arg: peerbloomfilters="1"
2021-10-23T17:37:05Z Config file arg: proxy="127.0.0.1:9050"
2021-10-23T17:37:05Z Config file arg: rpcallowip="127.0.0.1"
2021-10-23T17:37:05Z Config file arg: rpcpassword=****
2021-10-23T17:37:05Z Config file arg: rpcuser=****
2021-10-23T17:37:05Z Config file arg: server="1"
2021-10-23T17:37:05Z Config file arg: testnet="0"
2021-10-23T17:37:05Z Config file arg: txindex="0"
2021-10-23T17:37:05Z Config file arg: zmqpubrawblock="tcp://127.0.0.1:28332"
2021-10-23T17:37:05Z Config file arg: zmqpubrawtx="tcp://127.0.0.1:28333"
2021-10-23T17:37:05Z Config file arg: [main] bind="127.0.0.1"
2021-10-23T17:37:05Z Config file arg: [main] rpcbind=****
2021-10-23T17:37:05Z Config file arg: [main] rpcport="8332"
2021-10-23T17:37:05Z Config file arg: [test] bind="127.0.0.1"
2021-10-23T17:37:05Z Config file arg: [test] rpcbind=****
2021-10-23T17:37:05Z Config file arg: [test] rpcport="18332"
2021-10-23T17:37:05Z Command-line arg: conf="/mnt/hdd/bitcoin/bitcoin.conf"
2021-10-23T17:37:05Z Command-line arg: daemon=""
2021-10-23T17:37:05Z Command-line arg: debuglogfile="/mnt/hdd/bitcoin/debug.log"
2021-10-23T17:37:05Z Command-line arg: pid="/mnt/hdd/bitcoin/bitcoind.pid"
2021-10-23T17:37:05Z Using at most 40 automatic connections (1024 file descriptors available)
2021-10-23T17:37:05Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-10-23T17:37:05Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-10-23T17:37:05Z Script verification uses 3 additional threads
2021-10-23T17:37:05Z scheduler thread start
2021-10-23T17:37:05Z HTTP: creating work queue of depth 16
2021-10-23T17:37:05Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2021-10-23T17:37:05Z HTTP: starting 4 worker threads
2021-10-23T17:37:05Z init message: Loading banlist…
2021-10-23T17:37:05Z SetNetworkActive: true
2021-10-23T17:37:05Z Using /16 prefix for IP bucketing
2021-10-23T17:37:05Z Cache configuration:
2021-10-23T17:37:05Z * Using 2.0 MiB for block index database
2021-10-23T17:37:05Z * Using 8.0 MiB for chain state database
2021-10-23T17:37:05Z * Using 502.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2021-10-23T17:37:05Z init message: Loading block index…
2021-10-23T17:37:05Z Switching active chainstate to Chainstate [ibd] @ height -1 (null)
2021-10-23T17:37:05Z Opening LevelDB in /mnt/hdd/bitcoin/blocks/index
2021-10-23T17:37:05Z Opened LevelDB successfully
2021-10-23T17:37:05Z Using obfuscation key for /mnt/hdd/bitcoin/blocks/index: 0000000000000000
2021-10-23T17:37:17Z LoadBlockIndexDB: last block file = 2775
2021-10-23T17:37:17Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=108, size=106359022, heights=706237...706344, time=2021-10-23...2021-10-23)
2021-10-23T17:37:17Z Checking all blk files are present...
2021-10-23T17:37:17Z Opening LevelDB in /mnt/hdd/bitcoin/chainstate
2021-10-23T17:37:17Z Opened LevelDB successfully
2021-10-23T17:37:17Z Using obfuscation key for /mnt/hdd/bitcoin/chainstate: 3f6874a9135e6522
2021-10-23T17:37:18Z Loaded best chain: hashBestChain=000000000000000000099000bbc7224856a83e16d91675006306544db919fdc4 height=706344 date=2021-10-23T17:34:08Z progress=0.999999
2021-10-23T17:37:18Z init message: Verifying blocks…
2021-10-23T17:37:18Z Verifying last 6 blocks at level 3
2021-10-23T17:37:18Z [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2021-10-23T17:37:20Z No coin database inconsistencies in last 6 blocks (11925 transactions)
2021-10-23T17:37:20Z  block index           14822ms
2021-10-23T17:37:20Z block tree size = 706346
2021-10-23T17:37:20Z nBestHeight = 706344
2021-10-23T17:37:20Z loadblk thread start
2021-10-23T17:37:20Z Bound to 127.0.0.1:8333
2021-10-23T17:37:20Z Bound to 127.0.0.1:8334
2021-10-23T17:37:20Z init message: Loading P2P addresses…
2021-10-23T17:37:20Z torcontrol thread start
2021-10-23T17:37:20Z Leaving InitialBlockDownload (latching to false)
2021-10-23T17:37:20Z tor: Got service ID [REMOVED TOR ADDRESS], advertising service [REMOVED TOR ADDRESS].onion:8333
2021-10-23T17:37:20Z AddLocal([REMOVED TOR ADDRESS].onion:8333,4)
2021-10-23T17:37:20Z Loaded 9671 addresses from peers.dat  111ms
2021-10-23T17:37:20Z Loaded 0 addresses from "anchors.dat"
2021-10-23T17:37:20Z 0 block-relay-only anchors will be tried for connections.
2021-10-23T17:37:20Z init message: Starting network threads…
2021-10-23T17:37:20Z DNS seeding disabled
2021-10-23T17:37:20Z init message: Done loading
2021-10-23T17:37:20Z opencon thread start
2021-10-23T17:37:20Z addcon thread start
2021-10-23T17:37:20Z msghand thread start
2021-10-23T17:37:20Z net thread start
2021-10-23T17:37:21Z Imported mempool transactions from disk: 231 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2021-10-23T17:37:21Z loadblk thread exit
2021-10-23T17:37:39Z New outbound peer connected: version: 70016, blocks=706344, peer=0 (outbound-full-relay)
2021-10-23T17:37:55Z New outbound peer connected: version: 70016, blocks=706344, peer=1 (outbound-full-relay)
2021-10-23T17:38:12Z tor: Thread interrupt
2021-10-23T17:38:12Z Shutdown: In progress...
2021-10-23T17:38:12Z addcon thread exit
2021-10-23T17:38:12Z RemoveLocal([REMOVED TOR ADDRESS].onion:8333)
2021-10-23T17:38:12Z torcontrol thread exit
2021-10-23T17:38:12Z net thread exit
2021-10-23T17:38:12Z msghand thread exit
2021-10-23T17:38:12Z ERROR: Error while reading proxy response
2021-10-23T17:38:12Z opencon thread exit
2021-10-23T17:38:12Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat started
2021-10-23T17:38:12Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat completed (0.00s)
2021-10-23T17:38:12Z scheduler thread exit
2021-10-23T17:38:12Z Writing 0 unbroadcast transactions to disk.
2021-10-23T17:38:12Z Dumped mempool: 0.000867s to copy, 0.007104s to dump
2021-10-23T17:38:12Z FlushStateToDisk: write coins cache to disk (1594 coins, 231kB) started
2021-10-23T17:38:12Z FlushStateToDisk: write coins cache to disk (1594 coins, 231kB) completed (0.00s)
2021-10-23T17:38:12Z FlushStateToDisk: write coins cache to disk (0 coins, 25kB) started
2021-10-23T17:38:12Z FlushStateToDisk: write coins cache to disk (0 coins, 25kB) completed (0.00s)
2021-10-23T17:38:13Z Shutdown: done
alaznem commented 2 years ago

@The34Goon experiences with https://github.com/rootzoll/raspiblitz/issues/2639#issuecomment-945222301 the same behaviour in sudo cat /mnt/hdd/bitcoin/debug.log

2021-10-23T17:38:12Z tor: Thread interrupt
2021-10-23T17:38:12Z Shutdown: In progress...
GitmoBTC commented 2 years ago

Tried to reinstall 1.7.1 but ended up with the same issue. So I reverted back to 1.7.0 by re-flashing the SD, and now "The LND service is not running." It's suggesting LND might be in an error loop. Tried restarting, but same issue.

Going to try and restore from seed I guess, not sure what's going on.

alaznem commented 2 years ago

Going to try and restore from seed I guess, not sure what's going on.

Make sure you don't have any lightning channel funds before trying to restore just from the seed.

Check the README section ONLY SEED Only Seed Word List (Fallback) about different restore methods.

There it's written: "If you only have the seed word list (RaspiBlitz 1.1 and older) you can at least try to recover your on-chain funds. Recovery of channel funds is not very likely in this scenario."

(I assume you know what you're doing and how to proceed. But if you are unsure how to restore and you are having channel funds, just keep on writing here in this thread.)

GitmoBTC commented 2 years ago

Thanks, I have the LNDRESCUE file I created before this happened, so backing up from that should work.

My issue now is this file is on my desktop and not on my node, so I'll have to figure out how to transfer it over or find it on the node during the restore process.

Should be able to figure it out with some tinkering. Hopefully this 1.7.1 issue is fixed, seems like it nuked my node completely just trying to update.

GitmoBTC commented 2 years ago

Here's the debug output I get when my node fails to unlock LND in 1.7.0 after reverting back, not sure if it helps:


BLOCKCHAIN SYSTEMD STATUS ● bitcoind.service - Bitcoin daemon Loaded: loaded (/etc/systemd/system/bitcoind.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2021-10-23 23:43:17 BST; 14h ago Process: 1470 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log blockchain STARTED (code=exited, status=0/SUCCESS) Process: 1478 ExecStart=/usr/local/bin/bitcoind -daemon -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/mnt/hdd/bitcoin/bitcoind.pid (code=exited, status=0/SUCCESS) Main PID: 1507 (bitcoind) Tasks: 18 (limit: 4533) CGroup: /system.slice/bitcoind.service └─1507 /usr/local/bin/bitcoind -daemon -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/mnt/hd…

Oct 23 23:43:17 raspberrypi systemd[1]: Starting Bitcoin daemon... Oct 23 23:43:17 raspberrypi systemd[1]: Started Bitcoin daemon.

LAST BLOCKCHAIN ERROR LOGS sudo journalctl -u bitcoind -b --no-pager -n8 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:35 BST. -- Oct 23 23:43:17 raspberrypi systemd[1]: Starting Bitcoin daemon... Oct 23 23:43:17 raspberrypi systemd[1]: Started Bitcoin daemon.

LAST BLOCKCHAIN 20 INFO LOGS sudo tail -n 20 /mnt/hdd/bitcoin/debug.log 2021-10-24T13:39:39Z UpdateTip: new best=0000000000000000000db77617e775f72c6e8bdcba10db7f4eee282f9184ed73 height=706423 version=0x3fff0004 log2_work=93.135342 tx=680854972 date='2021-10-24T08:28:11Z' progress=0.999904 cache=38.8MiB(286956txo) 2021-10-24T13:39:43Z UpdateTip: new best=0000000000000000000ae21de8aab1a2d2be7611c214fcce566dde64f0ddaea4 height=706424 version=0x37ffe004 log2_work=93.135353 tx=680856484 date='2021-10-24T08:38:04Z' progress=0.999907 cache=39.2MiB(290179txo) 2021-10-24T13:39:45Z UpdateTip: new best=000000000000000000024212ba1dd70b5eed80df15452a4ab140b03257e2a72f height=706425 version=0x20c00004 log2_work=93.135365 tx=680857617 date='2021-10-24T08:45:54Z' progress=0.999909 cache=39.5MiB(292966txo) 2021-10-24T13:39:48Z Pre-allocating up to position 0xb00000 in rev02776.dat 2021-10-24T13:39:48Z UpdateTip: new best=00000000000000000001d438610e343a89f4a849be26b4fddeacfd455522cf93 height=706426 version=0x20a00004 log2_work=93.135376 tx=680858860 date='2021-10-24T08:54:35Z' progress=0.999912 cache=39.9MiB(295944txo) 2021-10-24T13:39:54Z UpdateTip: new best=0000000000000000000924047795e987d0e2bdb049969db7f3b93944ed030c15 height=706427 version=0x20c00004 log2_work=93.135388 tx=680860322 date='2021-10-24T09:04:03Z' progress=0.999915 cache=40.4MiB(299652txo) 2021-10-24T13:39:59Z UpdateTip: new best=000000000000000000086f218f25e4e9ec7ce54c2fd4926c87324df93b4242df height=706428 version=0x2000e004 log2_work=93.135399 tx=680861649 date='2021-10-24T09:13:20Z' progress=0.999918 cache=40.9MiB(304243txo) 2021-10-24T13:40:02Z UpdateTip: new best=0000000000000000000586292f28560ba5f40baf8373b5f6c1e67bf3a6d9f9bc height=706429 version=0x2000e004 log2_work=93.135411 tx=680862594 date='2021-10-24T09:19:56Z' progress=0.999920 cache=41.3MiB(306990txo) 2021-10-24T13:40:03Z UpdateTip: new best=000000000000000000040b9bd2ff28733d9ae2fea58c388387189fc6d58aac1d height=706430 version=0x20004004 log2_work=93.135422 tx=680863059 date='2021-10-24T09:22:47Z' progress=0.999920 cache=41.6MiB(309530txo) 2021-10-24T13:40:08Z UpdateTip: new best=0000000000000000000ca8f0d9e56d8937b5a28485d90c861ac1a6e9fbccf593 height=706431 version=0x20006004 log2_work=93.135433 tx=680864825 date='2021-10-24T09:34:41Z' progress=0.999924 cache=42.1MiB(314079txo) 2021-10-24T13:40:08Z UpdateTip: new best=0000000000000000000c54e587b3b4de15ddbf4454752b0e3d9a1f65a96d64c5 height=706432 version=0x20002004 log2_work=93.135445 tx=680864944 date='2021-10-24T09:35:18Z' progress=0.999924 cache=42.2MiB(314364txo) 2021-10-24T13:40:09Z UpdateTip: new best=00000000000000000005b7378f0abdd605300f0c1f4157e600f40621f9157924 height=706433 version=0x3151a004 log2_work=93.135456 tx=680865326 date='2021-10-24T09:38:13Z' progress=0.999925 cache=42.3MiB(315286txo) 2021-10-24T13:40:16Z UpdateTip: new best=000000000000000000049c225dc1828654021d7d4ae7c9098f2e8ecce32d74d4 height=706434 version=0x20000004 log2_work=93.135468 tx=680867654 date='2021-10-24T09:54:36Z' progress=0.999930 cache=43.4MiB(323869txo) 2021-10-24T13:40:17Z UpdateTip: new best=00000000000000000004e7fa07032ef881c1bc5fd8b3a0bfc0557668dbebeca2 height=706435 version=0x20002004 log2_work=93.135479 tx=680867796 date='2021-10-24T09:55:42Z' progress=0.999931 cache=43.4MiB(324278txo) 2021-10-24T13:40:18Z UpdateTip: new best=000000000000000000056336bd59ba2d36c9d12b760b1bb38c17c1ba6dfe32f9 height=706436 version=0x3fff0004 log2_work=93.135491 tx=680868405 date='2021-10-24T09:59:47Z' progress=0.999932 cache=43.6MiB(325655txo) 2021-10-24T13:40:24Z UpdateTip: new best=0000000000000000000843edc4bc9bbbb6549250193d935117143dd4f9f8afde height=706437 version=0x27ffe004 log2_work=93.135502 tx=680869421 date='2021-10-24T10:04:25Z' progress=0.999933 cache=43.9MiB(328707txo) 2021-10-24T13:40:25Z UpdateTip: new best=000000000000000000003c9d96e24c4c4877878abd45473b10845c16e8f44380 height=706438 version=0x20000004 log2_work=93.135514 tx=680869582 date='2021-10-24T10:05:46Z' progress=0.999934 cache=44.0MiB(329263txo) 2021-10-24T13:40:25Z UpdateTip: new best=00000000000000000005ab6f0f5197b085254855168d6f941dd3249ee092d049 height=706439 version=0x20200004 log2_work=93.135525 tx=680869665 date='2021-10-24T10:06:01Z' progress=0.999934 cache=44.0MiB(329410txo) 2021-10-24T13:40:32Z Pre-allocating up to position 0xc00000 in rev02776.dat 2021-10-24T13:40:32Z UpdateTip: new best=0000000000000000000cf57d67ffbe36c5f03f0eec45ee9a0131c0f61ed8a0bc height=706440 version=0x27ffe004 log2_work=93.135536 tx=680871769 date='2021-10-24T10:21:51Z' progress=0.999939 cache=44.8MiB(335779txo)

LND SYSTEMD STATUS ● lnd.service - LND Lightning Daemon Loaded: loaded (/etc/systemd/system/lnd.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2021-10-24 14:40:10 BST; 25s ago Process: 13892 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log lightning STARTED (code=exited, status=0/SUCCESS) Process: 13894 ExecStart=/usr/local/bin/lnd --tor.active --tor.streamisolation --tor.v3 --tor.socks=9070 --tor.control=9071 --listen=127.0.0.1:9735 ${lndExtraParameter} (code=exited, status=1/FAILURE) Main PID: 13894 (code=exited, status=1/FAILURE)

LAST LND ERROR LOGS sudo journalctl -u lnd -b --no-pager -n12 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:35 BST. -- Oct 24 14:39:07 raspberrypi systemd[1]: Started LND Lightning Daemon. Oct 24 14:39:08 raspberrypi lnd[12245]: unable to open databases: unable to open local channeldb: channel db cannot revert to prior version Oct 24 14:39:08 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 24 14:39:08 raspberrypi systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 24 14:40:09 raspberrypi systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 24 14:40:09 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 9. Oct 24 14:40:09 raspberrypi systemd[1]: Stopped LND Lightning Daemon. Oct 24 14:40:09 raspberrypi systemd[1]: Starting LND Lightning Daemon... Oct 24 14:40:09 raspberrypi systemd[1]: Started LND Lightning Daemon. Oct 24 14:40:10 raspberrypi lnd[13894]: unable to open databases: unable to open local channeldb: channel db cannot revert to prior version Oct 24 14:40:10 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 24 14:40:10 raspberrypi systemd[1]: lnd.service: Failed with result 'exit-code'.

LAST 30 LND INFO LOGS sudo tail -n 30 /mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log 2021-10-24 14:37:06.561 [INF] LTND: Opening the main database, this might take a few minutes... 2021-10-24 14:37:06.561 [INF] LTND: Opening bbolt database, sync_freelist=true, auto_compact=false 2021-10-24 14:37:06.693 [INF] CHDB: Checking for schema update: latest_version=20, db_version=22 2021-10-24 14:37:06.693 [ERR] CHDB: Refusing to revert from db_version=22 to lower version=20 2021-10-24 14:37:06.693 [ERR] LTND: unable to open local channeldb: channel db cannot revert to prior version 2021-10-24 14:37:06.694 [INF] LTND: Shutdown complete

2021-10-24 14:38:07.627 [INF] LTND: Version: 0.12.1-beta commit=v0.12.1-beta, build=production, logging=default, debuglevel=debug 2021-10-24 14:38:07.628 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2021-10-24 14:38:07.629 [INF] LTND: Opening the main database, this might take a few minutes... 2021-10-24 14:38:07.629 [INF] LTND: Opening bbolt database, sync_freelist=true, auto_compact=false 2021-10-24 14:38:07.662 [INF] CHDB: Checking for schema update: latest_version=20, db_version=22 2021-10-24 14:38:07.662 [ERR] CHDB: Refusing to revert from db_version=22 to lower version=20 2021-10-24 14:38:07.662 [ERR] LTND: unable to open local channeldb: channel db cannot revert to prior version 2021-10-24 14:39:08.769 [INF] LTND: Version: 0.12.1-beta commit=v0.12.1-beta, build=production, logging=default, debuglevel=debug 2021-10-24 14:39:08.770 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2021-10-24 14:39:08.773 [INF] LTND: Opening the main database, this might take a few minutes... 2021-10-24 14:39:08.773 [INF] LTND: Opening bbolt database, sync_freelist=true, auto_compact=false 2021-10-24 14:39:08.843 [INF] CHDB: Checking for schema update: latest_version=20, db_version=22 2021-10-24 14:39:08.843 [ERR] CHDB: Refusing to revert from db_version=22 to lower version=20 2021-10-24 14:39:08.843 [ERR] LTND: unable to open local channeldb: channel db cannot revert to prior version 2021-10-24 14:39:08.844 [INF] LTND: Shutdown complete 2021-10-24 14:40:09.943 [INF] LTND: Version: 0.12.1-beta commit=v0.12.1-beta, build=production, logging=default, debuglevel=debug 2021-10-24 14:40:09.943 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2021-10-24 14:40:09.949 [INF] LTND: Opening the main database, this might take a few minutes... 2021-10-24 14:40:09.949 [INF] LTND: Opening bbolt database, sync_freelist=true, auto_compact=false 2021-10-24 14:40:10.016 [INF] CHDB: Checking for schema update: latest_version=20, db_version=22 2021-10-24 14:40:10.016 [ERR] CHDB: Refusing to revert from db_version=22 to lower version=20 2021-10-24 14:40:10.016 [ERR] LTND: unable to open local channeldb: channel db cannot revert to prior version 2021-10-24 14:40:10.017 [INF] LTND: Shutdown complete

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 Sat 2021-10-23 23:43:03 BST; 14h ago Docs: man:nginx(8) Main PID: 879 (nginx) Tasks: 5 (limit: 4533) CGroup: /system.slice/nginx.service ├─879 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; ├─880 nginx: worker process ├─881 nginx: worker process ├─882 nginx: worker process └─883 nginx: worker process

Oct 23 23:43:02 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy…ver... Oct 23 23:43:03 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Hint: Some lines were ellipsized, use -l to show in full.

LAST NGINX LOGS sudo journalctl -u nginx -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:35 BST. -- Oct 23 23:43:02 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 23 23:43:03 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. --> CHECK CONFIG: sudo nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful

LAST 20 TOUCHSCREEN LOGS sudo tail -n 20 /home/pi/.cache/lxsession/LXDE-pi/run.log Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Message: 01:44:02.973: wlan0: Received scan results Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Message: 01:45:03.021: wlan0: Received scan results Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Message: 01:46:02.982: wlan0: Received scan results Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Message: 01:47:02.989: wlan0: Received scan results Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono

LAST 20 LOOP LOGS sudo journalctl -u loopd -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- Oct 24 14:38:36 raspberrypi systemd[1]: Stopped Loopd Service. Oct 24 14:38:36 raspberrypi systemd[1]: Started Loopd Service. Oct 24 14:38:37 raspberrypi loopd[11362]: 2021-10-24 14:38:37.733 [INF] LOOPD: Version: 0.15.0-beta commit= Oct 24 14:38:37 raspberrypi loopd[11362]: 2021-10-24 14:38:37.735 [INF] LNDC: Creating lnd connection to localhost:10009 Oct 24 14:38:37 raspberrypi loopd[11362]: 2021-10-24 14:38:37.738 [INF] LNDC: Connected to lnd Oct 24 14:38:37 raspberrypi loopd[11362]: 2021-10-24 14:38:37.738 [INF] LNDC: Waiting for lnd to unlock Oct 24 14:38:42 raspberrypi loopd[11362]: loopd exited with an error: rpc error: code = DeadlineExceeded desc = latest balancer error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:10009: connect: connection refused" Oct 24 14:38:42 raspberrypi systemd[1]: loopd.service: Main process exited, code=exited, status=1/FAILURE Oct 24 14:38:42 raspberrypi systemd[1]: loopd.service: Failed with result 'exit-code'. Oct 24 14:39:42 raspberrypi systemd[1]: loopd.service: Service RestartSec=1min expired, scheduling restart. Oct 24 14:39:42 raspberrypi systemd[1]: loopd.service: Scheduled restart job, restart counter is at 8. Oct 24 14:39:42 raspberrypi systemd[1]: Stopped Loopd Service. Oct 24 14:39:42 raspberrypi systemd[1]: Started Loopd Service. Oct 24 14:39:43 raspberrypi loopd[13511]: 2021-10-24 14:39:43.628 [INF] LOOPD: Version: 0.15.0-beta commit= Oct 24 14:39:43 raspberrypi loopd[13511]: 2021-10-24 14:39:43.631 [INF] LNDC: Creating lnd connection to localhost:10009 Oct 24 14:39:43 raspberrypi loopd[13511]: 2021-10-24 14:39:43.654 [INF] LNDC: Connected to lnd Oct 24 14:39:43 raspberrypi loopd[13511]: 2021-10-24 14:39:43.654 [INF] LNDC: Waiting for lnd to unlock Oct 24 14:39:48 raspberrypi loopd[13511]: loopd exited with an error: rpc error: code = DeadlineExceeded desc = latest balancer error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:10009: connect: connection refused" Oct 24 14:39:48 raspberrypi systemd[1]: loopd.service: Main process exited, code=exited, status=1/FAILURE Oct 24 14:39:48 raspberrypi systemd[1]: loopd.service: Failed with result 'exit-code'.

LAST 20 RTL LOGS sudo journalctl -u RTL -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- Oct 23 23:43:17 raspberrypi systemd[1]: Started RTL daemon.

LAST 20 BTCPayServer LOGS sudo journalctl -u btcpayserver -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- -- No entries --

LAST 20 LNbits LOGS sudo journalctl -u lnbits -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- -- No entries --

LAST 20 Thunderhub LOGS sudo journalctl -u thunderhub -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- -- No entries --

LAST 20 SPECTER LOGS sudo journalctl -u cryptoadvance-specter -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- -- No entries --

LAST 20 SPHINX LOGS sudo journalctl -u sphinxrelay -b --no-pager -n20 -- Logs begin at Sat 2021-10-23 23:42:00 BST, end at Sun 2021-10-24 14:40:36 BST. -- Oct 24 14:40:15 raspberrypi env[1939]: => 2021-10-24 14:40:15 [lightning] reconnecting... attempt #254 Oct 24 14:40:15 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:17 raspberrypi env[1939]: => 2021-10-24 14:40:17 [lightning] reconnecting... attempt #255 Oct 24 14:40:17 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:19 raspberrypi env[1939]: => 2021-10-24 14:40:19 [lightning] reconnecting... attempt #256 Oct 24 14:40:19 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:21 raspberrypi env[1939]: => 2021-10-24 14:40:21 [lightning] reconnecting... attempt #257 Oct 24 14:40:22 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:24 raspberrypi env[1939]: => 2021-10-24 14:40:24 [lightning] reconnecting... attempt #258 Oct 24 14:40:24 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:26 raspberrypi env[1939]: => 2021-10-24 14:40:26 [lightning] reconnecting... attempt #259 Oct 24 14:40:26 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:28 raspberrypi env[1939]: => 2021-10-24 14:40:28 [lightning] reconnecting... attempt #260 Oct 24 14:40:28 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:30 raspberrypi env[1939]: => 2021-10-24 14:40:30 [lightning] reconnecting... attempt #261 Oct 24 14:40:30 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:32 raspberrypi env[1939]: => 2021-10-24 14:40:32 [lightning] reconnecting... attempt #262 Oct 24 14:40:33 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses Oct 24 14:40:35 raspberrypi env[1939]: => 2021-10-24 14:40:35 [lightning] reconnecting... attempt #263 Oct 24 14:40:35 raspberrypi env[1939]: [lightning] ERROR Error: 14 UNAVAILABLE: failed to connect to all addresses

MOUNTED DRIVES Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 59G 6.9G 50G 13% / devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 8.5M 1.9G 1% /run tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup tmpfs tmpfs 32M 0 32M 0% /var/cache/raspiblitz /dev/mmcblk0p1 vfat 253M 30M 223M 12% /boot /dev/sda1 ext4 916G 434G 436G 50% /mnt/hdd tmpfs tmpfs 385M 0 385M 0% /run/user/1000 tmpfs tmpfs 385M 0 385M 0% /run/user/1001

DATADRIVE

RASPIBLITZ DATA DRIVE Status

BASICS

isMounted=1 isBTRFS=0 hddRaspiData=1 isSSD=1 datadisk='sda' datapartition='sda1' hddBlocksBitcoin=1 hddBlocksLitecoin=0 hddBytes=1000141693440 hddGigaBytes=931 hddUsedInfo='434G (50%)' hddDataFreeKB=456456556 hddAdapterUSB='174c:55aa' hddAdapterUSAP=1

RAID

isRaid=0 raidCandidates=0

SWAP

isSwapExternal=1 SwapExternalPath='/mnt/hdd/swapfile'

NETWORK localip=10.0.0.3 dhcp=1 network_device=eth0

HARDWARE TEST RESULTS UndervoltageReports in Logs: 0

SYSTEM STATUS (can take some seconds to gather) localIP='10.0.0.3' tempCelsius='49.1' uptime=665 upsStatus='OFF' startcountBlockchain=1 bitcoinActive=1 blockchainHeight=706441 initialSync=0 syncProgress=99.99 startcountLightning=10 lndActive=0 blitzTUIActive=0 blitzTUIRestarts=0 scriptRuntime=12

GitmoBTC commented 2 years ago

I tried reflashing with the 1.7.1 image from Oct 28th, but my LND wallet is still locked and the issue persists.

The lnd log sudo journalctl -f -u lnd shows:

-- Logs begin at Fri 2021-10-29 15:47:32 BST. -- Oct 29 16:25:22 NBSBTC systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 29 16:25:22 NBSBTC systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 29 16:26:22 NBSBTC systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 29 16:26:22 NBSBTC systemd[1]: lnd.service: Scheduled restart job, restart counter is at 37. Oct 29 16:26:22 NBSBTC systemd[1]: Stopped LND Lightning Daemon. Oct 29 16:26:22 NBSBTC systemd[1]: Starting LND Lightning Daemon... Oct 29 16:26:23 NBSBTC systemd[1]: Started LND Lightning Daemon. Oct 29 16:26:23 NBSBTC lnd[4618]: loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true) Oct 29 16:26:23 NBSBTC systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 29 16:26:23 NBSBTC systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 29 16:27:23 NBSBTC systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 29 16:27:23 NBSBTC systemd[1]: lnd.service: Scheduled restart job, restart counter is at 38. Oct 29 16:27:23 NBSBTC systemd[1]: Stopped LND Lightning Daemon. Oct 29 16:27:23 NBSBTC systemd[1]: Starting LND Lightning Daemon... Oct 29 16:27:23 NBSBTC systemd[1]: Started LND Lightning Daemon. Oct 29 16:27:23 NBSBTC lnd[8263]: loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true) Oct 29 16:27:23 NBSBTC systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 29 16:27:23 NBSBTC systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 29 16:28:23 NBSBTC systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 29 16:28:23 NBSBTC systemd[1]: lnd.service: Scheduled restart job, restart counter is at 39. Oct 29 16:28:23 NBSBTC systemd[1]: Stopped LND Lightning Daemon. Oct 29 16:28:23 NBSBTC systemd[1]: Starting LND Lightning Daemon... Oct 29 16:28:24 NBSBTC systemd[1]: Started LND Lightning Daemon. Oct 29 16:28:24 NBSBTC lnd[11970]: loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true) Oct 29 16:28:24 NBSBTC systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 29 16:28:24 NBSBTC systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 29 16:29:24 NBSBTC systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 29 16:29:24 NBSBTC systemd[1]: lnd.service: Scheduled restart job, restart counter is at 40. Oct 29 16:29:24 NBSBTC systemd[1]: Stopped LND Lightning Daemon. Oct 29 16:29:24 NBSBTC systemd[1]: Starting LND Lightning Daemon... Oct 29 16:29:24 NBSBTC systemd[1]: Started LND Lightning Daemon. Oct 29 16:29:24 NBSBTC lnd[15557]: loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true) Oct 29 16:29:24 NBSBTC systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE Oct 29 16:29:24 NBSBTC systemd[1]: lnd.service: Failed with result 'exit-code'. Oct 29 16:30:24 NBSBTC systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart. Oct 29 16:30:24 NBSBTC systemd[1]: lnd.service: Scheduled restart job, restart counter is at 41. Oct 29 16:30:24 NBSBTC systemd[1]: Stopped LND Lightning Daemon. Oct 29 16:30:24 NBSBTC systemd[1]: Starting LND Lightning Daemon... Oct 29 16:30:25 NBSBTC systemd[1]: Started LND Lightning Daemon. Oct 29 16:30:25 NBSBTC lnd[19268]: loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true)

I have an LND Rescue file, but when I tried to restore yesterday it failed. Would a SEED+SCB restore fix this issue? Pretty nervous that I'll my funds on-chain and off-chain at this point.

openoms commented 2 years ago

@GitmoBTC

LTND: unable to open local channeldb: channel db cannot revert to prior version

you cannot downgrade LND. Will need to update to v0.13.3 also if running on RaspiBlitz v1.7.0

openoms commented 2 years ago

loadConfig: either bitcoin.active or litecoin.active must be set to 1 (true)

Did you lose your lnd.conf?

put:

bitcoin.active=1

in there.

GitmoBTC commented 2 years ago

Seems like my lnd.conf is missing several lines I used to have. Should I just try a LND Rescue or SEED+SCB recovery to get LND running again? I've re-flashed to 1.7.1 running v0.13.3 LND now, so that part is fixed.

Screenshot from 2021-10-30 11-56-33

GitmoBTC commented 2 years ago

Attempted to restore via SEED+SCB recovery, and my node is giving me a "SYSTEM RAN INTO AN ERROR: _provision.setup.sh fail" on the display screen. The system told me to run a command to get the debug output, here is the output: https://termbin.com/p95dd .

Really lost here, tried to LND Rescue with a similar result.

openoms commented 2 years ago

You can try to downgrade the image to v1.7.0:

https://github.com/rootzoll/raspiblitz/issues/2639#issuecomment-958021833

GitmoBTC commented 2 years ago

So I followed some of the later steps in #2639 and it fixed my issues!

Steps I followed:

  1. Downgraded to v1.7.0
  2. Reset the lnd wallet from REPAIR
  3. Restored from lnd-rescue file
  4. Upgraded back to v1.7.1 Oct-28th image

It seems like everything restored properly and all of my channel balances are the same as they were previously. Everything seems to be working, just had to re-enable some services. Thanks @openoms :)