* lnd autounlock if testnet and signet
* check for header in the lnd.conf
* fix variables and improve output
* make grep more robust
* delete autounlock if passwordFile not present
* lnd update to v0.14.3
* chantools udpate to v.0.10.4, change to /usr/local/bin
* do not set "tor.streamisolation" "true" again
fix#3094
* add to CHANGES.md
* add 99lndRepairMenu.sh
* add more lnd checks and improve output
* add sudo to syncAndCheckLND
* add ${netprefix} to lnd service
* restore seed and scb separately
* update lnd proto files
* lnd.initwallet: add unlock method
* lndrepair: use recovery window with unlock
* change all rpc_pb2 to lightning_pb2
* mainnet -> ${chain}net
* _provison.setup: restore SCB separately
* clear up the placement of channel.backup
* unloc kLND before SCB restore
* provison.setup: add more logging
* lnd.install: make sure bitcoin is in debian-tor
* lndRepairMenu: add RETRYSCB option
* wait to create macaroons for 2 minutes
* lndRepairMenu: add RESCAN option
* move Bitcoin Core install to bitcoin.install.sh
* update lnd to v0.14.1, move to lnd.install.sh
* update CL to v0.10.2, move to cl.install.sh
* call config.scripts to install BITCOIN, LND and CL
* improve cpu and base image detection
* switch tor sources to bullseye for debian and co
* allow one parameter in install scripts
* PGPauthor is guggero for lnd v0.14.1
* lnd.install: improve output
* cl.install: fix links
* cl v0.10.2 signer is cdecker
* cl.install: add mrkd dependency
* make the bitcoin home directory readable
* initialize LND wallet after reset
* diplay seed for mainnet after reset and init
* display and delete the seed for mainnet
* lnd.install: remove seedwordFile after shred
The seed will be safely deleted after having been displayed, the same as during the initial setup.
The seedwordFile is created and kept for testnet and signet if active.