mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
* used patched/rolledback 23.02.2 release * check rusty sig * fix typo * fix default lightning setting
This commit is contained in:
parent
aa12a1be85
commit
19584f5c11
1 changed files with 8 additions and 7 deletions
|
@ -2,20 +2,20 @@
|
||||||
# https://lightning.readthedocs.io/
|
# https://lightning.readthedocs.io/
|
||||||
|
|
||||||
# https://github.com/ElementsProject/lightning/releases
|
# https://github.com/ElementsProject/lightning/releases
|
||||||
CLVERSION=v23.02
|
CLVERSION=v23.02.2
|
||||||
|
|
||||||
# install the latest master by using the last commit id
|
# install the latest master by using the last commit id
|
||||||
# https://github.com/ElementsProject/lightning/commit/master
|
# https://github.com/ElementsProject/lightning/commit/master
|
||||||
# CLVERSION="063366ed7e3b7cc12a8d1681acc2b639cf07fa23"
|
# CLVERSION="063366ed7e3b7cc12a8d1681acc2b639cf07fa23"
|
||||||
|
|
||||||
PGPsigner="endothermicdev"
|
# PGPsigner="endothermicdev"
|
||||||
PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
|
# PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
|
||||||
PGPpubkeyFingerprint="8F55EE750D950E3E"
|
# PGPpubkeyFingerprint="8F55EE750D950E3E"
|
||||||
|
|
||||||
# https://github.com/ElementsProject/lightning/tree/master/contrib/keys
|
# https://github.com/ElementsProject/lightning/tree/master/contrib/keys
|
||||||
# PGPsigner="cdecker" # rustyrussel D9200E6CD1ADB8F1 # cdecker A26D6D9FE088ED58 # niftynei BFF0F67810C1EED1
|
PGPsigner="rustyrussell" # rustyrussell D9200E6CD1ADB8F1 # cdecker A26D6D9FE088ED58 # niftynei BFF0F67810C1EED1 # endothermicdev 8F55EE750D950E3E
|
||||||
# PGPpubkeyLink="https://raw.githubusercontent.com/ElementsProject/lightning/master/contrib/keys/${PGPsigner}.txt"
|
PGPpubkeyLink="https://raw.githubusercontent.com/ElementsProject/lightning/master/contrib/keys/${PGPsigner}.txt"
|
||||||
# PGPpubkeyFingerprint="A26D6D9FE088ED58"
|
PGPpubkeyFingerprint="D9200E6CD1ADB8F1"
|
||||||
|
|
||||||
# help
|
# help
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
||||||
|
@ -374,6 +374,7 @@ alias ${netprefix}clconf=\"sudo nano ${CLCONF}\"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if this is the first lightning mainnet turned on - make default
|
# if this is the first lightning mainnet turned on - make default
|
||||||
|
[ "${lightning}" == "none" ] && lightning=""
|
||||||
if [ "${CHAIN}" == "mainnet" ] && [ "${lightning}" == "" ]; then
|
if [ "${CHAIN}" == "mainnet" ] && [ "${lightning}" == "" ]; then
|
||||||
echo "# CL is now the default lightning implementation"
|
echo "# CL is now the default lightning implementation"
|
||||||
/home/admin/config.scripts/blitz.conf.sh set lightning cl
|
/home/admin/config.scripts/blitz.conf.sh set lightning cl
|
||||||
|
|
Loading…
Add table
Reference in a new issue