From b67c47bd2e08bccf25444365d2e815a0cd9483e2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 10 Feb 2019 17:03:08 +0100 Subject: [PATCH] updated info on 2nd hdd sync --- FAQ.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index ab6d3f556..9a5bc2194 100644 --- a/FAQ.md +++ b/FAQ.md @@ -85,9 +85,21 @@ You can simply use the HDD of another RaspiBlitz or you prepare a HDD yourself b * copy an indexed Blockchain into the root folder "bitcoin" * when your HDD is ready the content of your folder bitcoin should look like this: -![BitcoinFolderData](pictures/seedhdd.png) +``` +/bitcoin/blocks +/bitcoin/chainstate +/bitcoin/indexes +``` -To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra power is recommended (see optional shopping list). Because the RaspiBlitz cannot run 2 HDDs without extra power. For extra power you can use a battery pack, like in this picture: +optional you can add also the testnet data: + +``` +/bitcoin/testnet3/blocks +/bitcoin/testnet3/chainstate +/bitcoin/testnet3/indexes +``` + +To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra power is recommended (see optional shopping list). Because the RaspiBlitz cannot run 2 HDDs without extra power. For extra power you can use a battery pack (like in picture below) or choose a external HDD with its own power supply. ![ExtraPower](pictures/extrapower.png)