diff --git a/home.admin/config.scripts/cl.install.sh b/home.admin/config.scripts/cl.install.sh index f50ceb53f..d51c43469 100644 --- a/home.admin/config.scripts/cl.install.sh +++ b/home.admin/config.scripts/cl.install.sh @@ -2,20 +2,20 @@ # https://lightning.readthedocs.io/ # https://github.com/ElementsProject/lightning/releases -CLVERSION=v23.02 +CLVERSION=v23.02.2 # install the latest master by using the last commit id # https://github.com/ElementsProject/lightning/commit/master # CLVERSION="063366ed7e3b7cc12a8d1681acc2b639cf07fa23" -PGPsigner="endothermicdev" -PGPpubkeyLink="https://github.com/${PGPsigner}.gpg" -PGPpubkeyFingerprint="8F55EE750D950E3E" +# PGPsigner="endothermicdev" +# PGPpubkeyLink="https://github.com/${PGPsigner}.gpg" +# PGPpubkeyFingerprint="8F55EE750D950E3E" # https://github.com/ElementsProject/lightning/tree/master/contrib/keys -# PGPsigner="cdecker" # rustyrussel D9200E6CD1ADB8F1 # cdecker A26D6D9FE088ED58 # niftynei BFF0F67810C1EED1 -# PGPpubkeyLink="https://raw.githubusercontent.com/ElementsProject/lightning/master/contrib/keys/${PGPsigner}.txt" -# PGPpubkeyFingerprint="A26D6D9FE088ED58" +PGPsigner="rustyrussell" # rustyrussell D9200E6CD1ADB8F1 # cdecker A26D6D9FE088ED58 # niftynei BFF0F67810C1EED1 # endothermicdev 8F55EE750D950E3E +PGPpubkeyLink="https://raw.githubusercontent.com/ElementsProject/lightning/master/contrib/keys/${PGPsigner}.txt" +PGPpubkeyFingerprint="D9200E6CD1ADB8F1" # help if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then @@ -374,6 +374,7 @@ alias ${netprefix}clconf=\"sudo nano ${CLCONF}\" fi # if this is the first lightning mainnet turned on - make default + [ "${lightning}" == "none" ] && lightning="" if [ "${CHAIN}" == "mainnet" ] && [ "${lightning}" == "" ]; then echo "# CL is now the default lightning implementation" /home/admin/config.scripts/blitz.conf.sh set lightning cl