diff --git a/FAQ.md b/FAQ.md index 2d3fead..1babd3b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -323,7 +323,7 @@ Also there are first free 3D open source files in this repo in the directory `ca ## Are those "Under-Voltage detected" warnings a problem? -When your USB power adapter for the RaspiBlitz delivers too low power those messages with "Under-Voltage detected" (undervoltage) are shortly seen on the display. If you see those just one or two times that's not OK, but can be in a tolerant window. Nevertheless make sure your USB power adapter can deliver at least 3A. If you still see those warnings maybe get a second USB Power adapter just for the HDD and power the HDD through a Y-Cable - see https://en.wikipedia.org/wiki/Y-cable#USB +When your USB power adapter for the RaspiBlitz delivers too low power those messages with "Under-Voltage detected" (undervoltage) are shortly seen on the display. This can lead to data loss/corruption on the HDD. If you see those just one or two times that's not OK, but can be in a tolerant window. Nevertheless it make sure your USB power adapter can deliver at least 3A (big and stable is good). If you still see those warnings maybe get a second USB Power adapter just for the HDD and power the HDD through a Y-Cable - see https://en.wikipedia.org/wiki/Y-cable#USB or put a USB Hub with extra power between the raspberry and the HDD. ## Why do we need to download the blockchain and not syncing it? @@ -339,7 +339,7 @@ The best way would be to build the sd card yourself. You use the script `build_s To download a blockchain from a third party (torrent/ftp) is not optimal and for the future with more cheap & powerfull SingleBoardComputers we could get rid of this 'patch'. -The downloaded blockchain is pre-indexed and pre-validated. That should be practically secure enough, because if the user gets a "manipulated" blockchain it would not work after setup. The beginning of the downloaded blockchain needs to fit the genesis block (in bitcoind software) and the end of the downloaded blockchain needs not match with the rest of the bitcoin network state - hashes of new block distrubuted within the peer-2-peer network need to match the downloaded blockchain head. So if you downloaded a manipulated blockchain it would simply just don't work in practice. As long as you are not in a totally hostile environment where someone would be able to fake a whole network of peers and miners around you - this is secure enough for running a small funded full node to try out the lightning network. +The downloaded blockchain is pre-indexed and pre-validated. That should be practically secure enough, because if the user gets a "manipulated" blockchain it would not work after setup. The beginning of the downloaded blockchain needs to fit the genesis block (in bitcoind software) and the end of the downloaded blockchain needs not match with the rest of the bitcoin network state - hashes of new block distrubuted within the peer-2-peer network need to match the downloaded blockchain head. So if you downloaded a manipulated blockchain it simply wouldn't work in practice. As long as you are not in a totally hostile environment where someone would be able to fake a whole network of peers and miners around you - this is secure enough for running a small funded full node to try out the lightning network. If you dont trust the download or you want to run the RaspiBlitz in a more production like setup (on your own risk) then don't use the torrent/ftp download and choose the option to COPY the blockchain data from a more powerful computer (laptop or desktop) where you synced, verified and indexed the blockchain all by your yourself - see [README](README.md#4-copying-from-another-computer) for more details. @@ -495,6 +495,11 @@ Work Nodes for the process of producing a new sd card image release: There is an experimental section in this GitHub that tries to build for other SingleBoardComputers. Feel free to try it out and share your experience: [dietpi/README.md](dietpi/README.md) +## Can I flip the screen? + +For the default 3.5" LCD you need to edit the /boot/config.txt. Run `sudo nano /boot/config.txt` +look for the line `dtoverlay=tft35a:rotate=270` towards the end. To flip the screen with 180 degrees change the line to `dtoverlay=tft35a:rotate=90` and reboot with `sudo reboot`. Reference: https://github.com/goodtft/LCD-show/issues/34 + ## How to setup fresh/clean/reset and not getting into recovery mode? When you put in a sd card with a new/clean RaspiBlitz image the RaspiBlitz will get into recovery mode because it detects the old data on your HDD and assumes you just want to continue to work with this data. @@ -505,9 +510,46 @@ When the HDD is clean, then flash a new RaspiBlitz sd card and your setup should ## My blockchain data is corrupted - what can I do? -You could try to re-index, but that can take some very long time - multiple days or even weeks. +You could try to re-index, but that can take some very long time - multiple days or even weeks. But there are other options: + +1. Copy Blockchain from another Computer + +You can delete the old blockchain and get a new one. See for details the FAQ question: [I have the full blockchain on another computer. How do I copy it to the RaspiBlitz?](FAQ.md#i-have-the-full-blockchain-on-another-computer-how-do-i-copy-it-to-the-raspiblitz). And even if you are not able to delete the data, first rename the undeletable folders and then follow the instructions. + +2. Re-Torrent download prepared Blockchain + +You can also start a new Torrent-Download and replace the old blockchain with a new download once its finished. Go to terminal and run script `/mnt/hdd/50torrentHDD.sh` + +3. Backup LND Data, make fresh Blitz, Replay LND Data + +You can backup your channel and wallet data, make a complete fresh RaspiBlitz and after that one is setup you replace the LND data with your old one. Also make sure to check again on your power supply - it needs to deliver equal or more then 3A and should deliver a stable current. If you think your HDD or SD card is degrading - maybe this is a good time to replace. See for details the FAQ question: [How can I recover my coins from a failing RaspiBlitz?](FAQ.md#how-can-i-recover-my-coins-from-a-failing-raspiblitz)* + +## Can I run the RaspiBlitz without a display/LCD? + +The display is one of the nice features of the RaspiBlitz but the raspberry can un without it. Maybe not all add-on feature could be used to the full extend, but you can get started without the LCD and even plug it on later. + +Normally with the LCD its easy to see your local IP changes and you can get started quickly. Without it needs a bit more digging thru your network - you can find a good tutorial on that on the RaspiBolt tutorial (origin of RaspiBlitz): + +https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_20_pi.md#connecting-to-the-network + +*Please Note: Without a LCD-Hat you cannot simply use the HDMI as alternative, because screen signal is routed to the GPIO pins. On how to switch that back manually - see [waveshare documentation](https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)).* + +## I have two RaspiBlitz in my network - can they both be public? + +Yes but you need to change at least on one RaspiBlitz the port number (for example to 9736) on one of your RaspiBlitzes - see how to change a port below. Then you can forward both ports from your home internet router to the matching RaspiBlitzes. + +## How to change the public port LND/Lightning node is running on? + +There is a experimental script you can call from the terminal that will make all changes for you ... see details here: https://github.com/rootzoll/raspiblitz/issues/100#issuecomment-466722712 + +## How to solve a "signature mismatch after caveat verification" error? + +If you get this error by LND that means that something is wrong with the macaroons being used to communicate with LND .. see: https://github.com/lightningnetwork/lnd/blob/master/docs/macaroons.md + +To fix this depends on where you get this error: -Another option would be to delete the old blockchain and get a new one. See for details the FAQ question: [I have the full blockchain on another computer. How do I copy it to the RaspiBlitz?](FAQ.md#i-have-the-full-blockchain-on-another-computer-how-do-i-copy-it-to-the-raspiblitz). And even if you are not able to delete the data, first rename the undeletable folders and then follow the instructions. +* If you get it in a mobile wallet, then redo the connection with the RaspiBlitz to get fresh macaroons. +* If you get this from RTL or from the scripts of the SSH menus of the RaspiBlitz, then go to "EXPORT Macacroons and TLS.cert" in SSH main menu and choose the the "RESET Macaroons & TLS" option. Also make sure to check again on your power supply - it needs to deliver equal or more then 3A and should deliver a stable current. If you think your HDD is degrading - maybe this is a good time to replace it. See for details the FAQ question: [How can I recover my coins from a failing RaspiBlitz?](FAQ.md#how-can-i-recover-my-coins-from-a-failing-raspiblitz) diff --git a/README.md b/README.md index 51d7c1b..159d060 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ These are the community currated shopping lists based on country: * [Germany](shoppinglist_de.md) *(reference shopping list)* * [USA](shoppinglist_usa.md) +* [Canada](shoppinglist_ca.md) * [UK](shoppinglist_uk.md) * [Switzerland](shoppinglist_ch.md) * [France](shoppinglist_fr.md) @@ -83,7 +84,7 @@ Your SD-card needs to contain the RaspiBlitz software. You can take the long roa HTTP: http://wiki.fulmo.org/downloads/raspiblitz-v1.0-2019-02-18.img.gz -Torrent: https://github.com/rootzoll/raspiblitz/raw/master/raspiblitz-v1.0-2018-02-18.torrent +Torrent: https://github.com/rootzoll/raspiblitz/raw/master/raspiblitz-v1.0-2019-02-18.torrent SHA-256: 99ca96d214657388305ca117e2343ead45f9d907f185bef36c712a9a3e75568f @@ -401,8 +402,6 @@ But this also comes with the following side effects: To try it out just switch on the service - you can deactivate later on if its not working for you. -The TOR integration is experimental and at the moment there is no way to switch off TOR again. - ##### RTL Webinterface The RTL Webinterface is a LND Control Dashboard you can run in your browser with a nice GUI - it offers much more control over your Lightning node than the RaspiBlitu SSH menus. Its recommended to give it a try. diff --git a/build_sdcard.sh b/build_sdcard.sh index 342da93..b303dc4 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -280,11 +280,14 @@ then echo "!!! FAIL !!! Download laanwj-releases.asc not success." exit 1 fi +gpg ./laanwj-releases.asc fingerprint=$(gpg ./laanwj-releases.asc 2>/dev/null | grep "${laanwjPGP}" -c) if [ ${fingerprint} -lt 1 ]; then echo "" - echo "!!! BUILD FAILED --> Bitcoin download PGP author not OK" - exit 1 + echo "!!! BUILD WARNING --> Bitcoin PGP author not as expected" + echo "Should contain laanwjPGP: ${laanwjPGP}" + echo "PRESS ENTER to TAKE THE RISK if you think all is OK" + read key fi gpg --import ./laanwj-releases.asc sudo -u admin wget https://bitcoin.org/bin/bitcoin-core-${bitcoinVersion}/SHA256SUMS.asc @@ -369,11 +372,14 @@ if [ "${binaryChecksum}" != "${lndSHA256}" ]; then fi # check gpg finger print +gpg ./pgp_keys.asc fingerprint=$(gpg ./pgp_keys.asc 2>/dev/null | grep "${olaoluwaPGP}" -c) if [ ${fingerprint} -lt 1 ]; then echo "" - echo "!!! BUILD FAILED --> LND download author PGP not OK" - exit 1 + echo "!!! BUILD WARNING --> Bitcoin PGP author not as expected" + echo "Should contain olaoluwaPGP: ${olaoluwaPGP}" + echo "PRESS ENTER to TAKE THE RISK if you think all is OK" + read key fi gpg --import ./pgp_keys.asc sleep 3 diff --git a/case.3dprint/standard/RaspiBlitz_Standard_Bottom.stl b/case.3dprint/standard/RaspiBlitz_Standard_Bottom.stl new file mode 100644 index 0000000..4a09243 Binary files /dev/null and b/case.3dprint/standard/RaspiBlitz_Standard_Bottom.stl differ diff --git a/case.3dprint/standard/RaspiBlitz_Standard_Top.stl b/case.3dprint/standard/RaspiBlitz_Standard_Top.stl new file mode 100644 index 0000000..41b6068 Binary files /dev/null and b/case.3dprint/standard/RaspiBlitz_Standard_Top.stl differ diff --git a/dietpi/Odroid_HC1_HC2.md b/dietpi/Odroid_HC1_HC2.md new file mode 100644 index 0000000..00617c6 --- /dev/null +++ b/dietpi/Odroid_HC1_HC2.md @@ -0,0 +1,126 @@ + +# ⚡️ RaspiBlitz-on-DietPi ⚡️ +# For the Odroid HC1 / HC2 / XU3 / XU4 + +![](pictures/DroidBlitz.jpg) + +## There are 3 options provided: +* a trusted fully prebuilt SDcard image +* building your own SDcard from an updated DietPi image. +* Build your own SDcard from the image downloaded from [Dietpi.com](dietpi.com#download) +--- +### Download the fully prebuilt RaspiBlitz-on-DietPi SDcard image +* [torrent](https://github.com/openoms/raspiblitz/blob/raspiblitz-dev/dietpi/RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.torrent) +* [mega.nz link](https://mega.nz/#F!EVNAAQiB!ZyLHP2dJMRSVjZOTCQMIYA) + +sha256sum RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.img: 96ee8700f52a12fb5b13fab3fffcdcf5d364c6dd16c580d969e421cef2cd7cc2 + +Steps to run: +- download the .img file, +- burn to a 16 GB SD with [Etcher](https://www.balena.io/etcher/) +- extend the rootFS partition with a partition manager (disks, Gparted, etc.) +- boot the Odroid with the SDcard +- login with `ssh admin@at.your.raspiblitz.ip` +password: `raspiblitz` + +Using this image you can skip the rest of this guide as it is mostly about how this image was built. + +The setup continues with the [RaspiBlitz Setup Process](https://github.com/rootzoll/raspiblitz/blob/master/README.md#setup-process-detailed-documentation) + +--- +### Download the updated DietPi image + +For the Odroid HC1 / HC2 / XU3 / XU4 a v6.20.6 DietPi image with fail2ban installed is uploaded [here]( +https://mega.nz/#!AcdVBAbR!O-W3jP5LUgw7lMY8S9XcBWcKX3IhRNAAFmaYzDXIUC0). +sha256sum DietPi_v6.20.6_OdroidXU4-ARMv7-Stretch.img: +1459b91f66b9db98f3437c31231e44497b7b7dcd9146d2cc41a3da653f9a9215 + +* Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/) and extend the rootfs partition to the size of your card with a partition manager (disks, Gparted, etc). + +* Insert the SDcard into the Odroid. + +* Power up and continue with [running the RaspiBlitz build_sdcard.sh script](#Run-the-RaspiBlitz-build_sdcard.sh-script) + +--- + +### Build your own DietPi image: + +Watch out this is an ardous process. +Updating from a v6.14 DietPi image is causing a bootloop under some circumstances. Will be sorted once the current, >6.2 version is uploaded for the Odroids. + +* For the Odroid HC1 / HC2 / XU3 / XU4 the start is this image: +https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z +* Burn it to the SD with [Etcher](https://www.balena.io/etcher/) + + +* In the desktop terminal on Linux / MacOS or Putty on Windows: +`ssh root@[IP-OF-DIETPI]` +password: `dietpi` +Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9 + +* Ok > Cancel > Cancel +automatic apt update & apt upgrade and asks to reboot +![](pictures/dietpi_1st_reboot.png) + +* Log back in: +`ssh root@[IP-OF-DIETPI]` +password: `dietpi` +* after the update the ssh keys might change: +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +run (can be copied from the terminal output): +`ssh-keygen -f "/home/[your-linux-username]/.ssh/known_hosts" -R "dietpi.IP"` +`ssh root@[IP-OF-DIETPI]` +yes > +password: `dietpi` + +* At this point if the DietPi OS was not updated from 6.14 it does not manage to save settings going forward. +Exit the software installer (press Tab to jump to Exit) +![](pictures/dietpi-software_exit.png) + +* in the bash prompt run: +`dietpi-update` +Ok > Cancel the recovery point +update > Opt out of survey > Ok +Reboots + +* Log back in: +`ssh root@[IP-OF-DIETPI]` +password: `dietpi` +* In the DietPi software menu install fail2ban and make OpenSSH server the default SSH server. +Ok > Cancel > Cancel +Search `fail2ban` > Space to select > Enter +SSH server > switch from Dropbear to the OpenSSH-server +Install > Ok +Opt out of survey > Ok +Reboots again + +* Log back in: +`ssh root@[IP-OF-DIETPI]` +password: `dietpi` +Changing the SSH server will change the SSH keys again. To clear: +`ssh-keygen -f "/home/[your-linux-username]/.ssh/known_hosts" -R "dietpi.IP"` + + +### Run the RaspiBlitz build_sdcard.sh script + +* Format of the command to build the SDcard: +`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]` +If you are working from a forked repo be aware of that the fork needs to be called `raspiblitz` for the git downloads to work. + +* Run the forked version of @openoms: +`wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build_sdcard.sh && sudo bash build_sdcard.sh raspiblitz-dev openoms` +This will take a couple minutes depending on your internet ceonnection and the processing power of the SBC. + +* Restart when done and log back in now as `admin`: +`ssh admin@[IP-OF-DROIDBLITZ]` +password: `raspiblitz` + +* From here he setup continues with the [RaspiBlitz Setup Process](https://github.com/rootzoll/raspiblitz/blob/master/README.md#setup-process-detailed-documentation) + +--- +### Examples of copying the blockchain data from a HDD using a powered USB to SATA adapter + +![example setup](pictures/HDD_copy_example.jpg) +![](pictures/adapterHDD_HC1.jpg) diff --git a/dietpi/README.md b/dietpi/README.md index ac4ac7e..c495462 100644 --- a/dietpi/README.md +++ b/dietpi/README.md @@ -1,4 +1,4 @@ -# ⚡️ RaspiBlitz on DietPi ⚡️ +# ⚡️ RaspiBlitz-on-DietPi ⚡️ # A hardware agnostic platform @@ -9,105 +9,69 @@ This guide was tested on: * Raspberry Pi 3 B Plus - no LCD support so far * hoping to extend this list with more compatible boards especially the ROCK64 -See the hardware specs: [hardware specs](hw_comparison.md). +See the [hardware comparison](hw_comparison.md). +--- -![](pictures/DroidBlitz.jpg) - - -## Setting up the DietPi OS - -### Download the updated DietPi image - -For the Odroid HC1 / HC2 / XU3 / XU4 a v6.20.6 DietPi image with fail2ban installed is uploaded here: -https://mega.nz/#!AcdVBAbR!O-W3jP5LUgw7lMY8S9XcBWcKX3IhRNAAFmaYzDXIUC0 -Burn the SDCard with [Etcher](https://www.balena.io/etcher/) and extend the rootfs partition to the size of your card with a partition manager. +### Downloads and walkthrough for the [Odroid HC1 / HC2 / XU3 / XU4](Odroid_HC1_HC2.md) +--- +## General guide for the RaspiBlitz-on-DietPi -Insert the SDcard into the Odroid. +### Setting up the DietPi OS -Power up and continue with: [Run the DietPi optimized Raspiblitz SDcard build script](#Run-the-DietPi-optimized-Raspiblitz-SDcard-build-script) +Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9 -### Build your own DietPi image: +* Start with an ARM based Single Board Computer listed on DietPi.com. +At least 1GB RAM is recommended. +Look for the SD card image for the specific SBC in the [download section](https://dietpi.com/#download). -For the Odroid HC1 / HC2 / XU3 / XU4 download this image: -https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z -and burn it to the SD with [Etcher](https://www.balena.io/etcher/) +* Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/) and extend the rootfs partition to the size of your card with a partition manager. -Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9 +* Insert the SDcard into your SBC. -In the desktop terminal on Linux / MacOS or Putty on Windows: +* Connect the HDD with a powered suitably powered adapter. +A USB 2.0 port will not be able to power an HDD so you will need extra cable +If you are connecting the HDD to a USB 3.0 port and have an at least 2A power supply, you might be able to run without an extra cable. +* Power up and log in with the desktop terminal on Linux / MacOS or Putty on Windows: `ssh root@[IP-OF-DIETPI]` password: `dietpi` -Ok > Cancel > Cancel -automatic apt update & apt upgrade and asks to reboot -![](pictures/dietpi_1st_reboot.png) - -`ssh root@[IP-OF-DIETPI]` -after the previous update the ssh keys might change: -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +* You might be asked about updating DietPi. This is not a straightforward process if starting from a version <6.20. Try to update, it is best to build on the latest version. -run (can be copied from the terminal output): +* In the DietPi software menu install `fail2ban` and make `OpenSSH server` the default SSH server. +Changing the SSH server will change the SSH keys again. To clear: `ssh-keygen -f "/home/[your-linux-username]/.ssh/known_hosts" -R "dietpi.IP"` -`ssh root@[IP-OF-DIETPI]` -yes > -password: `dietpi` - -At this point if the DietPi was not updated from 6.14 it does not manage to save settings going forward. -Exit the sotware installer (press Tab to jump to Exit) -![](pictures/dietpi-software_exit.png) - -in the bash prompt run: -`dietpi-update` ->Ok > Cancel the recovery point -update > >Opt out of survey > Ok -Reboots - +* After every reboot log back in: `ssh root@[IP-OF-DIETPI]` -password: `dietpi` - ->Ok > Cancel > Cancel -Search `fail2ban` > Space to select > Enter -> Install > Ok ->Opt out of survey > Ok -Reboots again - -## Run the DietPi optimized Raspiblitz SDcard build script - -In the desktop terminal in Linux / MacOS or Putty in Windows: +password: `dietpi` -`ssh root@[IP-OF-DIETPI]` -password: `dietpi` -Should end up here on version v6.20.6 or higher: +* Should end up here on version v6.20.6 or higher: ![](pictures/bash_prompt.png) -run the SDcard build script in this format: -`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]` -Be aware of that the fork needs to be called `raspiblitz` for the git download to work. -if you intend to use @openoms`s forked version: +### Run the RaspiBlitz build_sdcard.sh script -`wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build_sdcard.sh && sudo bash build_sdcard.sh raspiblitz-dev openoms` +* Use this format to build the SDcard with the Raspiblitz script: +`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]` +If you are working from a forked repo be aware of that the fork needs to be called `raspiblitz` for the git downloads to work. -See my example output on the Odorid HC1: [HC1_sdcard_build_output](logs/HC1_sdcard_build_output) +* Run the forked version of @openoms: +`wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build_sdcard.sh && sudo bash build_sdcard.sh raspiblitz-dev openoms` +This will take a couple minutes depending on your internet connection and the processing power of the SBC. +* Restart when done and log back in now as `admin`: `ssh admin@[IP-OF-DROIDBLITZ]` -password: raspiblitz +password: `raspiblitz` -### The setup continues as described in the RaspiBlitz setup [README.md](/README.md#documentation) +* From here he setup continues with the [RaspiBlitz Setup Process](https://github.com/rootzoll/raspiblitz/blob/master/README.md#setup-process-detailed-documentation) -### Examples of copying the blockchain data from a HDD using a powered USB to SATA adapter -![copy the blockchain from a HDD of a Raspiblitz](pictures/5_options_to_copy.png) -![example setup](pictures/HDD_copy_example.jpg) -![](pictures/adapterHDD_HC1.jpg) +--- ### Useful commands for debugging: To test a new configuration run XXcleanHDD.sh and strictly restart (this makes _bootstrap.sh and 00mainMenu.sh run in the right order) @@ -119,14 +83,13 @@ To test a new configuration run XXcleanHDD.sh and strictly restart `sudo tail -n100 /mnt/hdd/bitcoin/debug.log` - shows the last 100 lines `sudo systemctl status lnd` `sudo journalctl -f -u lnd` -`./home/admin/XXdebugLogs.sh` - debug log collection on the raspiblitz +`./home/admin/XXdebugLogs.sh` - debug log collection on the RaspiBlitz --- -Currently the DietPi update process has a bug causing bootloop if left alone. Will be sorted once the current, >6.2 version is uploaded as the starting image. -## Excerpts from the default dietpi.txt -(https://github.com/Fourdee/DietPi/blob/master/dietpi.txt) to be used once the automatic install is feasible. +## Excerpts from the default [dietpi.txt](https://github.com/Fourdee/DietPi/blob/master/dietpi.txt) +to be used for a fully automatic SDcard building process. ### Automate installation with the dietpi.txt Need to copy to SDcard /boot/dietpi.txt after burning the image with Etcher. @@ -158,3 +121,6 @@ Allows you to automatically execute a custom script at the end of DietPi install Option 1 = Copy your script to /boot/Automation_Custom_Script.sh and it will be executed automatically. Option 2 = Host your script online, then use AUTO_SETUP_CUSTOM_SCRIPT_EXEC=http://myweb.com/myscript.sh, it will be downloaded and executed automatically. | 0=disabled NB: Executed script log /var/tmp/dietpi/logs/dietpi-automation_custom_script.log + +### Guide to clone your SD-cards in Windows, MacOS and Linux and shrink the image in Linux: +https://beebom.com/how-clone-raspberry-pi-sd-card-windows-linux-macos/ \ No newline at end of file diff --git a/dietpi/RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.torrent b/dietpi/RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.torrent new file mode 100644 index 0000000..51d925c --- /dev/null +++ b/dietpi/RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.torrent @@ -0,0 +1,262 @@ +d8:announce46:udp://public.popcorn-tracker.org:6969/announce13:announce-listll46:udp://public.popcorn-tracker.org:6969/announceel36:http://182.176.139.129:6969/announce32:http://5.79.83.193:2710/announce0:34:http://91.218.230.81:6969/announce0:el0:31:http://secure.pow7.com/announce0:32:udp://62.138.0.158:6969/announce33:http://thetracker.org:80/announce35:udp://tracker.ilibr.org:80/announce0:0:0:40:http://tracker.kicks-ass.net:80/announce0:29:udp://eddie4.nl:6969/announce0:0:39:http://tracker2.itzmx.com:6961/announce0:34:http://mgtracker.org:6969/announce0:44:http://tracker1.wasabii.com.tw:6969/announce32:http://tracker.ex.ua:80/announce36:udp://tracker.mg64.net:2710/announce38:http://retracker.krs-ix.ru:80/announce0:34:http://mgtracker.org:2710/announce32:udp://explodie.org:6969/announce0:0:0:27:http://t1.pow7.com/announce0:35:http://p4p.arenabg.ch:1337/announce39:udp://shadowshq.eddie4.nl:6969/announce39:http://www.wareztorrent.com:80/announce46:http://tracker.edoardocolombo.eu:6969/announce31:http://atrack.pow7.com/announce33:http://open.touki.ru/announce.php44:udp://tracker2.indowebster.com:6969/announce32:udp://tracker.sktorrent.net:69690:0:0:27:http://pow7.com:80/announce35:http://torrentsmd.com:8080/announce0:0:0:43:http://tracker.dutchtracking.nl:80/announce0:40:udp://tracker4.piratux.com:6969/announce44:http://tracker.dutchtracking.com:80/announce0:0:27:http://t2.pow7.com/announce0:0:33:http://bt.henbt.com:2710/announce0:38:http://tracker.bittor.pw:1337/announce0:0:37:udp://tracker.eddie4.nl:6969/announce0:0:0:36:udp://shadowshq.yi.org:6969/announceel0:36:udp://tracker.mg64.net:6969/announce34:http://mgtracker.org:2710/announce33:http://bt.henbt.com:2710/announce0:35:http://p4p.arenabg.ch:1337/announce0:0:0:0:0:33:http://open.touki.ru/announce.php33:http://thetracker.org:80/announce0:38:http://retracker.krs-ix.ru:80/announce0:0:0:0:0:40:udp://tracker4.piratux.com:6969/announce29:udp://eddie4.nl:6969/announce27:http://t1.pow7.com/announce0:0:0:44:http://tracker.dutchtracking.com:80/announce27:http://t2.pow7.com/announce0:32:http://tracker.tfile.me/announce44:udp://tracker2.indowebster.com:6969/announce39:udp://shadowshq.eddie4.nl:6969/announce0:39:http://tracker2.itzmx.com:6961/announce0:0:0:36:udp://shadowshq.yi.org:6969/announce0:0:32:udp://tracker.sktorrent.net:69690:34:http://mgtracker.org:6969/announce40:http://tracker.kicks-ass.net:80/announce27:http://pow7.com:80/announce31:http://secure.pow7.com/announce36:udp://tracker.mg64.net:2710/announce37:http://tracker.mg64.net:6881/announce31:http://atrack.pow7.com/announce0:0:37:udp://tracker.eddie4.nl:6969/announce0:32:http://tracker.ex.ua:80/announce42:udp://tracker.opentrackr.org:1337/announce0:0:38:udp://bt.xxx-tracker.com:2710/announce0:43:http://tracker.dutchtracking.nl:80/announce0:41:http://tracker.dutchtracking.com/announce39:http://www.wareztorrent.com:80/announce46:http://tracker.edoardocolombo.eu:6969/announce0:0:44:http://tracker1.wasabii.com.tw:6969/announce35:http://torrentsmd.com:8080/announce0:44:http://tracker2.wasabii.com.tw:6969/announce0:0:38:http://tracker.bittor.pw:1337/announceel43:udp://tracker.coppersurfer.tk:6969/announceel43:http://tracker.opentrackr.org:1337/announceel30:udp://zer0day.ch:1337/announceel30:udp://zer0day.to:1337/announceel33:http://explodie.org:6969/announceel49:udp://tracker.leechers-paradise.org:6969/announceel31:udp://9.rarbg.com:2710/announceel30:udp://9.rarbg.me:2780/announceel30:udp://9.rarbg.to:2730/announceel35:udp://p4p.arenabg.com:1337/announceel41:udp://tracker.sktorrent.net:6969/announceel36:http://p4p.arenabg.com:1337/announceel42:udp://tracker.aletorrenty.pl:2710/announceel43:http://tracker.aletorrenty.pl:2710/announceel37:http://tracker.bittorrent.am/announceel39:udp://tracker.kicks-ass.net:80/announceel37:http://tracker.kicks-ass.net/announceel40:http://tracker.baravik.org:6970/announceel38:udp://torrent.gresille.org:80/announceel36:http://torrent.gresille.org/announceel38:http://tracker.skyts.net:6969/announceel49:http://tracker.internetwarriors.net:1337/announceel37:udp://tracker.skyts.net:6969/announceel40:http://tracker.dutchtracking.nl/announceel40:udp://tracker.yoshi210.com:6969/announceel40:udp://tracker.tiny-vps.com:6969/announceel48:udp://tracker.internetwarriors.net:1337/announceel33:udp://mgtracker.org:2710/announceel41:http://tracker.yoshi210.com:6969/announceel41:http://tracker.tiny-vps.com:6969/announceel42:udp://tracker.filetracker.pl:8089/announceel31:udp://tracker.ex.ua:80/announceel33:udp://91.218.230.81:6969/announceel37:https://www.wareztorrent.com/announceel36:http://www.wareztorrent.com/announceel43:http://tracker.filetracker.pl:8089/announceel29:http://tracker.ex.ua/announceel41:http://tracker.calculate.ru:6969/announceel39:udp://tracker.grepler.com:6969/announceel45:udp://tracker.flashtorrents.org:6969/announceel37:udp://tracker.bittor.pw:1337/announceel49:http://tracker.tvunderground.org.ru:3218/announceel40:http://tracker.grepler.com:6969/announceel46:http://tracker.flashtorrents.org:6969/announceel38:http://retracker.gorcomnet.ru/announceel34:http://bt.pusacg.org:8080/announceel35:http://87.248.186.252:8080/announceel36:udp://tracker.kuroy.me:5944/announceel35:udp://182.176.139.129:6969/announceel37:http://tracker.kuroy.me:5944/announceel35:http://retracker.krs-ix.ru/announceel40:http://open.acgtracker.com:1096/announceel33:udp://open.stealth.si:80/announceel33:udp://208.67.16.113:8000/announceel37:http://tracker.dler.org:6969/announceel40:http://bt2.careland.com.cn:6969/announceel36:http://open.lolicon.eu:7777/announceel43:http://tracker.opentrackr.org:1337/announceel33:http://explodie.org:6969/announceel36:http://p4p.arenabg.com:1337/announceel43:http://tracker.aletorrenty.pl:2710/announceel37:http://tracker.bittorrent.am/announceel37:http://tracker.kicks-ass.net/announceel40:http://tracker.baravik.org:6970/announceel36:http://torrent.gresille.org/announceel38:http://tracker.skyts.net:6969/announceel49:http://tracker.internetwarriors.net:1337/announceel40:http://tracker.dutchtracking.nl/announceel41:http://tracker.yoshi210.com:6969/announceel41:http://tracker.tiny-vps.com:6969/announceel36:http://www.wareztorrent.com/announceel43:http://tracker.filetracker.pl:8089/announceel29:http://tracker.ex.ua/announceel41:http://tracker.calculate.ru:6969/announceel49:http://tracker.tvunderground.org.ru:3218/announceel40:http://tracker.grepler.com:6969/announceel46:http://tracker.flashtorrents.org:6969/announceel38:http://retracker.gorcomnet.ru/announceel34:http://bt.pusacg.org:8080/announceel35:http://87.248.186.252:8080/announceel37:http://tracker.kuroy.me:5944/announceel35:http://retracker.krs-ix.ru/announceel40:http://open.acgtracker.com:1096/announceel40:http://bt2.careland.com.cn:6969/announceel36:http://open.lolicon.eu:7777/announceel37:https://www.wareztorrent.com/announceel33:udp://213.163.67.56:1337/announceel34:http://213.163.67.56:1337/announceel34:udp://185.86.149.205:1337/announceel33:http://74.82.52.209:6969/announceel32:udp://94.23.183.33:6969/announceel32:udp://74.82.52.209:6969/announceel34:udp://151.80.120.114:2710/announceel35:udp://109.121.134.121:1337/announceel33:udp://168.235.67.63:6969/announceel36:http://109.121.134.121:1337/announceel32:udp://178.33.73.26:2710/announceel33:http://178.33.73.26:2710/announceel28:http://85.17.19.180/announceel30:udp://85.17.19.180:80/announceel34:http://210.244.71.25:6969/announceel28:http://85.17.19.180/announceel36:http://213.159.215.198:6970/announceel35:udp://191.101.229.236:1337/announceel30:http://178.175.143.27/announceel32:udp://89.234.156.205:80/announceel29:http://91.216.110.47/announceel34:http://114.55.113.60:6969/announceel35:http://195.123.209.37:1337/announceel33:udp://114.55.113.60:6969/announceel34:http://210.244.71.26:6969/announceel34:udp://107.150.14.110:6969/announceel31:udp://5.79.249.77:6969/announceel34:udp://195.123.209.37:1337/announceel31:udp://37.19.5.155:2710/announceel35:http://107.150.14.110:6969/announceel32:http://5.79.249.77:6969/announceel32:udp://185.5.97.139:8089/announceel33:udp://194.106.216.222:80/announceel33:udp://91.218.230.81:6969/announceel29:https://104.28.17.69/announceel28:http://104.28.16.69/announceel33:http://185.5.97.139:8089/announceel31:http://194.106.216.222/announceel34:http://80.246.243.18:6969/announceel32:http://37.19.5.139:6969/announceel31:udp://5.79.83.193:6969/announceel32:udp://46.4.109.148:6969/announceel34:udp://51.254.244.161:6969/announceel35:udp://188.165.253.109:1337/announceel33:http://91.217.91.21:3218/announceel32:http://37.19.5.155:6881/announceel33:http://46.4.109.148:6969/announceel35:http://51.254.244.161:6969/announceel32:http://104.28.1.30:8080/announceel28:http://81.200.2.231/announceel33:http://157.7.202.64:8080/announceel35:http://87.248.186.252:8080/announceel33:udp://128.199.70.66:5944/announceel35:udp://182.176.139.129:6969/announceel34:http://128.199.70.66:5944/announceel36:http://188.165.253.109:1337/announceel26:http://93.92.64.5/announceel35:http://173.254.204.71:1096/announceel32:udp://195.123.209.40:80/announceel32:udp://62.212.85.66:2710/announceel33:udp://208.67.16.113:8000/announceel35:http://125.227.35.196:6969/announceel32:http://59.36.96.77:6969/announceel30:http://87.253.152.137/announceel35:http://158.69.146.212:7777/announceel43:udp://tracker.coppersurfer.tk:6969/announceel30:udp://zer0day.ch:1337/announceel49:udp://tracker.leechers-paradise.org:6969/announceel31:udp://9.rarbg.com:2710/announceel35:udp://p4p.arenabg.com:1337/announceel41:udp://tracker.sktorrent.net:6969/announceel42:udp://tracker.aletorrenty.pl:2710/announceel39:udp://tracker.kicks-ass.net:80/announceel38:udp://torrent.gresille.org:80/announceel37:udp://tracker.skyts.net:6969/announceel40:udp://tracker.yoshi210.com:6969/announceel40:udp://tracker.tiny-vps.com:6969/announceel48:udp://tracker.internetwarriors.net:1337/announceel33:udp://mgtracker.org:2710/announceel42:udp://tracker.filetracker.pl:8089/announceel31:udp://tracker.ex.ua:80/announceel33:udp://91.218.230.81:6969/announceel39:udp://tracker.grepler.com:6969/announceel45:udp://tracker.flashtorrents.org:6969/announceel37:udp://tracker.bittor.pw:1337/announceel36:udp://tracker.kuroy.me:5944/announceel35:udp://182.176.139.129:6969/announceel33:udp://open.stealth.si:80/announceel33:udp://208.67.16.113:8000/announceel43:udp://tracker.coppersurfer.tk:6969/announceel43:http://tracker.opentrackr.org:1337/announceel30:udp://zer0day.ch:1337/announceel33:http://explodie.org:6969/announceel49:udp://tracker.leechers-paradise.org:6969/announceel31:udp://9.rarbg.com:2710/announceel35:udp://p4p.arenabg.com:1337/announceel41:udp://tracker.sktorrent.net:6969/announceel36:http://p4p.arenabg.com:1337/announceel42:udp://tracker.aletorrenty.pl:2710/announceel43:http://tracker.aletorrenty.pl:2710/announceel37:http://tracker.bittorrent.am/announceel39:udp://tracker.kicks-ass.net:80/announceel37:http://tracker.kicks-ass.net/announceel40:http://tracker.baravik.org:6970/announceel44:udp://tracker.piratepublic.com:1337/announceel33:udp://213.163.67.56:1337/announceel34:http://213.163.67.56:1337/announceel34:udp://185.86.149.205:1337/announceel33:http://74.82.52.209:6969/announceel32:udp://94.23.183.33:6969/announceel32:udp://74.82.52.209:6969/announceel34:udp://151.80.120.114:2710/announceel35:udp://109.121.134.121:1337/announceel33:udp://168.235.67.63:6969/announceel36:http://109.121.134.121:1337/announceel32:udp://178.33.73.26:2710/announceel33:http://178.33.73.26:2710/announceel28:http://85.17.19.180/announceel30:udp://85.17.19.180:80/announceel34:http://210.244.71.25:6969/announceel28:http://85.17.19.180/announceee10:created by18:qBittorrent v4.1.513:creation datei1550360894e4:infod5:filesld6:lengthi3782809088e4:pathl40:RaspiBlitz1.0_OdroidHC1_DietPi6.21.1.imgeed6:lengthi427e4:pathl10:README.txteee4:name36:RaspiBlitz1.0_OdroidHC1_DietPi6.21.112:piece lengthi1048576e6:pieces72160:dĜ[jEl=fS0:z+Q.ݝC1TPQn<O]! d[4?{JF)w@s-$AWz2494-@&E˛L;6~-8'c詝h8\ƕ\% _\w?!v1,3EZF,k#:󭝚mQȾlH1E? {ChqxԄJQגfE5k=i˛ IѬ/"HPJ=wQ#/;_^C,4EH=o_H:8H FFy*#?sQλ8pD2m \Rwxi[7I8r`j/WnG+vpq|ΟwF`miT]a6h>Pտ?M19hݛesxeyKl+Ok*ՒQ;2 ȭwy/vMRlqe ?,2ׯOT*lttB>*f;hEypNu/p"S#&_9҆FJw>qKr+N! "h;q?KͅݞN;q?KͅݞN;q?KͅݞN1]:t@2v'6%@^ߪ)l^fBvc9E{;͛oF<uÂB"Vqhv.OF +Z EhVyy4)P,OTH}%DUi 5" 5{") +gxdА%𦄰Ofdj@o6 T[b3߿g(RȰ{&J;K'JWhj;R%MZex'w8]h,D?'b@ۣtQ ԣ3[BP[A7-_ rØl~p]$6TC5v@3 +$[K'}ҩXc5(%EA)B*r".u:%,l1|I "TjzFiQ;uH٬QRd5:i[1$/v7֞qxjy G~ĐIH!!ur$x\=3i'·ar2VK{a]0A"HKy.$s=ţŗuG)sQQpΣ齰3abaE^3JSYvz"k`3\ jB'Rs Mٸ@$(^B +J|SB̔!Tӥȩ)׈f,qs uRש +x)8eG=*E/Z!(VFZ03q\ 7=TI :=,߁Z %F!u֏71Vfc]?%)hq.MӨ4x(yyVh^46ըs((3{PpΧiD}xvM&SBx'uoW λeQO#r[10'm ۸p) 2(jd4feߓ5v̵SXY"ɬtk\c@cxiO'B3Ϙ_{d +f;%#CcGc`w/6d %B?K>QzHj|dxXLؘd/'*mCkz vj8ױ(Yі_&[~\q6ВPQ>FL̍`R?I@V^RXNOhJKnܒk513$9~S8>.9y'<}^K OʨڳAF姮(@$V$ \I>PfSvS۴|]jN4RlwV&>!GlˎImp j4r(+Ce:ezX5> cR_Id,xy cGr6N+v[aqh#m9QKٸCk8q+ի0JL<>p?!_*wPE1䦒HdL0ܢiwr僎sXt:eukr}pjN'OX-k] +4LL|RgU,=D[ $"H72c+=ŷBý&#v;:B9x]ѰWYGoZ`rY?/Ϧ/]!{O{6Byz!XC##/&F6im@ Q_^R2NLX&! \~ll@u(1WÊ Oy^VΒtmb@7sl%Im[:,ʧw3 J[} g҇Z08WQ䈁D JG„ěΘ~}.8*s4)OھKa(kc0vP$>Mva"0E=D)2W`y=m;L; uyѹ/9ȓ?8DH۾Cmz{z_ƆiÜ7|tq_%Xّ~2zK ;n*BZMp/_A9ιb<^IПH,;C_HIljdJ-%zڛ_*Qub?eEz/'UQxE$NUls׾MN\c0feiɠhT>W_.'Hl( +ms8u @LaE8GƏ9k ώ7 +"&# iu_jꪆs5Y6=u`n$J)evq}&D,-7m|e5P J 0ͰW]rH9֤o]oxIZ=iDqx$ʥ羳:@ZuX0D=;&qh^MI@9\@K>=珼jYE=F y 5;yd&p)iPmvԸ- TJ@5fU-ȌVv(ɑˆ||=N23 +y`kg/&1V ?' 7J}cw+'('GW "NL&'l W)pyl0KC)-N\B-m/l1nk7&J&W?X?jF%cFbC?ɶhF@x42nY֬W YՏzW7|hqLY,BT@M[l[xF>jƉ j{޺l"q`ݤ"n ,jA9-ǂ{[9W7E p8-SYgGAkߛ =M:ʴ1(H_Dyo>#X8hRVAN ^_o|Q;Ool &@! +*G]~7S;L3+ +1pDS^Cʥt| ^t*ܑ1+-ZQ_vi g{n fbLp@1mV&U$vr?+ +o[O$)(e3{netgu=.Ϊrh ǩ r$_k܈ol-yh:70 +v=YObj^RUq(Iۀsvǀ '[BBN=Ap=WIѷi~]XL3'˓m&VWi 96KSʉ=֬QG 9g1vDþKJ-.G{FH|<.pR-e]l-J KvglS;Ȳ{lμoh)Y '{F'y +3}&*WRde-!zvX,!;3{ jZ`*P)+!_ъҥ'Cr}"06nQNB +|󠷴v}x@+(,h~ ͶQN6fs<&`[Y=EŶ7͈$Q2p-2t?lVLwJ!+wg + Z ԑʓQ}8֦%pY$؜@քմ} 1. `6첿;iN˯YNـOIަB W;?-SeV7.=~њق\lQ*3NBރ4Y]и ؁P&R͍GaT nvTu~QAkዢp?¦Sq\u.y4d޶l/1 b.xA| EL;.5.u1pJo &j^1.J'P:GzHˇ?Y{ީH8wY+:8QLů 456~`*;qH%P&S.61߭V8S=¾nqE6]c9/G س R5H6cҨ d˿1-;e4nx$?<;OiK4.!&@`5>5ӗ^`e 2w-ǒvUΫPSoj|#P-_[z&woH7fPAU':6m4Y K@e0] V/H0dr'wjU+bp\ۙgPu7GrHnz~Vtf;eY?nGlLQbAf yYaEb(3 VBc#?U<\ֳoܥ6)oC4:|J?(b4:7Iiq? ?3Ӵ!Λ[΃w+=g_Cs1@n&Y?!Ye;*TKF[92Gڥ1C_Bcѐ] 䗷 Cwy:x-O,O<+`$jcG $ u~D."ފ>d\l.|M|+f0mCZyeӭ +Z:|rvPn呃`8YE8Σ:Xi6ZO{)1Dnw)c"M3BS?v,?qs_W<ˈ>3Qæд<;ٵtV64bDh1~եhJzM}ey uF9A.8|"x߷q^-t g-`ja=s'(G9>q<@#l^Q+FbHX]^d砑?H=5-y]I)k+In^ ѵtiKB &`ޯYHI{ZmQX3e]X q\ɸ]Dj =4F)<{-)=[E}FNeMQE}+r p.ȀsvBJI{0ėp̯8{vz\")&VįAi n_ 'zIښh +?JBg)>+q&ԚR {l  װ IGxzܶU_n}Ҁ"4-AY׶bP" TmE؟AF1.uyO!b)תPGQ@3J{xEGK%:ۋt ^DaQXS4>Ħ +Λ9܅]?ɎFRұ4o!3drwsB fxC /r#!k{2rc_UA[r(TCVQ ^-gr:쯫0+ +Z6P^euq3SG#47e|dMpEGJ{=.BVe*ZիPU!iY}G/Y`$9 +ѷc\ݳ.[X{L-;n;q?KͅݞN;q?KͅݞNCUPғݥd BL߅onI,4v +@5+<Ҡ1h;;y}4S.}&NL??N."3azck+Ncd%ϧp K47լ֠ h`qCJf,;@JrһޛۛϾhfm :>4ư[yUjA )P^t)ȏ%&~ 5մ9ˬUgK!gT4vJRf)Xwot*$ ݰr:+Z%e79oT!r3_Ґ$;j]++70^ & stN _cdWQOsMU =sg pV%1Ɩ ꃠcM c>G)6h!366qjf,pm6ga68*(7zgLkPeJOQ  +ZIlgmK92@:sÒq܎U>mh?^7dgyIy~ +/}< J n Sbm/FZV*`2Y+)QԳj{&oDWo 7_9?]Up$l2;sҼfXGhxd66{Rx<]4-rfl;ɶ<C.;_QbBDSg^YͰҜ= Ht5X` +9һ8}1%xԎ'SU%(+4+m8+9aw &{ߍVl7[dDC4wJq{&hS=n,:ֻO]G`iP]g"04UF Lu(nC_AP56כ)G :Pgs<}n퍵R+IhH-` $zw?xz@Z}IlGU(ctS5UϦ%Zdjs? >\۠A1`7k)߮2l! Q'#LZVlM5y\S G+Ns1dg􊛛hr;5Y MxSiCLI+Ȳ["9R9 m-<8ys S}Gf + Jqo)4{8ϙjpwmlь~*W{ [7x##QI61Q?8eAi2#KjD٥/JM鄳k1j(_-2ijjMNs^z_$g33uHM;0c@#= e>q;̯"69yEbL m_j?Z^ݿ=oO o}-wMzM"fTڂfi:%T +/3OsxX>Zw2B#= +ƼvDa;s镔|2 #KNGbCm˺%SvyS߻~w'[ ̆|dZ]ߟD+ƥaCv@HX㳫СT|7q_a=08^Z;+zy&o]KH-#̶ ,t!CΏW +Loľ +͓:q)8ua @/wߓ~Z9 +҃X`E07,BQh{ݍ[;z{S!i )pj9hLd9F,D[;v +Gi|50F +4yeu-uC}W'۝2O VlګQ@m ?/UiOD@!Q(pKG4jAmE%,%XūA҃Ut8ER>Mf?V+,9Ƙ6ID[+)2UN+&pD +1x|rMQjx.euzR/Iz4ư[yUjA[rA6Ǩ0qg-3|?إB"g?D;q?KͅݞN;q?KͅݞN>ON΄ٝ!Mܑ=9g)V;-<ͺp$v'[sPj|KjA$5{#fM:kkk)})Pc*c/m!fW~4ثl8_d& +FMIMص}Op +4yeu-uC}W, 554/K*<pKG4jAmE%,%XūA҃Ut8ER>Mf?V+,9Ƙ6ID[+)2UN+&pD +1x|rMյhރعײįbSC͏d(@ 1xa>fV8D5{X؊cEy5(Wnj"Q:MiワmI}H9"sL9U0]m;$J57hL+eKV3Z7d|V٨rJt'\X]l,A}Sk=h^'TJ e&]>$n蔋O6Kw֛_N!y.co_;KqnsZ?54XpVdַ*m'ŋΟ!s˞\x =xzAC۴KV]u%ϙb<͋ KLW[1p.mbxEB Q/Uô,fYӶ9r\FĽa@i# vԙQKyMj*l4-ܴXfm~i@X_8iS?ВU9'j)u.> t)$fyAB W$(^<+oMLhON66 wGP:a%F4HM=?tQF,{gi4!@] z!M t]ai;.D{O|KmjQt +!Saqk5̜B/Z!(VFZ03zAm.nSͶXw?Pa9ݽ7%|{ŋ5gO}3*HoR9_tt!oK0ج.O&g$avjEUvY$5B߲i$YX +cg1nC ɴ!eSyKHl@?+Ӟk ל[f*VoW" GQ`U G\N*»aJ8t71XW eEU|AV'̅pa/8afDHίĉm!TH4QòD57v:N_@7ed`Jд}tW" Gڋ +3Z޼8m7p&&ob3*x^BQjԪabXeȥؕ;\|&<>Nd!- b}aXA5W GV 7A|{A>]<>mZY+:Z[syc- n{(vê!*l5*dCyC>gv,w`=gS>gC3X{FgjTMWf(F;Co6I;*ː(μj (Ø$t E]I`gcP~^]3Pip|A%,%f?>MUqYX0Y.IP1@oFmr0½b/d{?Yn<þYH, A¡,ĊVTe3 +7acFtkFHLFȲ>>54ZG/ ?8O` ;q?KͅݞN;q?KͅݞN;q?KͅݞNxH/JL{[_!0kI6~<'lJYA1ި\ɏNESJtGpoبyW;5Uդ*"o6).=P*fA g_̈́șBONOwM:@ȹ߷HޮC\Ш •KAԔs^d r\ȤRG ݆.߁| +mMHKXTESkg:HOϚE\S5J\% 5JҖ=k)qݘm hS='FymVMtGoMSmu8omS!'qsJO{A@1г!P@)u^m[a43z@D#^ynն~{pE0Q)`>A+F i $V$؟F6]?[LE\BARVЊ\E:rGC:oyj[OGW[egN}s4GQtħ\kPB:[+~+\937ѻc2">}CF(K@Ŷ/+~sz~Jz%h*?껛btaW *h='B٪3O6B WL-pڸ'^Ӥᗉ]"5V,gƐT\ȢKJ.%L!Ա s7eRYK=}~Am/AZ` "IKfufLc϶@zD4 >M"dc!l)W23zى5ϜuY2[ +N7ܵ +-Xq?BCϣ%Ll8Va BM9EFhhQ9^Mܪ"Mj`s2 ߏf;6}4`UNG'V[4mq()$ስ +uYC'9RZCgLR2ɐHeXCž9C3mLz{| +Eo"/!Urs#s4.r6w2etK5T,CɉtЀ2yBC#dj4]hJ+$;zf`+Q14݆ :-uhhV3auStq"bnmD=0j?_[S⫓7!Ϗs^.?;Z@ m6۝H4/Q ÷3+fe| ]^mN|c#zʙڞ՟G`ʡ o`R#fL&lV$ÄI:T:ob~j.Rghͱt;q?KͅݞN;q?KͅݞN;q?KͅݞN~a^uCnE~*+גMݽ#b``$.|~^ i߲BL +VxyL`6QZ:eyzy_j` ? İWtʔ+5ƒy}z=W\XA[e$Q[~> #9&FDG|wߍl*hH$r'2Gy]%# +:'EqkkrF۔PTðd LeҶ %)%Vqə,:mW}c$x(펇[p4kIֲ& ͛5mf/%kFx%z; +iߊ$jϭ! &T-^2߼3v^?V~ŴyS̾t@ 3])Ҭ %Jaft +*E +SKM O!T4<ȼQDvog*Κj'oyRLZfZt4y: aT<"3G53o2:'=LRz-8&Yϕ;e&ět񈆑$D!i%2}SP>0T.;}C ZPg_ 6z8C{̓%$ R)bHᴀ?]d{c(PR3!x"y觽} +{=z4s"C#&X5&"8{# lF o42̜O'Sصd"Y%\5ٞ%*B99>*p|ѨuC_eEJi'bx$GhDJ#ds +'qɷFѕ2<>H`!!( ,Qorik-hqxtXW}[]H ^)׀P;g³Q테-Zw-!RR"1i'~yy8(9V`h@g+/s + Rb.SwbT~SU(NsIݧBqqtS\M|ȼE}orJ<_@F ӌ +7&р-J1- +K&.vs[~1#ԓ y5CND7]nJmdG[P;pdޜ3fi4M{<}5 Jn p+(dQZ4iPcƄ D>W" G+xޠC<, )f=́%fo_~z=WNs؀=ƓѼLc TlĎ%s&k)1 lҴlf"aLkIr.dKXjյ{Xu{C`rJ]A]Gj.pO th:"=1 ߘ/grģcR/+~ɎǁJ r7Ѝ,\\#:4{Gpce6IagFooA)CÖVk@=27 λH"Cܢ9akD]I?%ޱÕ*N_PCkqv8Osk"IrNA@ MR@Q3+`drьi31ZaG L:^Z)4SŝE@Q?մ[> 69xłGZӱS u! ӈQ 9'>j/MAZp>jm?G];q?KͅݞN;q?KͅݞN;q?KͅݞN,x{A(O"P#YoW B_s,-{ZzzkxsAD(]z|z67!RrȥTs8W1 +C|d|ge'(7@:$K C^~Nyq:3_T2 + Dv]}|q]{6am qt(} H0+H63(Z+h^5%dgRTkt@푊}hTh DQAΜOFp`TjR!򼆟#_θk۸XFԃ*5OR; }i ="e l=cG%<9LHI"kndxfPݨ TO"ƲJ +<޳hHD9$B}ojD)݊"n6L-3 iYsz-37âECS_T5>cR ycOa Ov\+gGȣaߨ`Zá?M:- Ge&+&3wML<7{FX[C>}INtBb5͎8Fޯ +̆HdR} `= z1/#:I^c+WK%b@-i$nޑ('{ ;Yz0gDy^Spp&^߆SdFKMman3p\{ E8!&@!0ߦ7F"A>ӷ(3@$2,Fct,,tDA_S'WMSf1N\ݞb6P%:͌ʛPHo}}Hlճj+n6PBL^fHӫJty-"OEu$ ol`@ iʃ@plӊ˱"VjDCBhuZ[*Hc$Ղ251X%y`ؒK*a. V2(` D*0<( ,mƝOl$Cisdh Q2r .PKt6G0e$m{~fK .pZ/Odat,r}-Ů$bV)ܵn{nų0+.>x8K7>%r@nQiIJk yg qT„Yr`Bmz0&N2,ʽc(R6SdZC\PU?: sq9߹ fQރ}9ȧwbDDRHZ*)e6VW&AF[Ԡ `gz'TEl<˟T&8pva|gYPMA lklq\R+u^)~~0c)zu"H c>P"k>7[F]Î$k|yV8EӀ;[ޘE| !zQTI gM 1M%}m: +Bw1j{VS0MO7na-ض9O" T"+s2;UuZ-C  +U4m98/ +͒/P/J+?Wo>мH`j { b,Q~ߏsLa1$̋IlLǿ3{$:`4䏔Bw4fT/esB;͠|{GZ7ƈ'NF{ +}pds'wTlݴWYM$zn^R%reUt{Pgə sV AX&3lb=|wك2C9PY9oWHߒzXY\S}"Iu8G~q2'xyy藸N[̕`~8HĨz!k3rnRŭ9Nb Hwv9Ś9_H Z^R[yX9ޗJHxatyZv)LGC%0BVz.]U +xUvMI;q?KͅݞN;q?KͅݞN;q?KͅݞN5`ϓ[:$oU:) _W$$T^HxNZp+o9mQBK\AbĨHڐk 0zaBkK⊲˖?A!:oaz#$rSya9*{hxArC'y^&^lY`kW`T=4*Yw\, ,^gًg T8dib +BiHF +'WJs_\[ W-n*IoPjn``\'u ߑEG&ٳbսVŸJπb@32ePМ@Σgut b LS>YwTW\%jDKPUiG=b׍;Ɛ.Yi5 iܴ:rt$Z {M_o:_m4G_סu#شf˲X3[j#ejISlVBdXK6?~6#zE[a q]*uF(9[t٘25΅OūB4ŁZvwtry~{Ő^=3ǰMCgg7ڙ+B4/@ vh~6R<%\԰.VJ  qN? ;Ac q^"Sյc60Jx)ǓwL \.Y y "#F$}00g@#LMcJR5sZyUG!LLsM(M"mx|o.;˩^u +fY\`"bZ$!P1!K9U33sEM&YV9ޔ  Տ4\V-gv4\KodRZol wxaT ݙƩĠ*h)8DY[zm SnnbHZ [a +>YJE߱lBTMd9NLѥG7T2oBd/5J;nJ0UCm|F=ο_[%u[k'p\ɺ515~O~"r G +[rFf$VBOiհ~?z R>]km0ѻG%W\F077mh\%^q.;'/GP\>L5$*6Bd $J Q=|εXW _J'VZ*V +f w " tah {TǮH.5v&77׈I6ׄ5ȁ0=13IVeIã8,N)0L-qsV U9끎kc *α-CRVb8TU狥Y0t~8/lh/К)eD_ji㧈0\M.#"P06n?ꦠoK\Ku೾hX;d'.؁WX=ؠ2beoQ`+-sQl-/C%Ζ llVde䩄=v'!p oW$<Ƥ\$DK='Nq]4-VfФ=syJ1A"G 52l*l_ʻs8jG {EYQ:*{UfVhw'n|]#$.ܡr\x0q8#W~7k*NDKUg pe?Tk7 9F.`d%d45Vv [^a|xE8NXh?k;ԥfDG`LzH*ztPmɽq/XJ i)vN9Y2Y<ФJ ;ܽswrܜ[wX&uqgB!Uon{vx`TOB-&z/nY+U#G2,n[p{Gic͟ N;]i!{/)*z{{zdN9$wˀ2XkY`$!Gl<{Hzcn~h.>Bp +% _Fof MvKjA!j;q?KͅݞN;q?KͅݞN;q?KͅݞN |hFֺIsږl{R( 㛶HQ:W1v~`(jBÞD楪!DߺW>~xۖR2d1Z$xog9ףExo+^2-0̥̅by +7d05G%jOOw_-8Gk"aql*zF+J2P- \ԩV j#x=9?;7/k*4't'烄D[aZMpm@^a3a፰)X[M8դjR{F8ņnsW72lQ 59OAg?bjW3˙[ڢ`1`d9`SxN=4Yb +q3^ 㝔';zW`~fhGȞnHKLQޕ[en/U|7 jܝ)X+6&OFAy>w썀@yqgCmq̀OX,`r\-朘)@qasU|Kk KMˡ !̼ ++d\]B'vϘ9nST,.2sAίܧdq:ɝՙTx,EJ,)[!ʩ8)n<,HRu :…ާ#J̕@׽9݅[l;79lFެqxI4'Y׬)@hLGc0sv\5 _9BQaU6v9<%Dc*G J9y6N{,# $ #p_,/,[zZ|܊ -Lӎ* +5d|R>eꊔV* LANKD:P'ꀶW.VV.2J +`݉!;7pVz _K +νᇷ}AUkQ>5f'5B,|yT_zؘ7&(:XvǷR4~bgf>ǼO bƟFț >^("xe+c1$$EI .R/~Kjf*t \D͙/&JrԨeqˡSd]=6,%wXj\EdjW9|"a0tUIqI1-mr +'AjK]'v9AI2M¤r齊`89Pf?ts%h\إmgp?`$[GDoVgN'G~o.jwH ;dC-a[eyR7@m'B0C9`곹r3'"S5ieֈ2,YϮ8.oiM"KZZ>ҁ0 #}ekL^;q?KͅݞN;q?KͅݞN;q?KͅݞNY9K 'z8+zXҳ̚WG+ލ +t'ƍpp:Z(8=8C.A$_]饒_D/%E=RT< BX"Y0|B@ᓳgMwBX ' ܬЉd/;0d\{Ta4 _0آqRyzɔzOӐCTzz}kH9XOR^bnR:F Y( 8 %+e:~?I~g2 c SC20֖ aOe%J8 V道&bG硤(zA_i" V[yHGr<@XL +$c Hf!PcIq&ƞ(᷼" wXn@ݮTOU~A468!4͍\rznoQsTJ;x'r_}"돬k.xn{Ս.Cu||u'j5)co֦LtP+-+ DrXg +``KXw+y^}/.DaS4+ +iprÑ v3Lz̽"g=Q7l9+gͩ(i Kg\teshnItX4Auk!%;36A).iޏ#/)^ၝd2zFZbOօ1@71:}cOvH4#9LnyVW,#pЏdO6ξ},jG8Bo;򷻚"ǧޫ`%r;kL\m`7P,y l@e ;Kfm6ŏxS델*Av!3+,)WWz{ѣf1 ܝbϓS&֓Mx]tx| ,t >\^9 't쀬&sz@CC!g )t}e|kSj7G^ogORٳ\kY׃ݶ +$,ݓgtP!Et%Zq/$? eR<Jm1㇪YxMH_p69ž{v@o [Y؏fF!g4%N >0a\ܢݑܛDK椣R5*Ex USJ\zFY}hyOG| ǟyi|xX܏sQ5 rcWONx9Sv,2XW\gѳW4j7Ω/OyVCͨ>g\\9ɳ?븓N +bBϑ&*#![홵mĠV5na[cPԚv +K'I, &gyO˳ruiCZ'Z4UOb*:Qȅbe,Z#M͘zjSla4jvnteU@S'X1jؙN҂l)Nڑ9ꢥ=ЮxAT7}uET_›&`;_ȭf WQ>%sɃ\ +J`bo#sT6W?f}|7KB5vfJ;q?KͅݞN;q?KͅݞN;q?KͅݞNu֨17%ljQP@IͯPsF( 5n>OzGa@qv +j/7+G=;8tD +7lX;Emq0yj7p0qH%)q/ߏ'P`h?AJ#Z'GLWtA&G(eWq-*6'oYIbp&_J/þG[,6 +N_{ .#\(Z97Я2(7fߢt"f0ӦwSaC)e&|2Sv#PmUrc^< |7 +4i{6J23P{yV_W43~Wy-@X(-7M7WaLuDeE*SQX7,аe>G!ws20&~6g^^@Ɯ֝a,N@0 8fjݥ`Լv[*Qi -6g j)Hŀ,?ƋѺ, Yeh5< +mM7ؖaҼd.$îB|GM)d$dIB?AbQe +_s{ #BaHEzƱme +MWY*  Η}G>d隬L]v#> yt7s}\ٛs[9S1 g\[4^ @%FR7t{%%Hzr7TH?" ܓ:,6] ` +c\"%TrQ%Sv!o:>%d^9D irg0f0ݶ8scɁC"WkP6nVjU1>@1y $yOY/Q2X2c2*nE?@^aR$@j1c<+~9'{I2UAqϸCI~XN>(Ax,^֦Ս_fA^ښRdm,~n+;mL[RX+s~hhx5>2X&>3YV&.-n {'$,^`E޹m(!Je~%˳>bd(o6t[DvKS\fj@39l +J"S.9?>ր_[qArMCx_Mk&Fvi}:vkw'Ǟ/1.Y6j6퇝G^Pb;m9Ȥ=lz/ZkswUV{78a8 8w̢re2)֭"@OVyX2PYNf]pc}w.-!kr" ae*@ ?P +۝2>~e#3៬%*/'T?7nWR=bi*lYli=\M/'kVQ;rK^_T<2Peӿ3@(VOl%?4\샊@R1E·BWQk @5BC G]Y-d<!=.T1Os +T]p2߆L(uu|pz;me\~-x7t+QgAH-ް&!zRޭ^NHD_  +aKdM R7{ښ7Ui ʢZŬchQd X <2e  I0co̺@u&zOgk+ .⏙C]P/ߋ4v*ސKV mۺ b5 }urM̾-G3mAEu^}P^חtyXI9]]nVx1A' ]6C0 ')sZgÃq$}Ӱ 5[-YUi-܏įmݜB&n2OpȂ}te5i"x.領Wcé8y0JwAķp3DDI_KC+tPC{J5L}jhQCvr.TOAheeaiGx2V}-_'K@;x|nG<&ejKNlXpm9с:C6Ln. A&\K$"RōρF6!=3a< hI{F@Z&5b]'Y)WCpTհ)JK**7b<0uHv0LTKç0 +΍.a\T(8o^uakthʪ6X!=⚱b$}E-]\5DriTʣ>@tyE/ + iy9_PlX2۸ "ԫ }THݦXe{!MAYibcY5&ˠ+}?ae$pU^aKT0Es~}! +ƌ߻00 Io#bVM{AӧBܳ`n9乙GiHKH*p-d{iN h?bu6BdgnOK9\yd5-zkز^/EB% C$pH\yͨ.E⡄w Єk@FڕfGxLUw۸25 ek382%5,: \@%AIWfzӁ0HwiQ=nj:wR d39ruRd~Md]_S^B{RF/"dMjZ ysnX"zkZs6cM7-UctZEC(IgWTd1^$"ɢ$},_Yhefny)pߣv51kEQawU fF[%)pd4p,;)K"&I!ں+e5BV>ulzsLQR/DYo.GL7tfH.DŽ4FtF>]jiBwJ]uYSujD T97f.o{ymAqSzLYO_'ңmd:h@}hY+FƄIN~6%ۥ 7.ῳi {: mn|SShJ;~&Q@˜[3g͟h4pn =cE.^o5@yd6jBXL[3Q\e5~ڭ"ZD#2'B_-x }Zu6(SDv G-41Σα )F*XO[ԯ +_{΀즉'ƙT{6mnѫpb0C Qܝ+%b +|`w#͠S]x'-wbs~t??=\ Lu e"鵁##OMp$!f֤;Z'?$]75FW/~:m;O=kg|y\ Cvr@N$k\yFߤ]fқYH祦68a@ .(B "`#ьeEs,[ce,l-:i7\ʹ7l1p%xٳ?n"D"9{ /ضLכOqBKjb;~q0;n]4;_mYn9nI}2'GRf)͊>:-{綽{mK +[QfDHH + +2MFXN 5͖+pq- 2]ßbΪO#I [۬ a-8BZ71xnT@#m(yh}w7vױUG}Fu&n.8%!M@n]xaF *oLxSQ/ZVaH5VCooOD`u>֐B]Bb5j=Bǵ ,03X;k@JHЖ:@ MkʳZjØm0\֬Zzxf1v`&Dsb0LYV'6]lQ3NJ& ;q?KͅݞN;q?KͅݞN;q?KͅݞNRdNs^n +Y|S,Ǫ V ]bWH1*\׻?ӆp7յ1 MFކ*(| I:7 2`5,w(kavaq3_vHnD-s`ػe,yi[ swDXX$' pEjKg0<`]B.!rTK,rQɆxolXoRtc7[W|lGxi̇ܪ:7HHBhtdOJhܝkRw yZЗn'(D?Ŵiw{y$h[5TH\i["VwYjrjj 7 {O(0m#+ էrRsϡZP1gq*YXĬa+Cq8_)]ɬIHn?)) -V*9_ M(ܿ1=,d-(b xzlm + ⨂}r˻O[ꡪQ9D$եH]zAC* iBs5xnܲgTGD9@~4}ڃTA M 7;0Glp" .2ܱa[|Yp=i{+ׇC6_KMRV^:eA a_Ƃ]|;?l+|=^Ws&C?(mb<&#ĵm! +ZySA} )˅ّb &c$u".rG:/,󛧡٠Dڏi/n?A@lebl?.Y` +"ڂFIHrWMֆ~C/aFkw` RfyO&djxԙ$#x )]7~1J4^ˠD +%rJ9S._Mfn/k7[^ޠЪIq)Xܦml|řЏNQѕ_歿$sV8 Q+~Ւw]6qN{[W蠠c G5~HhCRhX9wGDˆ| qiOL{a y2M֠'Q紇e%gE`Ad0q:fPS3إW$WV9)ԑTyOX8vh$O1|eE*l}$Ŵ~YFљaeOD[!PK<K#54 "d $8c4V=x~?ӠRL-_kyaoG #vΝH'޷g?  }` ޱGil`.<f$ALH8rHfd!!L*Ѧx6BH֏wD8% pۖ߸L +SE\V7LI +Ĥ'~&n!u&a ϚHz>PjELXi"SO/J+"{D Ɥ+pN(as,2=L + ,+}EïSPނM3?\ɣ5#>dtswԸ1图3tBfⳃGz9YXgygΨt-E̚ދ!^uH:~W~6A)ȱ-\dg1.eЅC3J>*U6=RΕYxSZMT qʐ?2*N;˳E&n^@aj̡jr_Vv׀;HT[z0E+/i{$3.)aDAdWr=9{`ʡ`<, Kug?c((hnL@5`zmvK?9*1:3q"?gG$7F jA!,P Uέ.0#n! Sao@pR$mJW$=#0l2y%#=+6Np>P;ո)`~TRD4 bҫ=r O-{{"v$8cy>ќoQɹGc-#2Vfͳ96h?p%5%]ߜ*gx2; oJZ;q?KͅݞN;q?KͅݞN;q?KͅݞN]& h&~cʂk$z_zgizD?Q.% .gj<:왋;,ip9:V%rZ!"jWUPҙsUh0Vp lZ#ZYO0vJO v![}z*6cc_M)mwZwɥrc[ =Uӽ[Wd{Hխc$ 'meAav!5:"xμi#33:"FoɾgԌw]}: Yn'uW[MƹadkzAIop뿺8J W]S ++` .br{E|![!ϋϔ 4Ä0卥a0o}&23#~61 "9 R-?Sa _^G0 |8-UMWT+ۚ*MiTZtp4$&v{8E$:=tȭ|s#ܣ[,Yr6ղYCoYzh`mm8wwi#W;C@t:#bUރoB^j9s02&t*DYD,vN yQAAHk[\Z&< N|IO"4RH2ņ*_%/ T p{)W-g0pHіy!A7_jIaYgX2Ƅ [<7=mW3_dY3$^scOBW1"x!ˢ)oݣ/a6Po`S|#a- +e&8FX,c:|A"~(.P7r [z@Raد lu8+7Hwt։`丽rqj}b4z1n>g2V6N"ɄM|Ul8Fo Tc,-cMxƕgricVs/nq?Rsd*.𝓧8Z\k'X@",SUMs.;>V$5jEiGuR;R8T48OږaR=/,{{zUSw6r3͵A N-MBP>[=µ'5K>cSt6c:2-=ĉtdQ#x-DF&z:ymްqA&I$T>uiP_߁Ga}aNTZtVVIJuv{"rrF$Pk} 6{A$"TTǨ>Dfͻ>^ ջlnʤ,?.l;ıș-ɬ_۩‚ %3(Y5}6& +$T/0U;~op($oĭ 5]r] ;7ݭ2)MQm;mOurBsx;q?pZј@bhwX_W,/$ZY:,5xyQMPƒI܎.;_烪A#Ű_TnN(-$-tFU퍊Sxsqqt4! j{l8\?Yt_/Qw"\7&M0;q?KͅݞNY#StUI/AlNrRZi+CC۱Gs1L|ۣӛ*lůH#fr,aUHpAG6[zw[S{b77i+x<5PNkTB=S (Iz2u-7-Y;PSS&MQbl,Mol9oR"` <\dSqjPiI=Y+ch|-]pո =""IE규6ĕZ=DF( lr [3b +p[*_Tli[^E |\Ldojol;q?KͅݞN;q?KͅݞN;q?KͅݞN^B&Nd6)e=ȯ1Xplp9P܁cLݠ"3{) _o?%;w(|csV;q?KͅݞNyҕlCF!t;q?KͅݞNm”;wQ0;q?KͅݞN}$]zwH@x;q?KͅݞNDM,z|7.Y=_Gˠo+8s?gɣnVUHlo1xM ^E0⟵rzkO":Mg9;V/}(vTʃ(ԊG.#IHN[40 2?h1/>vCZIa77w!ĥRǯYEH|ځ9v&䣧Φ׍F-9; 0o_+WVɑhR:zުzX+[$$~c`[$=.T=iyLJ@ 6&bnuю6cYZ8dkRW~RHU67qCW#]4xKEܶ"Q|gyMaPs1s-{ oH>\(zLw)%!e`XgٚINk(ܻ.jH<eH2rZ&KxA2you⽥-afaj ;FS=r^n~PBֻ>=€A_*T+ViNanb*BG@ڃI NO߰)k-¤4q :ZVU̖PM3b0-J=1 |Ƚ0滌dh,_/ecG̢=p͖sQ[O/'VgUPIk] ФIx鼐IVؼc?KHG_= !¥p ^˙(of +X Y'|jC/Q]q b`C-Mz ';q?KͅݞNh7a*)KÆ[;w?'R!6L#CQ@e+ XkWOk-adX +p*܃#q7~{b['e %2B 2 q +]Uphf?dAe79CAnG"-9bc@c ls`E޼;=bSi)XX#ćOU,fwQRU ڷ'+mrMo;[:\:+NHd5ky3zR_6B7뢆1Y -$Bt NHN)njU1Jbr]S8|h)'Cb jEsB?pM4,QC`m BY!Su^᫿gsfXo j{?պ,TNBsF>ɤ'+ ?=#VonV2BmPԗ7I24%:܂ |?WnrD:s:l/8TPYiR$ q5J-iS,5+@ɘowgk4[]}dg#OtɈo;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN|.D]A9m=pU03X+'f% ;)B@EgE*ÖBѿ0LSEv=k/9VP DB:4k0VV).xLe,VdVV;i4;q?KͅݞN;q?KͅݞN;q?KͅݞNۍB`'RSaĥdBB3 Kf:+I54A/f x{0ZD1J8:|xHqfG|V6 +Wܯ0؂rЫ248ӧ+"qY'dQ2M3Xr Vi,Io^9W'؞0 Nx~EH~3}%dۚ,{8NVFƆݒ lld2ysb388P# =ˉH7Yb!Vu@qXca:@k7QKǩ=6aE}Sn1BpJ?^ȣiWypPΐ'3ylڃn0v,Sc +iA@E"\#$ޓnRZY§U*)F 4@VqTzeq. 8)ߓ4@Z(x.АvPSX{uMZ"ͫ;0Xi[i;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞNGT@(t2]lYaQ)| EV/ +8/AgM7@FWL!uGDOl3a%:sW^R} 2(׻p-@}@Z-`[Q\+~; L92"Vj1s/ZX-M-4Oam+OU_uGǯwнLZ2/Ȩqv$I|")f-4@mEk +&ړcPcF0j4t/Ş(dkF܅;Y\\잣Dlйr?NuzLIih7s˴SV?fM2ׂш9\Q25x^a JOOpӭb_w'#5d)s_W8x&kYm/V0yv fIrԂFVa1|H|F\;q?KͅݞN;q?KͅݞN;q?KͅݞNʧh^)LDdc!֖<sobZ<éosXnڗ]L*,,b4ʚc*v譋V^ر~HG͸,VV}~\l ЕBR%05K ((\'KRnY`j!Gw%Ꮺu*a/zJ1[3;^I~ aC~Xxlcu,a}ԧwF70V֎ R;(Ū˞Ē|c@4k1 ዯTշWOC{GW~K?Rx#ǣޱ1Q˃YU,2_>&W gF +s;6*>.aK()KF 20Ljy2񶹓 + 4ݥ=##N |YW]QC) %3bo/PWM3hljH +3~L8zb~5Z,k.m1B]4NHLS[l_I[+|_ƩN7~=\lzb"v#ΨFY,? IFc0 %ʣL_PV]oY +?#Q*7ȧ8٦4Y%p0Mqv G"CqF%MLzLfܓ]z4xM49ёI-l> [k (wHTmuyZby2 +{XqFq h=#zN"̚QϽ+?Vo+E, Bk3&E3n'fK7wѢ^HKEc˳8G-KzȒtͫ}R_'5UtxOf .C ܀yͷBw{Y ,|㹕P: 0>]n`GKx]/Lu\SOVKoX:`|ח`"k +!oM`K+kxbZ"xV9 +>r >fzPo"DGS13mƭmV[ULr]=WK: 8uut_6nQi[6'4<c.a"pic;E3U//Gddt nUUp{ P5} Pg9A'i^WԐ'u9=< &L^LN뎠ڈPisf`ҒΙBm:0ZX:eiw v|V\3a okF2)pXnB: G?\ehXF4~G΀aNh(aƗE{w^V$B+dC  N:x~Otkd3RbJ4ib[+rdY&熆ϰqsw'::f^ +We󅆤O2>6ǐXRyTt)fP^KLgȱ%h2[VGn jws}1"K+/ 1"Ffg 1MI P =7$ {@ <% aEWVW +9f:Gߚ|G&|)Q( s|J#1byqة~p"f䴪ږ+CtHllDBDq-(}[8ڍSlqʦ@bEX ߼ +AVx3ϻ R~ߤȤ3ZCe+Kͼ(, |$#>|?{[t(o!e3V^&.L' 2B:M'`E5CeH7঵7^RUI[&)p\n|VEO]NeB(_Ak"enžaf7ŃL0}@f9QEVkvPW|!UelF@>TeS)t,7!q( C>/>hF<.^U?A䘘l;q?KͅݞN;q?KͅݞN;q?KͅݞNG'BrvNg|U/m(g] 1Qbňg8]*&)7$qx/jxhb:T0aF?QvQR? +m|#Sn*Ig͢$?罠͌!}wsR@{d!-ٖfj.)x5? zTnrW1 jܺ? fcpO7(m3 [@f?Laj)5EOr]?b8(אS_3!XeRj"H9Dpi-\O¶zgѝTCEąeP!𘝃36 mH%d(e'N¶ooZM)[C};ڃ;2ssqyAMG)ےF@9? %wDL`%R-f-4Xk%  ?-I%T̜Ni!D7F3Xq CzY$=k&Q0f3~zN39F7VME\Y1zFN1}{V`EHSLBt-v@_bޏr\,؟"t $/xdΤ3%LnI /+:܋Ѐ[*}+©3%U6Zy*$j\jS.ҿ=1p ,P511 uBrYɁ vrgJ(%I9b[fd!\FGW@F҇E R|nHX`Gl8jsAnﭾD\04:^E\Dezo_}eaqoEN#pEJjj3%*ܞG?S񟔉d,DI-(ٯSX6B! +U +}YNDArmY{&pC29Um8Ycw':MuKр`5Ti=p[I_3Wc_ m"gg6P$W\li<ڡQXgتAV +h$2tZkoYb"bRrw"VI2cXOUt̂MJ29l]=#NŖE/S@kɜ0j;OS8˜oŔఙc!-QLtqׇ{ߝa6ь+ן$xg]܏&Fb)bo8$ +QqMdz86'Y8Rƚ|'@Z)J8?- +IL)&B&(EZ ~P7sk(U8ɽ,tv ;- ۙD^"qRvomY{Bd B`Fgqت`9Y*#X_XS!HCg2|NY+d3e.’1␠D[LMT=2#'C=;q?KͅݞN;q?KͅݞN;q?KͅݞN~XVAףOO`wXPNYg(tdT verhS'%g_V;aJg[bLȘ| +ebkߢ!t®-%'R_ -lk3š$LHK>mߚ@-$-@-[x̱;q?KͅݞNNJ)xqOXA"?1sހ&D` j$:\x;6~ L3+ +\(1?=>J|q&b`D +Q=hv<%sI=.r /'h̬sLȽ!pIOʆ}sD:Q +́W/'7J3Aow=Nj9!IlFҘ!?VC[ bZShط@yOⴥr"nve/fqt*pgeJ}6gSl[ж=r^u S fK~; 3ښy ;`=0I:mae~h 0!_}YZ{$LWMlOgdP%3dLQ4Y:U֕1Dm͈rL=/HT}W۟8ȊKK%dpn<"ݞZ}ZP^f.ޅ?(+ku ?6deq!r5͌UvRR"P/5 xl䔩ݱFo68TF;!~ý¡_wM~\1ezOc53VFnw#ODLT5X9yX1~l'-IKND ", EgṬaj(נE>Mԣ\q9M}{K>LfD8<6S$X0.e̹cc_|K}Ԇw-ɟr[XIm&T^\&#ZbNG:/ +ᢥ>30^Om\:(diXa!LѦ,a +ez=woY28Stܭ=5Cn恅ǰa`r*B9=`ȔT* +J!iF|siL! 7H8L%;T?u%'r}ɖPGj* ư^g ۪4mݹ_T()/kMl.fJ&"E8GU-bxT3ԉX @Rsp-ފ!MSf ӧ,ed]6ͤ~#BklPT Up5h^ ,c! ̗wn|{ΰfyDFbG qb_7R[XMi̡G啎Zk+ڽ 3 / +|ikis K0? +G3wBE (זj`1Ag{"=}G8pD/_]|ɲDҫ@m $=X| ]w5Aqi'bMp&Pp+4Tdĸ%t0w %ȻO' +J/~G̋kOĢR]/F ˦.R',O16%5yI63nn#LBjW(R$va\lSRϾ)= ql)/U}*RLv"m%-w"{H`O?!oM"imj3XѰPB3C8bzJ:Ɛ%Jed\Vc2fًyI«(Ey˜ ]A' !k'lm[pVjk_ ߏL? *PG ++'WRdkM%,ɶiD/0;vw<Ͽfǭ=^ArS~@|! +d?WcqU]w yiQJ)\4'Ix(hVE]L fhbjY'ei7Ii00g?:git7i^=eQ}Jt 0j9op0`+d% gc +7Q[`*!qܚ +yab + /[}c7-biL"Y# R@tD^kq$Niٰ@Дфjïe\U`~zEo*Va ՏC"gB }zy{F(N[}3i49!cvT,|}eNvܠz wcpYˋ9Wޏ6#Ü.")!}ci{;%Au-<[z> + i/ mh=z(QxI۩{A0b}̲0@1PA~/Qpc^\(fo$M@P{|jkjv~?͖uP\7t!Y} U>lc~VDd";oyoZ-Q"Me%s +-gs|3Xj0%Ie`^sQұ ;}!$ϵ~H-5گ(Wz^qM)Gc%B7B&-ux#JB+_3VTUת2c@r) +Y>4\>py$Hb#h5m{ ݌40^Y4q~El)y&Ν @ + n%h~W 7_sV :cuGH6')mV'\kZ9'դx3sB6|L j5jLC./ܥHBG{kT?!˿ tF~Eno +˖n:Rqz*l1 ' MoXQs"3Flv'(Aj`PKa)G ؁!q=AS!O\BAYY q_#;e Ѯ90H.[iB#" .}dJssb\R\w D eLֽSFbm- 'mI;q?KͅݞN;q?KͅݞN;q?KͅݞNjF^K}sM_SE"a :hdUEq*Wݴcʂ!Hܐwэb4N5uH 3R-]%y{M~%.Bou8i{ۭH xeKnK˒G1(5 CF*"Ic& ^eH@!~Q^s-)`b&8I|p*J1ݴ$f5#\+_| wN,ʈqPۿS=3;l cNz{ss̕c\7c6hEqCGSGXM4 ]g#$s O/`m1[eabJv~؀+Bd {o_>`!2ٌ"t1sFKZ@d P_!ΪmqL暃x=@OrO"Mb%HԐb L*&qsNDg|jzϹbjʲ9{ ښvo)Q3CR9ȅod?7L;s,Vcyl/Kq[,-!C _ޕEH1: ap ٰ#g3T$ |)^5ǻGdGDnwӈu;Ѫ<`)훹,!^-eXon` ө Ê11.@t/|(x;_wJ᫑|#zO) I#3ZΗ|>ɽ1Pd-q:dI{YH%J62mρF: Op"v d>~Úz.Eʤ_!3' qV'l=hq_EFt-*:a,uV;&k#n~pEC\t2v=6s62;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞNNV\Cgp). +D NEi!rAL(SgTt)V ;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞNK:lڵ&o89:x28#%?mOTMT0t^y+S8HI C0IE m Kr+ͥP*ø|[tL>⪝8udV}40^rgf3ͰgilvdI#?I~ò|'DEcF_xz7:Q>g=5f6܉ذnv -}k76&7\p9#r1=8:C [fzG$ϣ{I?aϡ7`1{ H_j=_w=mh{-RqG}׎$Q2A.t#%GgBDQnXy9jvnw`bڣaW929Y>"6e]"mMf6>$Zj<{ԆghzZ +\{j6ҟ ŜviU<'UT)?NЁJذ@)^,iHOO>ـsi37} I6i1%`~I yn8foA@.koλيyg*jεc]twL=W9mޖ7,r {52"ͫ#t3ij&K>\YWP>ĥe~[ m s.dp}~Qk*+DNS}hUcbh`CT>w;BJ gZ9«rMVJϑy"{1QSՄ=Y,0ry! ++ v74**$S J!7<<>)%2KCmkp1ԋ].t|o\EqCOѬ;Nf|% W{JVB$cqSp{mˁLL* {Nzom%.ٶjT~Րs Io4dO6 {q̽M, ~jrŽ0"SwuV#4򂌤Ѡi;q?KͅݞN;q?KͅݞN;q?KͅݞN/M)S@vMrnM1$Y@C,͌i֐4 d~Y$ֶ'Q&~#Hk!lrx?(: q6ҹj aFa_Y&_YNKy+W%$fҁy n㧒@^3gѶS T2^qԟ'ptiPՊ1ĘOo$jHЍwjߴϩ,DMH%!!`1#ѷ_|-/`40:7oW7s +gDLZ'J1Ur;q?KͅݞNdCRې>ӠzzJFK0ӆ cr'gK@H ߓ-vM`Q"-c0I-s-Ǚa$K$/>~\I TLlUQ4tT<=uVWX]LAIG +%x j7r]=e_ҙr/X__wx+`syh;OCH[H㐹cة gy8hSFP+3;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞNU-(Py%+l(/;q?KͅݞN;q?KͅݞN;q?KͅݞNק + i qݱ鮬{aT) eb~D,7-&3mH@rRİ/$݆o?kp3Qbv.P_aAlw;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN;q?KͅݞN z{{>ؓ/ri+#b?١wQȆhMF@OD`aM TW̯̿5QvL菪-Wy~nVaz =)8#}D?`jfgX%4n@Wh8D'pAgh7} +}ۓ`:,Fb_ Ŷo2'1uM$m e>ǾJ%uKs޻gRB: 1FР+Ojs_458&CE{-tI:"7flSkuo6 öK$F4AMsw4s/[N֥4jp ; Lq4avq3UQUAa8q.Df_452&QJQmJq ˽n~twRNNjaS#%U Qi-=Jɧ93Z y8콚tYUF9 `/\15WCd5 n&Oi 'Љ.n;q?KͅݞN;q?KͅݞN;q?KͅݞNNI{>_&Wy߿C)vFRm)t_XjW6b$Cp#Luf}9ctq(CU=.Kb&;lw۩3G8/%wqe/*yƙX<,XѪ=ẀYxO0\:9dpSt 6&bnuю6cYƜa &/p,nɼix|Ɩ-if.Cjʨ]<|o +BN7e~T]q}"܉dCvÄ,: +LilӦm +KLHguʸ:gcZaiBXuW+y"Dl46wH_bЃKB<&7a> maGSCNZR?#0E(9sVObgdBV::{ &p3%=UM'Ñx?#zŃ_׈pcSm8@JH+~[rHobZpmVī:kz. k +غYYd2MYM/&: ` ؅k<ɏ*36c8\ +攙k՚'vutWYQQ8;OXBeт}]vJ{-&Pw͞4eIЏ{KBx&F%Yn15Gq a{⑁-e%q9~K!T㣰vFwj`9FA^k mZNebqE&]Lw!g' {c^ +z-6 +1uCwYDs}C⢲M7yأd{dInfV'ͦy7lQ#G e^p!5H/1օ5y;ѠFSAm f[s!6 +|ޠ!a=MYZ#%)*넕R8Sm†SZQO-SćmN7-Q0AТGd*ߐb_X!Y|dVO3+huZ!:sw8:LӚb[|1LmD4xN[@IGXP;1;q?KͅݞN;q?KͅݞN;q?KͅݞN?P6wf1A#u00 zWjVoN HMd?PѠHf,w0Qjx&/Ĉ71cl1b|P}Q*  kANJ 8iXѳ2fT6{}h䷌BbƝ BxWY2]'sx"XOAs K=czB94XWcWv)υIkDW;WGԛ x"X@:"x䰀y9nq;hLw\DĖ2%R!-LU~oڽWmZйQ(&"/T$=w`qrA' BTH7 <&}?&nsrm Ÿ tC ~{ rٓ1NZmi.Sk!6XdaN׳DȺ"F-(CIh\V~qAt]"ʾ27N*βQtD+ìe +ÐFla`EK7 +kQx% T]%̭d pK8v4ByZsքsN? +W#P>qA8sTX;V 72lt'܂kQnLf0ĔJiϧ09iG!Ȯ?F6)^8&|  j +,&O^^ J!@Ɍ1֒xh2ryM5V<-)Hb$N'%[[|1LmD4x+PH WE9 "/Ĉ71cl1b|P}Q*  kANJ 8iXѳ2fT6{}h䷌BbƝ BxWY2]'sx"XOAs K=czB94XWcWv)υIkDW;WGԛ x"X@:"x䰀y9nq;hLw\DĖ2%R!-LU~oڽWmZйQ(&"/T$=w`qrA' BTH7 <&}?&nsrm Ÿ t%F{M=W>jpE;r(ǿQX/:kEqzӽm +NAд,G N$w@TX4~ E;r(n%hXJP!frٓ1NZmi.Sk!kV_DSP"=iu1bwO4OJ_<'>s|r 8@-(CIh\V~qAt]"ʾ27N*βQtD+ìe +ÐFla`EK7 +kQx% T]%̭d pK8v4ByZs_Oڛ٧QV\ڗQ ;G\L7| ڽעF`mr3**g$D2H츰 0y ~cAPTmKNB,y8u-0 P3{m1'\h/;X1/(XQ=_DHV_!}~q*O9䑫mjk4؞v<.FVXd3XSL=>_X{ &PJP}_(9Sͳ1!˭ :LfE:BA'Brhs ZPe[).!J-oK 1t쳣z*ĕ#frZF YS45*it8yR T^5,T5F>SW8ëqwہz30/u[8˔ׇ!3M3J +.%/3fMxh:z2~H{딢b@R홿w/qiI)lK`d2jâ;RbZ8bg[ߍQ"ƅɫC}]8^ +]U}*L(JP}_(9Sͳ1!˭ :LfE:BA'Brhs ZPe[).!J-oK 1t쳣:/1*k`>Jk]rC`PaT-(47)ay]RSW8ëqwہz30/u[8˔ׇ!3M3J +.%/3fMxh:z2~H{딢b@R홿w/qiI)lK`d2RD'XH-yMQ0}"Ʋ5@Go<ܙ xn7Qpo;q?KͅݞN;q?KͅݞN;q?KͅݞNҵ%7QI\^@ydB(tBB` KG} ,uAgD)1K +`L"p3Ldx`Ŏ;19,G;ex^~ڬ ھ;т57>vP"}&*g46X~ V_KhQl4"S<|UyἭA??eM\ܖE-{<s|jxWRֵr] 3)Ͻ> v1ĮLh2W鸮ZkyJ&c { +L&h_9 QR{dca[5Žƾ" KbBq| ïqťwdw6z4L'ْTeo^2=/ ^gpQͨLr0ؾ"Ga鞸~)LGaH*Q^27JmS$$ 3^~ih7@M >H7u5=nLB;[Tz_M{2WT1VHPK 3?* !Q3!J+0q|">FZJtۦ5wl1F)*FQ0V_f2Su HJ Bo A0o|AS'N{&\^{a s/ERdPj`vEe1h`HۼQ$­b0uoKhIlYVϱ#^ AJAd_N&\(m;FJ>Ѯ~8YbR=A3RÞW4mK9*SjNliX8Q=FmB ̓V-ʶsH*Q^27JmS$$ 3^~ih7@M >H7u5=nLB;[Tz_M{2WT1VHPK 3?* !Q3!J+0q|">FZJtۦ5wl1FeZ9dm`x,Cğ~#׈5򘍂aV!j<Ps/SpȾ1sY#Bpo{N>KM ڞ TVPANOtËn:OCZ_'S-YE-:sv`i+j]3|AS'N{&\^{a s/ERdPj`vEe1h`HۼQ$­b0uoKhIlYVϱ#^ AJAd_N&\(m;FJ>Ѯ~8YbR=A3RÞW4mK9*SjNliX8Q=FmB ̓V-ʶs`6=ku>kp0`4Fb-z7E]^"Eec*-4ǽ#V>,\$\O"9Ѧ}\ՖؘAWQO%cA!M]bc +5RpM4l&@#)ITډ3 Uy=DZ<=OnVrS. LOvIbpF^82܅}m!}^OƚzX_ެ γ(rmeux c*^,G-<#LP# mŻN}mE\} mev|creq [*i_卾8se®%/PgAVAߴ`e˻%'Cܥ;/MmS<aV!j<Ps/SpȾ1sY#Bpo{N>KM ڞ TVPANOtËn|2OJgE|-q$Ўnw*WM TGy +dӆ{J}(Sڎ08/Nǿ ӝnQ2/9de&@epӃII7S.>Q첓[L:8$O.NMe+O&A}<ճo.C"7}Mt,#hXU,D%8vpsu+-QRCinؕLG PR04#P^Gv~,3&g d2nW_U!*zuUxs7+O_=s~ժ:&]eKJ.ʂS:GOO'$d@?i uٮLoif&|Ɨ4@M{D8KZ߰=c݊u#~gwgqxᱏtM(/Ԟ͒:@?TDk]|/䭎%1lzi\G!#1Ϥ掂˵ BBx-_/ +P&@ibx9wؙ-+=CȢ*#я\bX'e _ E' Q  x-؝e :XKbΖ +L+ӇH\v+zT5 K )<^J&HxR"=E.} M@QxI=|w"D{z<+_lF0K,PBCT#3[cٔAEHC0Ǽ͋H0xlq4 r@O3)5n-ZNOuz%',kG$"G~/ -ԭ祉AY\m$kUI}CQ}ř0l \A9zGvyMx,t+JLՕDi{"Y:c=Gn;0Z4I.+?ʼ1.#t-TgZ"Nފ>qB fwn}AV,ު I\ _ѻ)+wNee \ No newline at end of file diff --git a/dietpi/logs/HC1_sdcard_build_output b/dietpi/logs/HC1_sdcard_build_output deleted file mode 100644 index 1e35a86..0000000 --- a/dietpi/logs/HC1_sdcard_build_output +++ /dev/null @@ -1,986 +0,0 @@ - ──────────────────────────────────────────────── - DietPi | Mon 04/02/19 - 10:02 - ──────────────────────────────────────────────── - v6.20.6 | Odroid XU3/XU4/HC1/HC2 (armv7l) - ──────────────────────────────────────────────── - eth0 | 192.168.1.175 - ──────────────────────────────────────────────── - DietPi Team : Daniel Knight (founder), MichaIng, K-Plan - Image : DietPi Core Team (pre-image: Meveric) - Web : https://DietPi.com | https://twitter.com/dietpi_ - Patreon Legends : PINE64 community - Donate : https://DietPi.com/#donate - DietPi Hosting : Powered by https://MyVirtualServer.com - - dietpi-launcher = All the DietPi programs in one place. - dietpi-config = Feature rich configuration tool for your device. - dietpi-software = Select optimized software for installation. - htop = Resource monitor. - cpu = Shows CPU information and stats. - -root@DietPi:~# wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms ---2019-02-04 10:02:34-- https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.60.133 -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.60.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 21481 (21K) [text/plain] -Saving to: ‘raspbianStretchDesktop.sh’ - -raspbianStretchDesktop.sh 100%[====================================>] 20.98K --.-KB/s in 0.03s - -2019-02-04 10:02:34 (649 KB/s) - ‘raspbianStretchDesktop.sh’ saved [21481/21481] - - -***************************************** -* RASPIBLITZ SD CARD IMAGE SETUP v0.99 * -***************************************** - -*** CHECK INPUT PARAMETERS *** -will use code from branch --> 'raspiblitz-dev' -*** CHECK INPUT PARAMETERS *** -will use code from user --> 'openoms' - -*** CHECK BASE IMAGE *** -Check if Linux ARM based ... -OK running on Linux ARM architecture. -Detect Base Image ... -OK running dietpi - -*** FIXING LOCALES FOR BUILD *** -Generating locales (this might take a while)... - en_GB.UTF-8... done - en_US.ISO-8859-1... done - en_US.UTF-8... done -Generation complete. - -*** UPDATE DEBIAN *** -Hit:1 http://fuzon.co.uk/meveric all InRelease -Hit:2 http://fuzon.co.uk/meveric stretch InRelease -Hit:3 https://oph.mdrjr.net/meveric all InRelease -Ign:4 https://cdn-aws.deb.debian.org/debian stretch InRelease -Get:5 https://cdn-aws.deb.debian.org/debian stretch-updates InRelease [91.0 kB] -Hit:6 https://cdn-aws.deb.debian.org/debian-security stretch/updates InRelease -Get:7 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease [91.8 kB] -Hit:8 https://cdn-aws.deb.debian.org/debian stretch Release -Fetched 183 kB in 3s (58.9 kB/s) -Reading package lists... Done -Reading package lists... Done -Building dependency tree -Reading state information... Done -Calculating upgrade... Done -0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. - -*** PREPARE DietPi *** -renaming dietpi user to pi -The user `pi' is already a member of `sudo'. -install pip -Hit:1 http://fuzon.co.uk/meveric all InRelease -Hit:2 http://fuzon.co.uk/meveric stretch InRelease -Hit:3 https://oph.mdrjr.net/meveric all InRelease -Ign:4 https://cdn-aws.deb.debian.org/debian stretch InRelease -Hit:5 https://cdn-aws.deb.debian.org/debian stretch-updates InRelease -Hit:6 https://cdn-aws.deb.debian.org/debian-security stretch/updates InRelease -Hit:7 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease -Hit:8 https://cdn-aws.deb.debian.org/debian stretch Release -Reading package lists... Done -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following packages will be REMOVED: - fail2ban -0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. -After this operation, 1,321 kB disk space will be freed. -(Reading database ... 15499 files and directories currently installed.) -Removing fail2ban (0.9.6-2) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - binutils cpp cpp-6 dpkg-dev g++ g++-6 gcc gcc-6 libasan3 libatomic1 libc-dev-bin libc6-dev libcc1-0 - libdpkg-perl libgcc-6-dev libgdbm3 libgomp1 libisl15 libmpc3 libmpfr4 libperl5.24 libstdc++-6-dev - libubsan0 linux-libc-dev make patch perl perl-modules-5.24 xz-utils -Suggested packages: - binutils-doc cpp-doc gcc-6-locales debian-keyring gcc-6-doc libstdc++6-6-dbg gcc-multilib - manpages-dev autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg - libatomic1-dbg libasan3-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg - libquadmath0-dbg glibc-doc libstdc++-6-doc make-doc ed diffutils-doc perl-doc - libterm-readline-gnu-perl | libterm-readline-perl-perl -Recommended packages: - fakeroot libalgorithm-merge-perl manpages manpages-dev libfile-fcntllock-perl netbase rename -The following NEW packages will be installed: - binutils build-essential cpp cpp-6 dpkg-dev g++ g++-6 gcc gcc-6 libasan3 libatomic1 libc-dev-bin - libc6-dev libcc1-0 libdpkg-perl libgcc-6-dev libgdbm3 libgomp1 libisl15 libmpc3 libmpfr4 - libperl5.24 libstdc++-6-dev libubsan0 linux-libc-dev make patch perl perl-modules-5.24 xz-utils -0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. -Need to get 36.8 MB of archives. -After this operation, 138 MB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf perl-modules-5.24 all 5.24.1-3+deb9u5 [2,722 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgdbm3 armhf 1.8.3-14 [28.5 kB] -Get:3 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf libperl5.24 armhf 5.24.1-3+deb9u5 [2,850 kB] -Get:4 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf perl armhf 5.24.1-3+deb9u5 [219 kB] -Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf xz-utils armhf 5.2.2-1.2+b1 [263 kB] -Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf binutils armhf 2.28-5 [3,900 kB] -Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf libc-dev-bin armhf 2.24-11+deb9u3 [253 kB] -Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf linux-libc-dev armhf 4.9.130-2 [1,350 kB] -Get:9 https://cdn-aws.deb.debian.org/debian stretch/main armhf libc6-dev armhf 2.24-11+deb9u3 [1,995 kB] -Get:10 https://cdn-aws.deb.debian.org/debian stretch/main armhf libisl15 armhf 0.18-1 [441 kB] -Get:11 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpfr4 armhf 3.1.5-1 [536 kB] -Get:12 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpc3 armhf 1.0.3-1+b2 [32.6 kB] -Get:13 https://cdn-aws.deb.debian.org/debian stretch/main armhf cpp-6 armhf 6.3.0-18+deb9u1 [5,239 kB] -Get:14 https://cdn-aws.deb.debian.org/debian stretch/main armhf cpp armhf 4:6.3.0-4 [18.7 kB] -Get:15 https://cdn-aws.deb.debian.org/debian stretch/main armhf libcc1-0 armhf 6.3.0-18+deb9u1 [25.2 kB] -Get:16 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgomp1 armhf 6.3.0-18+deb9u1 [64.6 kB] -Get:17 https://cdn-aws.deb.debian.org/debian stretch/main armhf libatomic1 armhf 6.3.0-18+deb9u1 [6,010 B] -Get:18 https://cdn-aws.deb.debian.org/debian stretch/main armhf libasan3 armhf 6.3.0-18+deb9u1 [284 kB] -Get:19 https://cdn-aws.deb.debian.org/debian stretch/main armhf libubsan0 armhf 6.3.0-18+deb9u1 [92.9 kB] -Get:20 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgcc-6-dev armhf 6.3.0-18+deb9u1 [531 kB] -Get:21 https://cdn-aws.deb.debian.org/debian stretch/main armhf gcc-6 armhf 6.3.0-18+deb9u1 [5,511 kB] -Get:22 https://cdn-aws.deb.debian.org/debian stretch/main armhf gcc armhf 4:6.3.0-4 [5,212 B] -Get:23 https://cdn-aws.deb.debian.org/debian stretch/main armhf libstdc++-6-dev armhf 6.3.0-18+deb9u1 [1,487 kB] -Get:24 https://cdn-aws.deb.debian.org/debian stretch/main armhf g++-6 armhf 6.3.0-18+deb9u1 [5,665 kB] -Get:25 https://cdn-aws.deb.debian.org/debian stretch/main armhf g++ armhf 4:6.3.0-4 [1,520 B] -Get:26 https://cdn-aws.deb.debian.org/debian stretch/main armhf make armhf 4.1-9.1 [290 kB] -Get:27 https://cdn-aws.deb.debian.org/debian stretch/main armhf libdpkg-perl all 1.18.25 [1,287 kB] -Get:28 https://cdn-aws.deb.debian.org/debian stretch/main armhf patch armhf 2.7.5-1+deb9u1 [106 kB] -Get:29 https://cdn-aws.deb.debian.org/debian stretch/main armhf dpkg-dev all 1.18.25 [1,595 kB] -Get:30 https://cdn-aws.deb.debian.org/debian stretch/main armhf build-essential armhf 12.3 [7,342 B] -Fetched 36.8 MB in 6s (5,292 kB/s) -Selecting previously unselected package perl-modules-5.24. -(Reading database ... 15254 files and directories currently installed.) -Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ... -Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ... -Selecting previously unselected package libgdbm3:armhf. -Preparing to unpack .../01-libgdbm3_1.8.3-14_armhf.deb ... -Unpacking libgdbm3:armhf (1.8.3-14) ... -Selecting previously unselected package libperl5.24:armhf. -Preparing to unpack .../02-libperl5.24_5.24.1-3+deb9u5_armhf.deb ... -Unpacking libperl5.24:armhf (5.24.1-3+deb9u5) ... -Selecting previously unselected package perl. -Preparing to unpack .../03-perl_5.24.1-3+deb9u5_armhf.deb ... -Unpacking perl (5.24.1-3+deb9u5) ... -Selecting previously unselected package xz-utils. -Preparing to unpack .../04-xz-utils_5.2.2-1.2+b1_armhf.deb ... -Unpacking xz-utils (5.2.2-1.2+b1) ... -Selecting previously unselected package binutils. -Preparing to unpack .../05-binutils_2.28-5_armhf.deb ... -Unpacking binutils (2.28-5) ... -Selecting previously unselected package libc-dev-bin. -Preparing to unpack .../06-libc-dev-bin_2.24-11+deb9u3_armhf.deb ... -Unpacking libc-dev-bin (2.24-11+deb9u3) ... -Selecting previously unselected package linux-libc-dev:armhf. -Preparing to unpack .../07-linux-libc-dev_4.9.130-2_armhf.deb ... -Unpacking linux-libc-dev:armhf (4.9.130-2) ... -Selecting previously unselected package libc6-dev:armhf. -Preparing to unpack .../08-libc6-dev_2.24-11+deb9u3_armhf.deb ... -Unpacking libc6-dev:armhf (2.24-11+deb9u3) ... -Selecting previously unselected package libisl15:armhf. -Preparing to unpack .../09-libisl15_0.18-1_armhf.deb ... -Unpacking libisl15:armhf (0.18-1) ... -Selecting previously unselected package libmpfr4:armhf. -Preparing to unpack .../10-libmpfr4_3.1.5-1_armhf.deb ... -Unpacking libmpfr4:armhf (3.1.5-1) ... -Selecting previously unselected package libmpc3:armhf. -Preparing to unpack .../11-libmpc3_1.0.3-1+b2_armhf.deb ... -Unpacking libmpc3:armhf (1.0.3-1+b2) ... -Selecting previously unselected package cpp-6. -Preparing to unpack .../12-cpp-6_6.3.0-18+deb9u1_armhf.deb ... -Unpacking cpp-6 (6.3.0-18+deb9u1) ... -Selecting previously unselected package cpp. -Preparing to unpack .../13-cpp_4%3a6.3.0-4_armhf.deb ... -Unpacking cpp (4:6.3.0-4) ... -Selecting previously unselected package libcc1-0:armhf. -Preparing to unpack .../14-libcc1-0_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libcc1-0:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package libgomp1:armhf. -Preparing to unpack .../15-libgomp1_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libgomp1:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package libatomic1:armhf. -Preparing to unpack .../16-libatomic1_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libatomic1:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package libasan3:armhf. -Preparing to unpack .../17-libasan3_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libasan3:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package libubsan0:armhf. -Preparing to unpack .../18-libubsan0_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libubsan0:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package libgcc-6-dev:armhf. -Preparing to unpack .../19-libgcc-6-dev_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libgcc-6-dev:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package gcc-6. -Preparing to unpack .../20-gcc-6_6.3.0-18+deb9u1_armhf.deb ... -Unpacking gcc-6 (6.3.0-18+deb9u1) ... -Selecting previously unselected package gcc. -Preparing to unpack .../21-gcc_4%3a6.3.0-4_armhf.deb ... -Unpacking gcc (4:6.3.0-4) ... -Selecting previously unselected package libstdc++-6-dev:armhf. -Preparing to unpack .../22-libstdc++-6-dev_6.3.0-18+deb9u1_armhf.deb ... -Unpacking libstdc++-6-dev:armhf (6.3.0-18+deb9u1) ... -Selecting previously unselected package g++-6. -Preparing to unpack .../23-g++-6_6.3.0-18+deb9u1_armhf.deb ... -Unpacking g++-6 (6.3.0-18+deb9u1) ... -Selecting previously unselected package g++. -Preparing to unpack .../24-g++_4%3a6.3.0-4_armhf.deb ... -Unpacking g++ (4:6.3.0-4) ... -Selecting previously unselected package make. -Preparing to unpack .../25-make_4.1-9.1_armhf.deb ... -Unpacking make (4.1-9.1) ... -Selecting previously unselected package libdpkg-perl. -Preparing to unpack .../26-libdpkg-perl_1.18.25_all.deb ... -Unpacking libdpkg-perl (1.18.25) ... -Selecting previously unselected package patch. -Preparing to unpack .../27-patch_2.7.5-1+deb9u1_armhf.deb ... -Unpacking patch (2.7.5-1+deb9u1) ... -Selecting previously unselected package dpkg-dev. -Preparing to unpack .../28-dpkg-dev_1.18.25_all.deb ... -Unpacking dpkg-dev (1.18.25) ... -Selecting previously unselected package build-essential. -Preparing to unpack .../29-build-essential_12.3_armhf.deb ... -Unpacking build-essential (12.3) ... -Setting up libgomp1:armhf (6.3.0-18+deb9u1) ... -Setting up libatomic1:armhf (6.3.0-18+deb9u1) ... -Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ... -Setting up libgdbm3:armhf (1.8.3-14) ... -Setting up libperl5.24:armhf (5.24.1-3+deb9u5) ... -Setting up libcc1-0:armhf (6.3.0-18+deb9u1) ... -Setting up make (4.1-9.1) ... -Setting up libasan3:armhf (6.3.0-18+deb9u1) ... -Setting up libubsan0:armhf (6.3.0-18+deb9u1) ... -Setting up linux-libc-dev:armhf (4.9.130-2) ... -Setting up perl (5.24.1-3+deb9u5) ... -update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode -Setting up libisl15:armhf (0.18-1) ... -Setting up patch (2.7.5-1+deb9u1) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Setting up xz-utils (5.2.2-1.2+b1) ... -update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode -Setting up libmpfr4:armhf (3.1.5-1) ... -Setting up libmpc3:armhf (1.0.3-1+b2) ... -Setting up binutils (2.28-5) ... -Setting up cpp-6 (6.3.0-18+deb9u1) ... -Setting up libc-dev-bin (2.24-11+deb9u3) ... -Setting up libc6-dev:armhf (2.24-11+deb9u3) ... -Setting up cpp (4:6.3.0-4) ... -Setting up libgcc-6-dev:armhf (6.3.0-18+deb9u1) ... -Setting up libstdc++-6-dev:armhf (6.3.0-18+deb9u1) ... -Setting up libdpkg-perl (1.18.25) ... -Setting up gcc-6 (6.3.0-18+deb9u1) ... -Setting up g++-6 (6.3.0-18+deb9u1) ... -Setting up dpkg-dev (1.18.25) ... -Setting up gcc (4:6.3.0-4) ... -Setting up g++ (4:6.3.0-4) ... -update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode -Setting up build-essential (12.3) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python python-minimal python-pip-whl - python2.7 python2.7-minimal -Suggested packages: - python-doc python-tk python2.7-doc binfmt-support -Recommended packages: - python-all-dev python-setuptools python-wheel -The following NEW packages will be installed: - libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python python-minimal python-pip - python-pip-whl python2.7 python2.7-minimal -0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. -Need to get 5,470 kB of archives. -After this operation, 17.2 MB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libpython2.7-minimal armhf 2.7.13-2+deb9u3 [389 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf python2.7-minimal armhf 2.7.13-2+deb9u3 [1,176 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf python-minimal armhf 2.7.13-2 [40.5 kB] -Get:4 https://cdn-aws.deb.debian.org/debian stretch/main armhf libpython2.7-stdlib armhf 2.7.13-2+deb9u3 [1,821 kB] -Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf python2.7 armhf 2.7.13-2+deb9u3 [285 kB] -Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf libpython-stdlib armhf 2.7.13-2 [20.0 kB] -Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf python armhf 2.7.13-2 [154 kB] -Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf python-pip-whl all 9.0.1-2 [1,406 kB] -Get:9 https://cdn-aws.deb.debian.org/debian stretch/main armhf python-pip all 9.0.1-2 [179 kB] -Fetched 5,470 kB in 2s (2,280 kB/s) -Selecting previously unselected package libpython2.7-minimal:armhf. -(Reading database ... 20063 files and directories currently installed.) -Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2+deb9u3_armhf.deb ... -Unpacking libpython2.7-minimal:armhf (2.7.13-2+deb9u3) ... -Selecting previously unselected package python2.7-minimal. -Preparing to unpack .../1-python2.7-minimal_2.7.13-2+deb9u3_armhf.deb ... -Unpacking python2.7-minimal (2.7.13-2+deb9u3) ... -Selecting previously unselected package python-minimal. -Preparing to unpack .../2-python-minimal_2.7.13-2_armhf.deb ... -Unpacking python-minimal (2.7.13-2) ... -Selecting previously unselected package libpython2.7-stdlib:armhf. -Preparing to unpack .../3-libpython2.7-stdlib_2.7.13-2+deb9u3_armhf.deb ... -Unpacking libpython2.7-stdlib:armhf (2.7.13-2+deb9u3) ... -Selecting previously unselected package python2.7. -Preparing to unpack .../4-python2.7_2.7.13-2+deb9u3_armhf.deb ... -Unpacking python2.7 (2.7.13-2+deb9u3) ... -Selecting previously unselected package libpython-stdlib:armhf. -Preparing to unpack .../5-libpython-stdlib_2.7.13-2_armhf.deb ... -Unpacking libpython-stdlib:armhf (2.7.13-2) ... -Setting up libpython2.7-minimal:armhf (2.7.13-2+deb9u3) ... -Setting up python2.7-minimal (2.7.13-2+deb9u3) ... -Linking and byte-compiling packages for runtime python2.7... -Setting up python-minimal (2.7.13-2) ... -Selecting previously unselected package python. -(Reading database ... 20811 files and directories currently installed.) -Preparing to unpack .../python_2.7.13-2_armhf.deb ... -Unpacking python (2.7.13-2) ... -Selecting previously unselected package python-pip-whl. -Preparing to unpack .../python-pip-whl_9.0.1-2_all.deb ... -Unpacking python-pip-whl (9.0.1-2) ... -Selecting previously unselected package python-pip. -Preparing to unpack .../python-pip_9.0.1-2_all.deb ... -Unpacking python-pip (9.0.1-2) ... -Setting up python-pip-whl (9.0.1-2) ... -Processing triggers for mime-support (3.60) ... -Setting up libpython2.7-stdlib:armhf (2.7.13-2+deb9u3) ... -Setting up python2.7 (2.7.13-2+deb9u3) ... -Setting up libpython-stdlib:armhf (2.7.13-2) ... -Setting up python (2.7.13-2) ... -Setting up python-pip (9.0.1-2) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -Suggested packages: - openssh-client openssh-server -The following NEW packages will be installed: - rsync -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 380 kB of archives. -After this operation, 573 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf rsync armhf 3.1.2-1+deb9u1 [380 kB] -Fetched 380 kB in 0s (495 kB/s) -Selecting previously unselected package rsync. -(Reading database ... 21001 files and directories currently installed.) -Preparing to unpack .../rsync_3.1.2-1+deb9u1_armhf.deb ... -Unpacking rsync (3.1.2-1+deb9u1) ... -Setting up rsync (3.1.2-1+deb9u1) ... -Created symlink /etc/systemd/system/multi-user.target.wants/rsync.service → /lib/systemd/system/rsync.service. -Processing triggers for systemd (232-25+deb9u8) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following NEW packages will be installed: - net-tools -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 234 kB of archives. -After this operation, 797 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf net-tools armhf 1.60+git20161116.90da8a0-1 [234 kB] -Fetched 234 kB in 1s (205 kB/s) -Selecting previously unselected package net-tools. -(Reading database ... 21032 files and directories currently installed.) -Preparing to unpack .../net-tools_1.60+git20161116.90da8a0-1_armhf.deb ... -Unpacking net-tools (1.60+git20161116.90da8a0-1) ... -Setting up net-tools (1.60+git20161116.90da8a0-1) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following NEW packages will be installed: - xxd -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 131 kB of archives. -After this operation, 166 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf xxd armhf 2:8.0.0197-4+deb9u1 [131 kB] -Fetched 131 kB in 0s (167 kB/s) -Selecting previously unselected package xxd. -(Reading database ... 21088 files and directories currently installed.) -Preparing to unpack .../xxd_2%3a8.0.0197-4+deb9u1_armhf.deb ... -Unpacking xxd (2:8.0.0197-4+deb9u1) ... -Setting up xxd (2:8.0.0197-4+deb9u1) ... -Collecting setuptools - Downloading https://files.pythonhosted.org/packages/82/9c/e812a9838feaf76cd9a960ca4ced3be7f2db31e473677a621d006e128db2/setuptools-40.7.3-py2.py3-none-any.whl (574kB) - 100% |████████████████████████████████| 583kB 695kB/s -Installing collected packages: setuptools -Successfully installed setuptools-40.7.3 -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - netcat-traditional -The following NEW packages will be installed: - netcat netcat-traditional -0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. -Need to get 74.7 kB of archives. -After this operation, 164 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf netcat-traditional armhf 1.10-41+b1 [65.7 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf netcat all 1.10-41 [8,962 B] -Fetched 74.7 kB in 1s (48.7 kB/s) -Selecting previously unselected package netcat-traditional. -(Reading database ... 21099 files and directories currently installed.) -Preparing to unpack .../netcat-traditional_1.10-41+b1_armhf.deb ... -Unpacking netcat-traditional (1.10-41+b1) ... -Selecting previously unselected package netcat. -Preparing to unpack .../netcat_1.10-41_all.deb ... -Unpacking netcat (1.10-41) ... -Setting up netcat-traditional (1.10-41+b1) ... -update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode -Setting up netcat (1.10-41) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - libbsd0 libedit2 -Suggested packages: - keychain libpam-ssh monkeysphere ssh-askpass -Recommended packages: - xauth -The following NEW packages will be installed: - libbsd0 libedit2 openssh-client -0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. -Need to get 900 kB of archives. -After this operation, 3,993 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libbsd0 armhf 0.8.3-1 [89.6 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libedit2 armhf 3.1-20160903-3 [69.9 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf openssh-client armhf 1:7.4p1-10+deb9u4 [740 kB] -Fetched 900 kB in 1s (716 kB/s) -Selecting previously unselected package libbsd0:armhf. -(Reading database ... 21141 files and directories currently installed.) -Preparing to unpack .../libbsd0_0.8.3-1_armhf.deb ... -Unpacking libbsd0:armhf (0.8.3-1) ... -Selecting previously unselected package libedit2:armhf. -Preparing to unpack .../libedit2_3.1-20160903-3_armhf.deb ... -Unpacking libedit2:armhf (3.1-20160903-3) ... -Selecting previously unselected package openssh-client. -Preparing to unpack .../openssh-client_1%3a7.4p1-10+deb9u4_armhf.deb ... -Unpacking openssh-client (1:7.4p1-10+deb9u4) ... -Setting up libbsd0:armhf (0.8.3-1) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Setting up libedit2:armhf (3.1-20160903-3) ... -Setting up openssh-client (1:7.4p1-10+deb9u4) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following NEW packages will be installed: - openssh-sftp-server -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 35.2 kB of archives. -After this operation, 74.8 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf openssh-sftp-server armhf 1:7.4p1-10+deb9u4 [35.2 kB] -Fetched 35.2 kB in 1s (35.2 kB/s) -Selecting previously unselected package openssh-sftp-server. -(Reading database ... 21211 files and directories currently installed.) -Preparing to unpack .../openssh-sftp-server_1%3a7.4p1-10+deb9u4_armhf.deb ... -Unpacking openssh-sftp-server (1:7.4p1-10+deb9u4) ... -Setting up openssh-sftp-server (1:7.4p1-10+deb9u4) ... - -*** CONFIG *** -sudo: raspi-config: command not found -bash: /etc/systemd/system/getty@tty1.service.d/autologin.conf: No such file or directory -bash: /etc/systemd/system/getty@tty1.service.d/autologin.conf: No such file or directory -bash: /etc/systemd/system/getty@tty1.service.d/autologin.conf: No such file or directory - -*** SOFTWARE UPDATE *** -Reading package lists... Done -Building dependency tree -Reading state information... Done -bash-completion is already the newest version (1:2.1-4.3). -curl is already the newest version (7.52.1-5+deb9u8). -htop is already the newest version (2.0.2-1). -The following additional packages will be installed: - dc git-man liberror-perl libjq1 libonig4 -Suggested packages: - gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb - git-arch git-cvs git-mediawiki git-svn -Recommended packages: - less -The following NEW packages will be installed: - dc dphys-swapfile git git-man jq liberror-perl libjq1 libonig4 -0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. -Need to get 5,514 kB of archives. -After this operation, 23.4 MB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf liberror-perl all 0.17024-1 [26.9 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf git-man all 1:2.11.0-3+deb9u4 [1,433 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf git armhf 1:2.11.0-3+deb9u4 [3,661 kB] -Get:4 https://cdn-aws.deb.debian.org/debian stretch/main armhf dc armhf 1.06.95-9+b3 [64.8 kB] -Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf dphys-swapfile all 20100506-3 [19.7 kB] -Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf libonig4 armhf 6.1.3-2 [128 kB] -Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf libjq1 armhf 1.5+dfsg-1.3 [122 kB] -Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf jq armhf 1.5+dfsg-1.3 [59.2 kB] -Fetched 5,514 kB in 2s (2,743 kB/s) -Selecting previously unselected package liberror-perl. -(Reading database ... 21215 files and directories currently installed.) -Preparing to unpack .../0-liberror-perl_0.17024-1_all.deb ... -Unpacking liberror-perl (0.17024-1) ... -Selecting previously unselected package git-man. -Preparing to unpack .../1-git-man_1%3a2.11.0-3+deb9u4_all.deb ... -Unpacking git-man (1:2.11.0-3+deb9u4) ... -Selecting previously unselected package git. -Preparing to unpack .../2-git_1%3a2.11.0-3+deb9u4_armhf.deb ... -Unpacking git (1:2.11.0-3+deb9u4) ... -Selecting previously unselected package dc. -Preparing to unpack .../3-dc_1.06.95-9+b3_armhf.deb ... -Unpacking dc (1.06.95-9+b3) ... -Selecting previously unselected package dphys-swapfile. -Preparing to unpack .../4-dphys-swapfile_20100506-3_all.deb ... -Unpacking dphys-swapfile (20100506-3) ... -Selecting previously unselected package libonig4:armhf. -Preparing to unpack .../5-libonig4_6.1.3-2_armhf.deb ... -Unpacking libonig4:armhf (6.1.3-2) ... -Selecting previously unselected package libjq1:armhf. -Preparing to unpack .../6-libjq1_1.5+dfsg-1.3_armhf.deb ... -Unpacking libjq1:armhf (1.5+dfsg-1.3) ... -Selecting previously unselected package jq. -Preparing to unpack .../7-jq_1.5+dfsg-1.3_armhf.deb ... -Unpacking jq (1.5+dfsg-1.3) ... -Setting up git-man (1:2.11.0-3+deb9u4) ... -Setting up liberror-perl (0.17024-1) ... -Setting up libonig4:armhf (6.1.3-2) ... -Setting up libjq1:armhf (1.5+dfsg-1.3) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Setting up dc (1.06.95-9+b3) ... -Processing triggers for systemd (232-25+deb9u8) ... -Setting up git (1:2.11.0-3+deb9u4) ... -Setting up jq (1.5+dfsg-1.3) ... -Setting up dphys-swapfile (20100506-3) ... -Processing triggers for systemd (232-25+deb9u8) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -Suggested packages: - vnstati -The following NEW packages will be installed: - vnstat -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 78.6 kB of archives. -After this operation, 206 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf vnstat armhf 1.15-2 [78.6 kB] -Fetched 78.6 kB in 1s (56.9 kB/s) -Selecting previously unselected package vnstat. -(Reading database ... 22140 files and directories currently installed.) -Preparing to unpack .../vnstat_1.15-2_armhf.deb ... -Unpacking vnstat (1.15-2) ... -Setting up vnstat (1.15-2) ... -Created symlink /etc/systemd/system/multi-user.target.wants/vnstat.service → /lib/systemd/system/vnstat.service. -Processing triggers for systemd (232-25+deb9u8) ... - -*** ADDING MAIN USER admin *** -Adding user `admin' ... -Adding new group `admin' (1001) ... -Adding new user `admin' (1001) with group `admin' ... -Creating home directory `/home/admin' ... -Copying files from `/etc/skel' ... -Adding user `admin' to group `sudo' ... -Adding user admin to group sudo -Done. -%sudo ALL=(ALL) NOPASSWD:ALL -*** ADDING SERVICE USER bitcoin -Adding user `bitcoin' ... -Adding new group `bitcoin' (1002) ... -Adding new user `bitcoin' (1002) with group `bitcoin' ... -Creating home directory `/home/bitcoin' ... -Copying files from `/etc/skel' ... - -*** SWAP FILE *** - -*** INCREASE OPEN FILE LIMIT *** - -*** BITCOIN *** ---2019-02-04 10:05:05-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz -Resolving bitcoin.org (bitcoin.org)... 138.68.248.245 -Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 24306145 (23M) [application/octet-stream] -Saving to: ‘bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz’ - -bitcoin-0.17.0.1-arm-linu 100%[====================================>] 23.18M 202KB/s in 1m 59s - -2019-02-04 10:07:04 (200 KB/s) - ‘bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz’ saved [24306145/24306145] - ---2019-02-04 10:07:05-- https://bitcoin.org/laanwj-releases.asc -Resolving bitcoin.org (bitcoin.org)... 138.68.248.245 -Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 17940 (18K) [application/octet-stream] -Saving to: ‘laanwj-releases.asc’ - -laanwj-releases.asc 100%[====================================>] 17.52K --.-KB/s in 0.001s - -2019-02-04 10:07:06 (19.1 MB/s) - ‘laanwj-releases.asc’ saved [17940/17940] - -key 90C8019E36C2E964: -25 signatures not checked due to missing keys -gpg: /root/.gnupg/trustdb.gpg: trustdb created -gpg: key 90C8019E36C2E964: public key "Wladimir J. van der Laan (Bitcoin Core binary release signing key) " imported -gpg: Total number processed: 1 -gpg: imported: 1 -gpg: no ultimately trusted keys found ---2019-02-04 10:07:07-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/SHA256SUMS.asc -Resolving bitcoin.org (bitcoin.org)... 138.68.248.245 -Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 1979 (1.9K) [application/octet-stream] -Saving to: ‘SHA256SUMS.asc’ - -SHA256SUMS.asc 100%[====================================>] 1.93K --.-KB/s in 0.006s - -2019-02-04 10:07:08 (303 KB/s) - ‘SHA256SUMS.asc’ saved [1979/1979] - -goodSignature(1) -correctKey(1) -bitcoin-0.17.0/ -bitcoin-0.17.0/bin/ -bitcoin-0.17.0/bin/bitcoin-cli -bitcoin-0.17.0/bin/bitcoind -bitcoin-0.17.0/bin/bitcoin-qt -bitcoin-0.17.0/bin/bitcoin-tx -bitcoin-0.17.0/bin/test_bitcoin -bitcoin-0.17.0/include/ -bitcoin-0.17.0/include/bitcoinconsensus.h -bitcoin-0.17.0/lib/ -bitcoin-0.17.0/lib/libbitcoinconsensus.so -bitcoin-0.17.0/lib/libbitcoinconsensus.so.0 -bitcoin-0.17.0/lib/libbitcoinconsensus.so.0.0.0 -bitcoin-0.17.0/share/ -bitcoin-0.17.0/share/man/ -bitcoin-0.17.0/share/man/man1/ -bitcoin-0.17.0/share/man/man1/bitcoin-cli.1 -bitcoin-0.17.0/share/man/man1/bitcoind.1 -bitcoin-0.17.0/share/man/man1/bitcoin-qt.1 -bitcoin-0.17.0/share/man/man1/bitcoin-tx.1 - -*** LITECOIN *** ---2019-02-04 10:07:13-- https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-arm-linux-gnueabihf.tar.gz -Resolving download.litecoin.org (download.litecoin.org)... 104.27.4.55, 104.27.5.55 -Connecting to download.litecoin.org (download.litecoin.org)|104.27.4.55|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 9568024 (9.1M) [application/octet-stream] -Saving to: ‘litecoin-0.16.3-arm-linux-gnueabihf.tar.gz’ - -litecoin-0.16.3-arm-linux 100%[====================================>] 9.12M 5.23MB/s in 1.7s - -2019-02-04 10:07:15 (5.23 MB/s) - ‘litecoin-0.16.3-arm-linux-gnueabihf.tar.gz’ saved [9568024/9568024] - -litecoin-0.16.3/ -litecoin-0.16.3/bin/ -litecoin-0.16.3/bin/litecoin-cli -litecoin-0.16.3/bin/litecoind -litecoin-0.16.3/bin/litecoin-tx -litecoin-0.16.3/bin/test_litecoin -litecoin-0.16.3/share/ -litecoin-0.16.3/share/man/ -litecoin-0.16.3/share/man/man1/ -litecoin-0.16.3/share/man/man1/litecoin-cli.1 -litecoin-0.16.3/share/man/man1/litecoind.1 -litecoin-0.16.3/share/man/man1/litecoin-tx.1 - -*** LND *** ---2019-02-04 10:07:16-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/lnd-linux-armv7-v0.5.1-beta.tar.gz -Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4 -Connecting to github.com (github.com)|140.82.118.3|:443... connected. -HTTP request sent, awaiting response... 302 Found -Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100716Z&X-Amz-Expires=300&X-Amz-Signature=55bf712cd42a2425f68d2a08b5a05c37303ec6334d4cbdd0941b53304aa1fc8d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream [following] ---2019-02-04 10:07:16-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100716Z&X-Amz-Expires=300&X-Amz-Signature=55bf712cd42a2425f68d2a08b5a05c37303ec6334d4cbdd0941b53304aa1fc8d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream -Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.108.139 -Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.108.139|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 19198203 (18M) [application/octet-stream] -Saving to: ‘lnd-linux-armv7-v0.5.1-beta.tar.gz’ - -lnd-linux-armv7-v0.5.1-be 100%[====================================>] 18.31M 5.28MB/s in 4.9s - -2019-02-04 10:07:22 (3.73 MB/s) - ‘lnd-linux-armv7-v0.5.1-beta.tar.gz’ saved [19198203/19198203] - ---2019-02-04 10:07:22-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt -Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3 -Connecting to github.com (github.com)|140.82.118.4|:443... connected. -HTTP request sent, awaiting response... 302 Found -Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100725Z&X-Amz-Expires=300&X-Amz-Signature=838d29594d525c1ab751e105b36d4e7838cfe37b2ee5c10e9ddd8582691beb58&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream [following] ---2019-02-04 10:07:25-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100725Z&X-Amz-Expires=300&X-Amz-Signature=838d29594d525c1ab751e105b36d4e7838cfe37b2ee5c10e9ddd8582691beb58&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream -Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.238.51 -Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.238.51|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 2026 (2.0K) [application/octet-stream] -Saving to: ‘manifest-v0.5.1-beta.txt’ - -manifest-v0.5.1-beta.txt 100%[====================================>] 1.98K --.-KB/s in 0.002s - -2019-02-04 10:07:26 (1007 KB/s) - ‘manifest-v0.5.1-beta.txt’ saved [2026/2026] - ---2019-02-04 10:07:26-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt.sig -Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4 -Connecting to github.com (github.com)|140.82.118.3|:443... connected. -HTTP request sent, awaiting response... 302 Found -Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100726Z&X-Amz-Expires=300&X-Amz-Signature=ce7ec6f0a9944f66f01b5cac9babfc21c8ffb52fb85b90a78b30a76115661da5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream [following] ---2019-02-04 10:07:26-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100726Z&X-Amz-Expires=300&X-Amz-Signature=ce7ec6f0a9944f66f01b5cac9babfc21c8ffb52fb85b90a78b30a76115661da5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream -Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.238.51 -Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.238.51|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 566 [application/octet-stream] -Saving to: ‘manifest-v0.5.1-beta.txt.sig’ - -manifest-v0.5.1-beta.txt. 100%[====================================>] 566 --.-KB/s in 0.001s - -2019-02-04 10:07:27 (935 KB/s) - ‘manifest-v0.5.1-beta.txt.sig’ saved [566/566] - ---2019-02-04 10:07:27-- https://keybase.io/roasbeef/pgp_keys.asc -Resolving keybase.io (keybase.io)... 52.55.1.130, 52.6.136.121 -Connecting to keybase.io (keybase.io)|52.55.1.130|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 6909 (6.7K) [text/plain] -Saving to: ‘pgp_keys.asc’ - -pgp_keys.asc 100%[====================================>] 6.75K --.-KB/s in 0s - -2019-02-04 10:07:28 (59.0 MB/s) - ‘pgp_keys.asc’ saved [6909/6909] - -gpg: key 8B80CD2BB8BD8132: public key "Olaoluwa Osuntokun " imported -gpg: Total number processed: 1 -gpg: imported: 1 -goodSignature(1) -correctKey(1) -*** Installing Go *** ---2019-02-04 10:07:35-- https://storage.googleapis.com/golang/go1.11.linux-armv6l.tar.gz -Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.206.80, 2a00:1450:4009:809::2010 -Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.206.80|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 101718267 (97M) [application/octet-stream] -Saving to: ‘go1.11.linux-armv6l.tar.gz’ - -go1.11.linux-armv6l.tar.g 100%[====================================>] 97.01M 8.63MB/s in 11s - -2019-02-04 10:07:47 (8.86 MB/s) - ‘go1.11.linux-armv6l.tar.gz’ saved [101718267/101718267] - - - -*** RASPIBLITZ EXTRAS *** -Reading package lists... Done -Building dependency tree -Reading state information... Done -bc is already the newest version (1.06.95-9+b3). -The following NEW packages will be installed: - dialog -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 240 kB of archives. -After this operation, 883 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf dialog armhf 1.3-20160828-2 [240 kB] -Fetched 240 kB in 0s (248 kB/s) -Selecting previously unselected package dialog. -(Reading database ... 22155 files and directories currently installed.) -Preparing to unpack .../dialog_1.3-20160828-2_armhf.deb ... -Unpacking dialog (1.3-20160828-2) ... -Setting up dialog (1.3-20160828-2) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - fuse libfuse2 -Recommended packages: - exfat-utils -The following NEW packages will be installed: - exfat-fuse fuse libfuse2 -0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. -Need to get 214 kB of archives. -After this operation, 426 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libfuse2 armhf 2.9.7-1+deb9u2 [116 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf fuse armhf 2.9.7-1+deb9u2 [70.3 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf exfat-fuse armhf 1.2.5-2 [27.6 kB] -Fetched 214 kB in 1s (148 kB/s) -Selecting previously unselected package libfuse2:armhf. -(Reading database ... 22313 files and directories currently installed.) -Preparing to unpack .../libfuse2_2.9.7-1+deb9u2_armhf.deb ... -Unpacking libfuse2:armhf (2.9.7-1+deb9u2) ... -Selecting previously unselected package fuse. -Preparing to unpack .../fuse_2.9.7-1+deb9u2_armhf.deb ... -Unpacking fuse (2.9.7-1+deb9u2) ... -Selecting previously unselected package exfat-fuse. -Preparing to unpack .../exfat-fuse_1.2.5-2_armhf.deb ... -Unpacking exfat-fuse (1.2.5-2) ... -Setting up libfuse2:armhf (2.9.7-1+deb9u2) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Setting up fuse (2.9.7-1+deb9u2) ... -update-initramfs: deferring update (trigger activated) -Setting up exfat-fuse (1.2.5-2) ... -Processing triggers for initramfs-tools (0.130) ... -ln: failed to create hard link '/boot/initrd.img-4.14.66+.dpkg-bak' => '/boot/initrd.img-4.14.66+': Operation not permitted -update-initramfs: Generating /boot/initrd.img-4.14.66+ -Image Name: uInitrd -Created: Mon Feb 4 10:08:42 2019 -Image Type: ARM Linux RAMDisk Image (uncompressed) -Data Size: 5715880 Bytes = 5581.91 kB = 5.45 MB -Load Address: 00000000 -Entry Point: 00000000 -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - libevent-2.0-5 libminiupnpc10 libnatpmp1 transmission-common -Suggested packages: - minissdpd natpmp-utils transmission-daemon transmission-gtk -Recommended packages: - minissdpd -The following NEW packages will be installed: - libevent-2.0-5 libminiupnpc10 libnatpmp1 transmission-cli transmission-common -0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. -Need to get 776 kB of archives. -After this operation, 2,814 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libevent-2.0-5 armhf 2.0.21-stable-3 [134 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libminiupnpc10 armhf 1.9.20140610-4 [25.7 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf libnatpmp1 armhf 20110808-4+b1 [8,338 B] -Get:4 https://cdn-aws.deb.debian.org/debian stretch/main armhf transmission-common all 2.92-2+deb9u1 [288 kB] -Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf transmission-cli armhf 2.92-2+deb9u1 [320 kB] -Fetched 776 kB in 0s (823 kB/s) -Selecting previously unselected package libevent-2.0-5:armhf. -(Reading database ... 22348 files and directories currently installed.) -Preparing to unpack .../libevent-2.0-5_2.0.21-stable-3_armhf.deb ... -Unpacking libevent-2.0-5:armhf (2.0.21-stable-3) ... -Selecting previously unselected package libminiupnpc10:armhf. -Preparing to unpack .../libminiupnpc10_1.9.20140610-4_armhf.deb ... -Unpacking libminiupnpc10:armhf (1.9.20140610-4) ... -Selecting previously unselected package libnatpmp1:armhf. -Preparing to unpack .../libnatpmp1_20110808-4+b1_armhf.deb ... -Unpacking libnatpmp1:armhf (20110808-4+b1) ... -Selecting previously unselected package transmission-common. -Preparing to unpack .../transmission-common_2.92-2+deb9u1_all.deb ... -Unpacking transmission-common (2.92-2+deb9u1) ... -Selecting previously unselected package transmission-cli. -Preparing to unpack .../transmission-cli_2.92-2+deb9u1_armhf.deb ... -Unpacking transmission-cli (2.92-2+deb9u1) ... -Setting up libminiupnpc10:armhf (1.9.20140610-4) ... -Setting up libnatpmp1:armhf (20110808-4+b1) ... -Setting up transmission-common (2.92-2+deb9u1) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Setting up libevent-2.0-5:armhf (2.0.21-stable-3) ... -Setting up transmission-cli (2.92-2+deb9u1) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -The following additional packages will be installed: - libtorrent19 libxmlrpc-core-c3 -Suggested packages: - screen | dtach -The following NEW packages will be installed: - libtorrent19 libxmlrpc-core-c3 rtorrent -0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. -Need to get 891 kB of archives. -After this operation, 2,281 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libxmlrpc-core-c3 armhf 1.33.14-4 [128 kB] -Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libtorrent19 armhf 0.13.6-1.1 [345 kB] -Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf rtorrent armhf 0.9.6-2+b1 [418 kB] -Fetched 891 kB in 1s (630 kB/s) -Selecting previously unselected package libxmlrpc-core-c3. -(Reading database ... 22489 files and directories currently installed.) -Preparing to unpack .../libxmlrpc-core-c3_1.33.14-4_armhf.deb ... -Unpacking libxmlrpc-core-c3 (1.33.14-4) ... -Selecting previously unselected package libtorrent19:armhf. -Preparing to unpack .../libtorrent19_0.13.6-1.1_armhf.deb ... -Unpacking libtorrent19:armhf (0.13.6-1.1) ... -Selecting previously unselected package rtorrent. -Preparing to unpack .../rtorrent_0.9.6-2+b1_armhf.deb ... -Unpacking rtorrent (0.9.6-2+b1) ... -Setting up libtorrent19:armhf (0.13.6-1.1) ... -Setting up libxmlrpc-core-c3 (1.33.14-4) ... -Setting up rtorrent (0.9.6-2+b1) ... -Processing triggers for libc-bin (2.24-11+deb9u3) ... -Reading package lists... Done -Building dependency tree -Reading state information... Done -Suggested packages: - byobu | screenie | iselect ncurses-term -The following NEW packages will be installed: - screen -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 568 kB of archives. -After this operation, 860 kB of additional disk space will be used. -Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf screen armhf 4.5.0-6 [568 kB] -Fetched 568 kB in 0s (677 kB/s) -Selecting previously unselected package screen. -(Reading database ... 22526 files and directories currently installed.) -Preparing to unpack .../screen_4.5.0-6_armhf.deb ... -Unpacking screen (4.5.0-6) ... -Processing triggers for systemd (232-25+deb9u8) ... -Setting up screen (4.5.0-6) ... -Processing triggers for systemd (232-25+deb9u8) ... -Cloning into 'raspiblitz'... -remote: Enumerating objects: 61, done. -remote: Counting objects: 100% (61/61), done. -remote: Compressing objects: 100% (33/33), done. -remote: Total 5134 (delta 32), reused 51 (delta 27), pack-reused 5073 -Receiving objects: 100% (5134/5134), 23.70 MiB | 5.49 MiB/s, done. -Resolving deltas: 100% (3603/3603), done. -cp: -r not specified; omitting directory '/home/admin/raspiblitz/home.admin/config.scripts' -bash: /home/pi/.bashrc: No such file or directory -bash: /home/pi/.bashrc: No such file or directory -bash: /home/pi/.bashrc: No such file or directory -bash: /home/pi/.bashrc: No such file or directory - -*** HARDENING *** -Reading package lists... Done -Building dependency tree -Reading state information... Done -Suggested packages: - mailx system-log-daemon monit -Recommended packages: - iptables whois python3-pyinotify -The following NEW packages will be installed: - fail2ban -0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. -Need to get 0 B/288 kB of archives. -After this operation, 1,321 kB of additional disk space will be used. -Selecting previously unselected package fail2ban. -(Reading database ... 22586 files and directories currently installed.) -Preparing to unpack .../fail2ban_0.9.6-2_all.deb ... -Unpacking fail2ban (0.9.6-2) ... -Setting up fail2ban (0.9.6-2) ... -Processing triggers for systemd (232-25+deb9u8) ... - -*** RASPI BOOSTRAP SERVICE *** -Created symlink /etc/systemd/system/multi-user.target.wants/bootstrap.service → /etc/systemd/system/bootstrap.service. - -*** RASPI BACKGROUND SERVICE *** -Created symlink /etc/systemd/system/multi-user.target.wants/background.service → /etc/systemd/system/background.service. -*** Adding Tor Sources to sources.list *** -deb http://deb.torproject.org/torproject.org stretch main -deb-src http://deb.torproject.org/torproject.org stretch main -OK - -*** Installing dirmngr *** -Reading package lists... Done -Building dependency tree -Reading state information... Done -dirmngr is already the newest version (2.1.18-8~deb9u3). -0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. - -*** Fetching GPG key *** -gpg: packet(13) too large -gpg: read_block: read error: Invalid packet -gpg: no valid OpenPGP data found. -gpg: Total number processed: 0 -gpg: WARNING: nothing exported -gpg: no valid OpenPGP data found. -gpg: keyserver receive failed: No data -gpg: WARNING: nothing exported -gpg: no valid OpenPGP data found. -!!!!!! Please check if the above really worked! - -********************************************** -ALMOST READY -********************************************** - -Your SD Card Image for RaspiBlitz is almost ready. -Last step is to install LCD drivers. This will reboot your Pi when done. - -Maybe take the chance and look thru the output above if you can spot any errror. - -After final reboot - your SD Card Image is ready. - -IMPORTANT IF WANT TO MAKE A RELEASE IMAGE FROM THIS BUILD: -login once after reboot without HDD and run 'XXprepareRelease.sh' - -Press ENTER to install LCD and reboot ... -sudo: raspi-config: command not found -E: Unable to locate package raspberrypi-bootloader -E: No packages found -Cloning into 'LCD-show'... -remote: Enumerating objects: 8, done. -remote: Counting objects: 100% (8/8), done. -remote: Compressing objects: 100% (8/8), done. -remote: Total 861 (delta 1), reused 0 (delta 0), pack-reused 853 -Receiving objects: 100% (861/861), 460.67 KiB | 0 bytes/s, done. -Resolving deltas: 100% (548/548), done. -cp: cannot create regular file '/boot/overlays/': Not a directory -cp: cannot create regular file '/boot/overlays/tft35a.dtbo': No such file or directory -cp: cannot create regular file '/usr/share/X11/xorg.conf.d/': Not a directory -this is not raspberrypi kernel, no need to update touch configure, reboot -Connection to 192.168.1.175 closed by remote host. -Connection to 192.168.1.175 closed. \ No newline at end of file diff --git a/dietpi/pictures/5_options_to_copy.png b/dietpi/pictures/5_options_to_copy.png deleted file mode 100644 index c8032c4..0000000 Binary files a/dietpi/pictures/5_options_to_copy.png and /dev/null differ diff --git a/home.admin/97addMobileWalletShango.sh b/home.admin/97addMobileWalletShango.sh index 3070efb..2d85f70 100644 --- a/home.admin/97addMobileWalletShango.sh +++ b/home.admin/97addMobileWalletShango.sh @@ -42,7 +42,8 @@ read key clear echo "*** STEP 2 : SCAN MACAROON (make whole QR code fill camera) ***" -echo -e "${myip}:10009,\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && cat ./.lnd/tls.cert >>qr.txt && qrencode -t ANSI256 < qr.txt +#echo -e "${myip}:10009,\n$(xxd -p -c2000 ~/.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && qrencode -t ANSIUTF8 < qr.txt +echo -e "${myip}:10009,\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && qrencode -t ANSI256 < qr.txt echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished." read key shred qr.txt diff --git a/home.admin/config.scripts/lnd.autounlock.sh b/home.admin/config.scripts/lnd.autounlock.sh index 92b290c..d08056f 100755 --- a/home.admin/config.scripts/lnd.autounlock.sh +++ b/home.admin/config.scripts/lnd.autounlock.sh @@ -1,5 +1,8 @@ #!/bin/bash +# requests missing in dietpi +sudo pip install requests + # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then echo "small config script to autounlock lnd after restart" diff --git a/home.admin/config.scripts/lnd.setport.sh b/home.admin/config.scripts/lnd.setport.sh new file mode 100644 index 0000000..e880f82 --- /dev/null +++ b/home.admin/config.scripts/lnd.setport.sh @@ -0,0 +1,77 @@ +#!/bin/bash + +# based on: https://github.com/rootzoll/raspiblitz/issues/100#issuecomment-465997126 + +if [ $# -eq 0 ]; then + echo "small config script set the port LND is running on" + echo "lnd.setport.sh [portnumber]" + exit 1 +fi + +portnumber=$1 + +# check port numer is a integer +if ! [ "$portnumber" -eq "$portnumber" ] 2> /dev/null +then + echo "FAIL - portnumber(${portnumber}) not a number" + exit 1 +fi + +# check port number is bigger then zero +if [ ${portnumber} -lt 1 ]; then + echo "FAIL - portnumber(${portnumber}) not above 0" + exit 1 +fi + +# check port number is smaller than max +if [ ${portnumber} -gt 65535 ]; then + echo "FAIL - portnumber(${portnumber}) not below 65535" + exit 1 +fi + +# check if TOR is on +source /mnt/hdd/raspiblitz.conf +if [ "${runBehindTor}" = "on" ]; then + echo "FAIL - portnumber cannot be changed if TOR is ON (not implemented)" + exit 1 +fi + +# check lnd.conf exits +lndConfExists=$(sudo ls /mnt/hdd/lnd/lnd.conf | grep -c 'lnd.conf') +if [ ${lndConfExists} -eq 0 ]; then + echo "FAIL - /mnt/hdd/lnd/lnd.conf not found" + exit 1 +fi + +# check if "listen=" exists in lnd config +valueExists=$(sudo cat /mnt/hdd/lnd/lnd.conf | grep -c 'listen=') +if [ ${valueExists} -lt 3 ]; then + echo "Adding listen config defaults to /mnt/hdd/lnd/lnd.conf" + sudo sed -i "9i listen=0.0.0.0:9735" /mnt/hdd/lnd/lnd.conf +fi + +# stop services +echo "making sure LND is not running" +sudo systemctl stop lnd 2>/dev/null + +# disable services +echo "making sure LND is disabled" +sudo systemctl disable lnd + +# change port in lnd config +echo "change port in lnd config" +sudo sed -i "s/^listen=.*/listen=0.0.0.0:${portnumber}/g" /mnt/hdd/lnd/lnd.conf + +# editing service file +echo "editing /etc/systemd/system/lnd.service" +sudo sed -i "s/^ExecStart=\/usr\/local\/bin\/lnd.*/ExecStart=\/usr\/local\/bin\/lnd --externalip=\${publicIP}:${portnumber}/g" /etc/systemd/system/lnd.service + +# enable service again +echo "enable service again" +sudo systemctl enable lnd + +# make sure port is open on firewall +sudo ufw allow ${portnumber} comment 'LND Port' +sudo ufw --force enable + +echo "needs reboot to activate new setting -> sudo shutdown -r now" \ No newline at end of file diff --git a/raspiblitz-v1.0-2018-02-18.torrent b/raspiblitz-v1.0-2019-02-18.torrent similarity index 100% rename from raspiblitz-v1.0-2018-02-18.torrent rename to raspiblitz-v1.0-2019-02-18.torrent diff --git a/shoppinglist_ca.md b/shoppinglist_ca.md new file mode 100644 index 0000000..2d8594c --- /dev/null +++ b/shoppinglist_ca.md @@ -0,0 +1,7 @@ +## Shopping List: Amazon Canada + +* RaspBerry Pi 3: https://amzn.to/2NDLD31 +* Micro SD-Card 16GB: https://amzn.to/2NEXWMa +* Power: https://amzn.to/2NCdCju +* 1TB Hard Drive: https://amzn.to/2NF0lqj +* LCD-Display + Case + Pen: https://amzn.to/2GWx3D8 diff --git a/shoppinglist_es.md b/shoppinglist_es.md new file mode 100644 index 0000000..224bd5e --- /dev/null +++ b/shoppinglist_es.md @@ -0,0 +1,8 @@ +## Shopping List: Amazon Spain + +* RaspBerry Pi 3: https://www.amazon.es/gp/product/B07BDR5PDW/ +* Micro SD-Card 16GB: https://www.amazon.es/gp/product/B073K14CVB/ +* Power: https://www.amazon.es/gp/product/B01JZE38QE +* 1TB Hard Drive: https://www.amazon.es/gp/product/B07997KKSK/ +* Case: https://www.amazon.es/gp/product/B07DK4CRHS/ +* LCD-Display: https://www.amazon.es/gp/product/B01MZZ1VY1/ diff --git a/shoppinglist_uk.md b/shoppinglist_uk.md index 89f9ea0..dc22f14 100644 --- a/shoppinglist_uk.md +++ b/shoppinglist_uk.md @@ -2,7 +2,7 @@ * RaspBerry Pi 3: https://www.amazon.co.uk/Raspberry-Pi-Model-64-Bit-Processor/dp/B07BDR5PDW * Micro SD-Card 16GB: https://www.amazon.co.uk/Kingston-SDC10G2-16GB-microSDHC-Included/dp/B0162YQEIE -* Power: https://www.amazon.co.uk/iTrunk-Raspberry-Model-Supply-Charger/dp/B01MFFSPHE +* Power: https://www.amazon.co.uk/iTrunk-Raspberry-Model-Supply-Charger/dp/B01MFFSPHE or https://www.amazon.co.uk/dp/B07MLZQXS7 * 1TB Hard Drive: https://www.amazon.co.uk/Toshiba-Canvio-Basics-Portable-External/dp/B00KWHJY7Q * Case: https://www.amazon.co.uk/SB-Components-Transparent-Case-Raspberry/dp/B0173GQF8Y * LCD-Display: https://www.amazon.co.uk/ELEGOO-480x320-Raspberry-Monitor-Interface/dp/B01MRQTMTD \ No newline at end of file diff --git a/shoppinglist_usa.md b/shoppinglist_usa.md index 7bc953d..623d503 100644 --- a/shoppinglist_usa.md +++ b/shoppinglist_usa.md @@ -5,4 +5,4 @@ * Power: http://a.co/d/fVVOYZZ * 1TB Hard Drive: http://a.co/eUgVfLd * Case: http://a.co/1774Hwl -* LCD-Display: http://a.co/65p2wu6 \ No newline at end of file +* LCD-Display: http://a.co/65p2wu6 or https://www.amazon.com/gp/product/B01CNJVG8K/ or https://www.amazon.com/dp/B06X191RX7 or https://www.sparkfun.com/products/14776 \ No newline at end of file