rootzoll 6 years ago
parent
commit
47651e9dd1
  1. 20
      README.md
  2. 2
      home.admin/00infoLCD.sh

20
README.md

@ -151,27 +151,29 @@ To get a copy of the blockchain, the RaspiBlitz offers the following options:
![SSH5](pictures/ssh5-blockchain2.png)
The options - and when to choose - will be explained here shortly:
The options - and when to choose which - will be explained here shortly:
##### Torrent
##### 1. Torrent
TODO
##### FTP-Download
##### 2. FTP-Download
TODO
##### Copying from another Computer
##### 4. Copying from another Computer
TODO
If you have another computer available (laptop, desktop or another raspiblitz) that already runs a working blockchain (with txindex=1) you can use this option to copy it over to the RaspiBlitz. This will be done over the local network by SCP (SSH file transfere). Choose this option and follow the given instructions.
##### Cloning from a 2nd HDD
This is the best option if you dont like to run your RaspiBlitz with a prepared blockchain by a third party. Then install bitcoin-core in a more powerful computer, sync+validate the blockchain (with txindex=1) there by yourself and copy it over after that thru the local network.
TODO
##### 5. Cloning from a 2nd HDD
##### Sync from Bitcoin-Network
If is a backup way to transfere a blockchain from another computer if copying over the network is not working. More details on the setup can be found [here](FAQ.md#how-do-i-clone-the-blockchain-from-a-2nd-hdd).
TODO
##### 6. Sync from Bitcoin-Network
This is the fallback of last resort. A RaspberryPi has a very low power CPU and syncing+validating the blockchain directly with the peer2peer network can take multiple weeks - thats why the other options above where invented.
#### Setup Lightning

2
home.admin/00infoLCD.sh

@ -135,7 +135,7 @@ while :
l2="---> ${message}\n"
l3="Please keep running until reboot."
boxwidth=$((${#localip} + 28))
dialog --backtitle "RaspiBlitz ${codeVersion} (${state}) ${localip}" --infobox "$l1$l2$l3" 5 ${boxwidth}
dialog --backtitle "RaspiBlitz ${codeVersion} (${state}) ${setupStep} ${localip}" --infobox "$l1$l2$l3" 5 ${boxwidth}
sleep 3
continue
fi

Loading…
Cancel
Save