From de1f4c17c5cbc9ec791d31d8bbf1cc038f72a291 Mon Sep 17 00:00:00 2001 From: Gabriel Comte Date: Thu, 20 Feb 2020 17:24:26 +0100 Subject: [PATCH 1/7] Fix bitcoin core version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d772c15c4..4a06b6d3c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Build your own Lightning Node on a RaspberryPi with a nice Display.* -`Version 1.4 with lnd 0.9.0-beta and bitcoin 0.19.1 or litecoin 0.16.3.` +`Version 1.4 with lnd 0.9.0-beta and bitcoin 0.19.0.1 or litecoin 0.16.3.` ![RaspiBlitz](pictures/raspiblitz.jpg) From 1a342b0eb007c9c7cd1f0b174b8570b828c7f248 Mon Sep 17 00:00:00 2001 From: Johannes Zweng Date: Sun, 23 Feb 2020 10:47:34 +0100 Subject: [PATCH 2/7] fix link to LNBits repo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d772c15c4..4e3fe6064 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ It can be used as: You can also develop extensions on it. -[Details on Service](https://github.com/bitromortac/lndmanage/blob/master/README.md) +[Details on Service](https://github.com/arcbtc/lnbits/blob/master/README.md) #### MOBILE: Connect Mobile Wallet From e1bbfb93dbe73718619671fb565337586e433449 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 23 Feb 2020 19:06:39 +0100 Subject: [PATCH 3/7] #1045 fix info on litecoin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d772c15c4..6a5e00be4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Build your own Lightning Node on a RaspberryPi with a nice Display.* -`Version 1.4 with lnd 0.9.0-beta and bitcoin 0.19.1 or litecoin 0.16.3.` +`Version 1.4 with lnd 0.9.0-beta and bitcoin 0.19.1 or litecoin 0.17.1.` ![RaspiBlitz](pictures/raspiblitz.jpg) From cedffc639b5e5e9e1d2db284eb2c6a7ec70a4513 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 23 Feb 2020 19:44:27 +0100 Subject: [PATCH 4/7] transfere -> transfer --- home.admin/config.scripts/blitz.migration.sh | 4 ++-- home.admin/config.scripts/lnd.rescue.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home.admin/config.scripts/blitz.migration.sh b/home.admin/config.scripts/blitz.migration.sh index fd1fec56f..d0d63a5ad 100644 --- a/home.admin/config.scripts/blitz.migration.sh +++ b/home.admin/config.scripts/blitz.migration.sh @@ -145,7 +145,7 @@ if [ "$1" = "export-gui" ]; then echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:" echo "${scpDownload}" echo "" - echo "Use password A to authenticate file transfere." + echo "Use password A to authenticate file transfer." echo echo "Your Lightning node is now stopped. After download press ENTER to shutdown your raspiblitz." echo "To complete the data migration follow then instructions on the github FAQ." @@ -326,7 +326,7 @@ if [ "$1" = "import-gui" ]; then echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:" echo "scp -r ./raspiblitz-*.tar.gz admin@${localip}:${defaultZipPath}" echo "" - echo "Use password 'raspiblitz' to authenticate file transfere." + echo "Use password 'raspiblitz' to authenticate file transfer." echo "PRESS ENTER when upload is done." read key diff --git a/home.admin/config.scripts/lnd.rescue.sh b/home.admin/config.scripts/lnd.rescue.sh index 1fa9d8894..58fb36f0a 100755 --- a/home.admin/config.scripts/lnd.rescue.sh +++ b/home.admin/config.scripts/lnd.rescue.sh @@ -61,7 +61,7 @@ if [ ${mode} = "backup" ]; then echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:" echo "scp -r 'admin@${localip}:/home/admin/lnd-rescue-*.tar.gz' ./" echo "" - echo "Use password A to authenticate file transfere." + echo "Use password A to authenticate file transfer." echo echo "BEWARE: Your Lightning node is now stopped. Its safe to backup the data and" echo "restore it on a fresh RaspiBlitz. But once this Lightning node gets started" @@ -98,7 +98,7 @@ elif [ ${mode} = "restore" ]; then echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:" echo "scp -r ./lnd-rescue-*.tar.gz admin@${localip}:/home/admin/" echo "" - echo "Use password A to authenticate file transfere." + echo "Use password A to authenticate file transfer." echo "PRESS ENTER when upload is done." fi if [ ${countZips} -gt 1 ]; then @@ -186,7 +186,7 @@ elif [ ${mode} = "scb-down" ]; then echo "RUN THE FOLLOWING COMMAND ON YOUR LAPTOP IN NEW TERMINAL:" echo "scp -r admin@${localip}:/home/admin/.lnd/data/chain/${network}/${chain}net/channel.backup ./" echo "" - echo "Use password A to authenticate file transfere." + echo "Use password A to authenticate file transfer." echo echo "NOTE: Use this file when setting up a fresh RaspiBlitz by choosing" echo "option OLD WALLET and then SCB+SEED -> Seed & channel.backup file" @@ -218,7 +218,7 @@ elif [ ${mode} = "scb-up" ]; then echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:" echo "scp ./channel.backup admin@${localip}:/home/admin/" echo "" - echo "Use password A to authenticate file transfere." + echo "Use password A to authenticate file transfer." echo "PRESS ENTER when upload is done. Enter x & ENTER to cancel." # wait user interaction From 816ad451e38b2c3771fedeeeec6796349beae056 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 23 Feb 2020 19:44:57 +0100 Subject: [PATCH 5/7] transfere -> transfer --- home.admin/config.scripts/blitz.migration.sh | 2 +- home.admin/config.scripts/lnd.rescue.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/blitz.migration.sh b/home.admin/config.scripts/blitz.migration.sh index d0d63a5ad..c668ff504 100644 --- a/home.admin/config.scripts/blitz.migration.sh +++ b/home.admin/config.scripts/blitz.migration.sh @@ -218,7 +218,7 @@ if [ "$1" = "import" ]; then echo "# OK -> checksum looks good: ${md5checksum}" else echo "# FAIL -> Checksum not correct: ${md5checksum}" - echo "# Maybe transfere/upload failed?" + echo "# Maybe transfer/upload failed?" echo "error='bad checksum'" exit 1 fi diff --git a/home.admin/config.scripts/lnd.rescue.sh b/home.admin/config.scripts/lnd.rescue.sh index 58fb36f0a..52bef4df6 100755 --- a/home.admin/config.scripts/lnd.rescue.sh +++ b/home.admin/config.scripts/lnd.rescue.sh @@ -128,7 +128,7 @@ elif [ ${mode} = "restore" ]; then echo "OK -> checksum looks good: ${md5checksum}" else echo "!!! FAIL -> Checksum not correct." - echo "Maybe transfere failed? Continue on your own risk!" + echo "Maybe transfer failed? Continue on your own risk!" echo "Recommend to abort and upload again!" fi From c40a0263f6cec9554188004a3526c587a89821b4 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 23 Feb 2020 19:45:22 +0100 Subject: [PATCH 6/7] retstart -> restart --- home.admin/30initHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/30initHDD.sh b/home.admin/30initHDD.sh index 1f089019c..d23ba69fb 100755 --- a/home.admin/30initHDD.sh +++ b/home.admin/30initHDD.sh @@ -119,7 +119,7 @@ if [ ${hddGotBlockchain} -eq 0 ]; then else clear echo "# Not formatting the HDD/SSD - Setup Process stopped." - echo "# Rearrange your hardware and retstart with a fresh sd card again." + echo "# Rearrange your hardware and restart with a fresh sd card again." exit 1 fi From c3044a3e63352069129e4866175e532e13534044 Mon Sep 17 00:00:00 2001 From: rimbolt <60236724+jrimbolt@users.noreply.github.com> Date: Fri, 28 Feb 2020 10:14:37 +0100 Subject: [PATCH 7/7] Fixed grammar error Changed "your" to "you are". --- home.admin/98repairMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index fa0255a79..3f3d39971 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -22,7 +22,7 @@ Download LND Data Backup now? sleep 2 /home/admin/config.scripts/lnd.rescue.sh backup echo - echo "PRESS ENTER to continue once your done downloading." + echo "PRESS ENTER to continue once you are done downloading." read key else clear