From a4bea97d706a1eaaedc9f36bf04215f1c061c1e7 Mon Sep 17 00:00:00 2001 From: BloggingBitcoin <103765434+BrutusBondBTC@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:18:28 -0800 Subject: [PATCH 1/2] Update paper-advanced.md Turned off Desktop Audio to remove buzzing noise in the Tails video and added how to make an air-gapped computer. --- _pages/setup-wallets/paper-advanced.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_pages/setup-wallets/paper-advanced.md b/_pages/setup-wallets/paper-advanced.md index c2fc976..44325bd 100644 --- a/_pages/setup-wallets/paper-advanced.md +++ b/_pages/setup-wallets/paper-advanced.md @@ -10,6 +10,7 @@ Introducing the possibility of a single point of failure would mean we're now su That is why it is essential that you **turn off (and unplug) your internet access before performing these steps.** + #### Option A (preferred): Tails Operating System For our one-time offline key generation, it is preferable to use a live operating system that cannot store information on the file system. [Tails](https://tails.boum.org/) is a live OS that is designed to wipe itself completely on shutdown. @@ -19,8 +20,18 @@ Follow [the official Tails installation instructions](https://tails.boum.org/ins Then perform [the regular steps in the Setup Paper Wallet section](./paper) using that machine. Your computer will automatically wipe itself completely (including RAM) on shutdown. + If you are truly paranoid, remove the hard drive from the machine (before booting up Tails) so there is no possibility that any private key material can be written to disk. + +**Watch A Video On How To Remove The Hard Drive and Wifi Card** + +[![AirGapComp](https://nostr.build/i/nostr.build_228a690dc06893b18976af8242284169329274d544ff0e1d22ea79015b338ee0.png)](https://youtu.be/AQuSs2LdARo) + +**Watch The Video On How to Install Tails** + +[![How To Install Tails On Ubuntu](https://nostr.build/i/nostr.build_808c533300812b8a970e3e47aeb42eaee1095f58447dd055c91d5cbe224d99f4.png)](https://youtu.be/bew6uWb2Mr4) + #### Option B (less secure): Wipe Your Machine While [Tails](https://tails.boum.org/) is preferred for self-destruction, you can get a similar effect by wiping the hard drive after generating your seed. If you have an Ubuntu installer DVD or USB drive (see [Computer Configuration section](../setup-computer/computer)), you can use that to perform the following steps: From 0c1a7d7abce665aaadadcdf18f1abe9e2eb48fa3 Mon Sep 17 00:00:00 2001 From: BloggingBitcoin <103765434+BrutusBondBTC@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:13:17 -0800 Subject: [PATCH 2/2] Update paper-advanced.md Fixed the hotlinking. I also just eliminated the pictures. The anchor was intentional because I thought it looked better, but there is really no reason to have the pictures for the video anyway. I also think it might be a little confusing to include them after all. I also fixed the Wi-Fi spelling error. --- _pages/setup-wallets/paper-advanced.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_pages/setup-wallets/paper-advanced.md b/_pages/setup-wallets/paper-advanced.md index 44325bd..a818aea 100644 --- a/_pages/setup-wallets/paper-advanced.md +++ b/_pages/setup-wallets/paper-advanced.md @@ -21,16 +21,15 @@ Then perform [the regular steps in the Setup Paper Wallet section](./paper) usin Your computer will automatically wipe itself completely (including RAM) on shutdown. +[Watch A Video On How to Install Tails](https://youtu.be/bew6uWb2Mr4) + If you are truly paranoid, remove the hard drive from the machine (before booting up Tails) so there is no possibility that any private key material can be written to disk. -**Watch A Video On How To Remove The Hard Drive and Wifi Card** +[Watch A Video On How To Remove The Hard Drive and Wi-Fi Card](https://youtu.be/AQuSs2LdARo) -[![AirGapComp](https://nostr.build/i/nostr.build_228a690dc06893b18976af8242284169329274d544ff0e1d22ea79015b338ee0.png)](https://youtu.be/AQuSs2LdARo) -**Watch The Video On How to Install Tails** -[![How To Install Tails On Ubuntu](https://nostr.build/i/nostr.build_808c533300812b8a970e3e47aeb42eaee1095f58447dd055c91d5cbe224d99f4.png)](https://youtu.be/bew6uWb2Mr4) #### Option B (less secure): Wipe Your Machine While [Tails](https://tails.boum.org/) is preferred for self-destruction, you can get a similar effect by wiping the hard drive after generating your seed.