Browse Source

back to old sc card image

#146
rootzoll 7 years ago
parent
commit
77a8f90402
  1. 2
      README.md
  2. 1
      home.admin/70initLND.sh

2
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. 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: 1. Download SD-Card image:
http://wiki.fulmo.org/downloads/raspiblitz-2018-08-25.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: 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 https://www.raspberrypi.org/documentation/installation/installing-images/README.md

1
home.admin/70initLND.sh

@ -187,6 +187,7 @@ if [ ${macaroonExists} -eq 0 ]; then
sudo mkdir /home/admin/.lnd/data/chain/${network} sudo mkdir /home/admin/.lnd/data/chain/${network}
sudo mkdir /home/admin/.lnd//data/chain/${network}/${chain}net sudo mkdir /home/admin/.lnd//data/chain/${network}/${chain}net
sudo cp /home/bitcoin/.lnd/tls.cert /home/admin/.lnd sudo cp /home/bitcoin/.lnd/tls.cert /home/admin/.lnd
sudo cp /home/bitcoin/.lnd/lnd.conf /home/admin/.lnd
sudo cp /home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon /home/admin/.lnd/data/chain/${network}/${chain}net sudo cp /home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon /home/admin/.lnd/data/chain/${network}/${chain}net
sudo chown -R admin:admin /home/admin/.lnd/ sudo chown -R admin:admin /home/admin/.lnd/
echo "OK - LND Macaroons created" echo "OK - LND Macaroons created"

Loading…
Cancel
Save