Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 3.74 KB

preparations.md

File metadata and controls

75 lines (56 loc) · 3.74 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

1.1 Preparations

Let's get all the necessary hardware parts and prepare some passwords.

Raspberry Pi

This guide builds on the readily available Raspberry Pi.

While a personal computer is the best choice, this guide works with other computing platforms, cloud servers, or virtual machines.

Raspberry Pi 5

Raspberry Pi M.2 HAT+ (optional)

Hardware requirements

You need the following hardware:

  • Raspberry Pi 4B/5 - with 4GB/8GB RAM
  • Official Raspberry Pi power adapter: other adapters are a common cause of reliability issues
  • Passive/active cooling
  • Storage:
    • Option 1: External storage:
      • SSD enclosure with USB 3.0+
      • SSD SATA (2+ TB is recommended)
    • Option 2 (only Raspberry Pi 5): Internal storage (recommended):
      • Raspberry Pi PCIe to M.2 shield
      • NVMe SSD (2+ TB is recommended) (2230/2242/2260/2280 form factor depending on your previous option selection)
  • A regular computer (laptop, PC, etc)

-> You might also want to get this optional hardware:

Write down your passwords

You will need several passwords, and it's easiest to write them all down in the beginning, instead of bumping into them throughout the guide. They should be unique and secure, at least 12 characters. Do not use uncommon special characters, spaces, or quotes (‘ or “).

[ A ] Master admin user password
[ B ] Bitcoin RPC password
[ C ] LND wallet password
[ D ] BTC-RPC-Explorer password (optional)
[ E ] ThunderHub password
[ F ] i2pd webconsole password (optional)

If you need inspiration for creating your passwords: the xkcd: Password Strength comic is funny and contains a lot of truth. Store a copy of your passwords somewhere safe (preferably in an open-source password manager like KeePassXC), or whatever password manager you're already using, and keep your original notes out of sight once your system is up and running.

Secure your home network and devices

While the guide will show you how to secure your node, you will interact with it from your computer and mobile phone and use your home internet network. Before building your MiniBolt, it is recommended to secure your home network and devices. Follow Parts 1 and 2 of this "How to Secure Your Home Network Against Threats" tutorial by Heinrich Long, and try to implement as many points as possible (some might not apply to your router/device).