DOSWAPZ // HARDWEAR — DIY HARDWARE WALLET
RECOMMENDED PROJECT: SEEDSIGNER
Assembled DIY SeedSigner hardware wallet with Raspberry Pi Zero, LCD and buttons

SeedSigner is the best open-source air-gapped Bitcoin signer you can build yourself.

It runs on a Raspberry Pi Zero and never touches the internet. You control the entire stack.

Official Site → seedsigner.com

Full Documentation & Build Guide → docs.seedsigner.com

GitHub (Open Source) → github.com/SeedSigner

PARTS LIST (CHEAP & COMMON)
Raspberry Pi Zero, LCD module and push buttons laid out as parts for SeedSigner build

- Raspberry Pi Zero 2 W (~$15)

- Waveshare 1.3" 240x240 LCD (or Waveshare 1.44" 128x128)

- 4x or 6x push buttons (6mm tactile)

- MicroSD card (16GB+ Class 10)

- 5V 1A+ USB power supply (or battery pack for true air-gap)

- Optional: 3D printed case or cardboard

BASIC BUILD STEPS

1. Flash the latest SeedSigner image to your microSD card (use Raspberry Pi Imager or balenaEtcher).

2. Insert SD card into Pi Zero.

3. Wire the LCD and buttons according to the official pinout (docs have clear diagrams).

Wiring Raspberry Pi Zero to LCD and buttons during SeedSigner assembly

4. Power on. The device boots directly into the signer menu.

5. Generate or load your seed (never enter it on a computer).

6. Use it to sign PSBTs from your watch-only wallet (Electrum, Sparrow, etc.).

DIY SeedSigner in use signing a Bitcoin PSBT transaction with QR code
SECURITY NOTES:
- Never reuse seeds from this device on other hardware.
- Buy parts from reputable sellers (avoid used hardware).
- Verify the image checksum when downloading.
- This is the only way to truly know your signer has not been compromised.
VERIFICATION DIRECTIVE — DO YOUR OWN RESEARCH
BEFORE BUILDING, FLASHING, OR USING ANY DIY HARDWARE WALLET:
• Independently audit all source code and verify every checksum from official repositories only.
• DO NOT trust pre-built devices, binaries, or firmware from third parties or "convenience" sellers.
• Research the full project history, contributors, audits, and community consensus before trusting with funds.
• You bear full responsibility for your own opsec and security. DOSWAPZ provides information only.
ALTERNATIVE SIMPLE DIY

If you want something even more minimal, you can build a basic air-gapped signer using:

- Raspberry Pi Zero + Python + bitcoinlib

- Simple OLED display + buttons

Many people in the community have open scripts for this. Search "DIY air-gapped bitcoin signer github".

← BACK TO MENU