Skip to content

Commit

Permalink
big merge of 2388redis & 2669tor (raspiblitz#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootzoll authored Dec 14, 2021
1 parent 1cdb50d commit 85b0c97
Show file tree
Hide file tree
Showing 132 changed files with 4,868 additions and 4,079 deletions.
2 changes: 2 additions & 0 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shell=bash
source=/dev/null
9 changes: 8 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,14 @@ If your RaspiBlitz is not working correctly and you like to get help from the co

*PLEASE NOTICE: It's possible that these logs can contain private information (like IPs, node IDs, ...) - just share publicly what you feel OK with.*

### Can I run my RaspiBlitz on Solar Energy?

Yes - take a look at the project of [Chimezie Chuta](https://twitter.com/mezie16/status/1264513274080636928?s=20)

![RaspiSolar](pictures/raspisolar.jpg)

More details in his book ["A-Z of Building your own Full Bitcoin Lightning Node: A hand Book for Enthusiasts"](https://blockspace.shop/products/a-z-of-building-your-own-full-bitcoin-lightning-node-a-hand-book-for-enthusiasts)

### Why is my "final sync" taking so long?

First of all if you see a final sync over 90% and you can see from time to time small increase - you should be OK ... this can take a looong time to catch up with the network. Only in the case that you actively choose the `SYNC` option in the `Getting the Blockchain` is a final sync under 90% OK. If you did a torrent or a copy from another computer and you are seeing under 90% something went wrong, and the setup process is ignoring your prepared Blockchain and doing a full sync - which can almost take forever on a raspberryPi.
Expand Down Expand Up @@ -909,7 +917,6 @@ It is currently considered completely fine to leave this field empty and not pro
The `acme.sh` script is installed in `/home/admin/.acme.sh/` - the configuration and the certificates are stored on the
external hard disk in `/mnt/hdd/app-data/letsencrypt`.


### What is this mnemonic seed word list?

With the 24 word list given you by LND upon wallet creation you can recover your private key. You should write it down and store it at a safe place. Bear in mind that *this 24 word mnemonic seed is not based on the BIP 39* and therefore cannot be recovered using a Bitcoin wallet.
Expand Down
2 changes: 1 addition & 1 deletion alternative.platforms/amd64/packer/scripts/init_vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cp /vagrant/home.admin/config.scripts/blitz.github.sh /home/admin/config.scripts
# execute 'patch' command to sync laptop with VM
/home/admin/config.scripts/blitz.github.sh -run

source <(/home/admin/config.scripts/internet.sh status)
source <(/home/admin/config.scripts/internet.sh status local)

echo
echo "************* NEXT ********************"
Expand Down
Loading

0 comments on commit 85b0c97

Please sign in to comment.