From 638c7c5d945af2b5e6a90b287d45c509caa8034e Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 15 Aug 2018 17:45:48 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef8eba..a2052be 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you are at an event, ask for a ready-2-go set or if you have your own hardwar You got all the hardware of the shopping list above and you have no further assistance. Then you need to prepare your SD-Card yourself .. this scenario is still experimental, feedback needed and can take some time. 1. Download SD-Card image: -http://wiki.fulmo.org/downloads/raspiblitz-2018-08-09.img.gz (or [build your own](#build-the-sd-card-image)) +http://wiki.fulmo.org/downloads/raspiblitz-2018-08-15.img.gz (or [build your own](#build-the-sd-card-image)) 2. Write the SD-Card image to your SD Card - if you need details, see here: https://www.raspberrypi.org/documentation/installation/installing-images/README.md From e1a77f4297fc8076792c6fe5a16b9ac795c6ff9e Mon Sep 17 00:00:00 2001 From: Constantin Date: Fri, 17 Aug 2018 10:38:00 +0200 Subject: [PATCH 2/2] add bash completion to bonuses --- home.admin/91addBonus.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.admin/91addBonus.sh b/home.admin/91addBonus.sh index ca380d2..21d6be8 100755 --- a/home.admin/91addBonus.sh +++ b/home.admin/91addBonus.sh @@ -13,5 +13,11 @@ chmod +x lnchannels sudo cp lnchannels /usr/local/bin sudo cp lnbalance /usr/local/bin echo "OK" +echo "installing bash completion for bitcoin-cli and lncli" +wget https://raw.githubusercontent.com/bitcoin/bitcoin/master/contrib/bitcoin-cli.bash-completion +wget https://raw.githubusercontent.com/lightningnetwork/lnd/master/contrib/lncli.bash-completion +sudo cp *.bash-completion /etc/bash_completion.d/ +echo "OK - bash completion available after next login" +echo "type \"bitcoin-cli getblockch\", press [Tab] → bitcoin-cli getblockchaininfo" cd rm -r /home/admin/tmpScriptDL