This commit is contained in:
rootzoll 2019-02-10 11:53:49 +01:00
parent da1645e606
commit 47651e9dd1
2 changed files with 12 additions and 10 deletions

View File

@ -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

View File

@ -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