mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-24 14:27:08 +02:00
back to old sc card image
This commit is contained in:
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user