Big refactor based on #4324 introducing a new drive layout - adding optimizations for Proxmox and old laptop drive layout . Also making it possible to boot from NVMe. Replacing blitz.datadrive.sh with blitz.data.sh - icluding the possibility to migrate an old ssd/nvme to a bigger one (copying complete data and blockchain). Lots of smaller changes.
* improve handling aliases when no network given
* clrest install to use absolute paths
* fix cln balance display
* remove misplaced line
* improve jq expressions
* convert msat balances to sat
discussed in: https://github.com/raspiblitz/raspiblitz/issues/3837
* 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
changed the config paths to $lightning-dir/config or /networkname/config
plugins are downloaded to the SDcard:
/home/bitcoin/cln-plugins-available/
symlinked and loaded automatically from:
/home/bitcoin/${netprefix}cln-plugins-enabled
Related: #2295