Bitcoin.diy
LearnReviewsToolsNews
$66,185▼3.8%
Bitcoin.diy

Stay in the Loop

Get weekly Bitcoin insights, product reviews, and guides. No spam, ever.

Unsubscribe anytime. We respect your inbox.

Bitcoin.diy

Bitcoin.diy is a Bitcoin-only education platform with indepth hardware wallet reviews, exchange comparisons, and step by step self-custody guides. Independent. No sponsors. No shitcoins!

Reviews

  • Hardware Wallets
  • Exchanges
  • Credit Cards
  • Bitcoin Loans

Learn

  • Learning Paths
  • DCA Calculator
  • Fee Estimator
  • All Tools

Community

  • YouTube
  • Twitter / X
  • Linktree
  • RSS Feed

Company

  • About
  • Newsletter
  • Affiliate Disclosure
  • Privacy Policy
  • Terms of Service
  • Legal

© 2026 Bitcoin.diy. All rights reserved.

Bitcoin is freedom money. Not financial advice.

  1. Home
  2. Reviews
  3. SeedSigner
Hardware Wallet Review

SeedSigner Review 2026: Build Your Own Bitcoin Signing Device for Under $50

SeedSigner is not a product you buy. It's a device you build. Raspberry Pi Zero, camera, LCD display — all off-the-shelf, all under $50 total. It runs open-source software, never stores your private keys, and communicates only via QR codes. The security model is as close to trustless as hardware gets. It's also not for beginners.

Bitcoin.diy Editorial
·March 27, 2026

Not for beginners

SeedSigner requires assembling hardware, flashing and verifying firmware, and understanding stateless key management. If you're new to hardware wallets, start with a Trezor Safe 3 or BitBox02 first.

8.0/10
SeedSigner
For experienced Bitcoiners only; the most trustless signing device available
Cost to build: Under $50
Open source: Full (hardware + software)
Air-gapped: Yes (QR codes only)
Stateless: Yes (no key storage)
Bitcoin-only: Yes
Pros
  • ✓Under $50 to build — cheapest serious Bitcoin signing device
  • ✓Fully open-source hardware and software — completely auditable
  • ✓Stateless: private keys never stored, disappear on power-off
  • ✓Air-gapped QR-only communication — zero data connections
  • ✓Bitcoin-only by design
  • ✓No trust required in any manufacturer
  • ✓Multi-device multisig setups become affordable ($150 for a full 2-of-3)
  • ✓SeedQR enables faster session loading
Cons
  • ✗Not for beginners — requires firmware verification and assembly
  • ✗No customer support — you are on your own
  • ✗45-60 second boot time (Raspberry Pi Linux startup)
  • ✗No dedicated secure element chip (relies on air-gap for key protection)
  • ✗Manually typing seed phrases is tedious without SeedQR
  • ✗Raspberry Pi Zero 1.3 availability has been inconsistent
  • ✗Fragile if not in a proper case

Why Build Your Own Hardware Wallet?

Commercial hardware wallets require you to trust the manufacturer. Closed firmware (Ledger), proprietary supply chains, pre-loaded chips you can't inspect — there's a point at which you're taking someone's word that the device does what it claims.

SeedSigner eliminates that trust requirement as completely as anything available. The hardware is a Raspberry Pi Zero 1.3 — a general-purpose computer with no WiFi or Bluetooth, made by a well-known non-Bitcoin company with no incentive to backdoor it. The software is published on GitHub and can be audited line by line. You flash the OS yourself, verify the hash, and run it. Nobody at SeedSigner ever shipped you a device.

This also removes the supply chain attack vector. When you buy a commercial hardware wallet, you're relying on it not being tampered with in transit. Building from generic components sourced from multiple vendors makes that attack much harder to execute.

What Does Stateless Actually Mean for Security?

Every commercial hardware wallet stores your private keys on the device — in an encrypted form protected by a PIN and secure element chip. Those keys live on the device between uses. If an attacker steals the device and finds a vulnerability in the PIN protection or secure element, there are keys to extract.

SeedSigner never stores keys. When you power it off, nothing remains. An attacker with a powered-off SeedSigner has a generic Raspberry Pi — nothing else. The private keys exist only in volatile RAM for the duration of a session, and only when you deliberately load them by entering your seed.

The tradeoff: you need to input your seed phrase at the start of every signing session. SeedQR makes this faster (scan a QR instead of typing 24 words), but it's still an extra step. For people who sign transactions infrequently, this is a fine tradeoff. For active traders, it would get old quickly.

Is SeedSigner the Best Choice for Multisig?

For cost-efficiency, yes. Setting up a proper 2-of-3 multisig with commercial hardware wallets costs $300-600 (three wallets from different manufacturers). Building three SeedSigners costs about $150. That's a meaningful difference.

The workflow with Sparrow Wallet: each SeedSigner holds a different key. A transaction requires signatures from two of the three devices. You export the unsigned transaction from Sparrow as a QR, scan it on the first device, get a partial signature QR back, bring that to Sparrow, repeat with the second device, and Sparrow broadcasts the fully signed transaction. No device ever connects to anything via cable.

The stateless design is actually an advantage in multisig. Each key lives in a different location (ideally a different city). The device at each location sits powered off with no stored keys, just waiting to be used when you need to sign. For long-term cold storage, that's a strong setup.

What Parts Do I Need to Build a SeedSigner?

ComponentSpecWhy this versionEst. cost
Raspberry Pi ZeroVersion 1.3 (not 2 W)No WiFi/Bluetooth on 1.3~$15-20
CameraOV5647 (any compatible module)For QR code scanning~$10
DisplayWaveshare 1.3" LCD HATOfficial recommended display~$15
microSD card8GB minimumFor SeedSigner OS~$5
Case (optional)3D printed or retailProtects hardwareFree-$10

Important: use the Raspberry Pi Zero 1.3 specifically. The newer Zero 2 W has WiFi and Bluetooth, which defeat the air-gap security model.

Verdict: Who Should Build a SeedSigner?

SeedSigner is for experienced Bitcoiners who've already used a commercial hardware wallet, understand the security model deeply, and want to remove all trust from the equation. If that's where you are, it's genuinely excellent. The security properties are hard to beat at any price.

It's also the best starting point for multisig on a budget. If you want 2-of-3 multisig but can't justify buying three commercial hardware wallets, three SeedSigners at $150 total get you there.

If you're just starting out, don't start here. Get a Trezor Safe 3 or BitBox02, learn how hardware wallets work, and come back to SeedSigner when you're ready to go deeper. The cold storage guide will help you figure out which level of setup you actually need.

Ready to Build a SeedSigner?

Under $50 in parts. Raspberry Pi Zero, WaveShare camera, and a 1.3" LCD. Full build guide on GitHub.

SeedSigner on GitHubCompare All Wallets

Frequently Asked Questions

What is SeedSigner?

SeedSigner is a DIY Bitcoin signing device built from off-the-shelf components. You assemble it yourself from a Raspberry Pi Zero 1.3 (the version with no WiFi or Bluetooth), a camera module, and a small LCD display. The total parts cost under $50. It runs open-source software that turns this general-purpose hardware into a Bitcoin-only transaction signer. It never stores your private keys — they exist only in volatile memory for the duration of a session, then vanish when you power it off.

Is SeedSigner safe to use?

For experienced users who understand what they're doing, yes — it's arguably one of the most trustworthy signing setups available. The hardware is generic (no proprietary chips), the software is open source and auditable, and the stateless design means private keys are never persisted anywhere. The safety depends heavily on the user correctly verifying the firmware they flash. If you flash unverified software, you've defeated the security model. This is not the right tool for beginners.

Why does SeedSigner not store your private keys?

Stateless operation is a core design choice. Every time you power up a SeedSigner, it starts fresh with no knowledge of your wallet. You input your seed phrase at the beginning of each session — manually, via SeedQR (a QR code encoding of your words), or using entropy from dice rolls or a photo. When you're done and power off, nothing is retained. An attacker who gets physical access to a powered-off SeedSigner gets nothing — there are no keys to extract.

How does transaction signing work on SeedSigner?

The workflow is entirely QR-based. In Sparrow Wallet (or BlueWallet), you create an unsigned transaction and it displays as a series of QR codes. Your SeedSigner's camera scans those codes. The device loads your seed, reconstructs the keys in volatile memory, displays the transaction details for you to verify, and when you confirm, signs the transaction. It then displays the signed transaction as animated QR codes. Sparrow's webcam scans those and broadcasts to the network. No cables. No data connections of any kind.

What components do I need to build a SeedSigner?

Three main parts: a Raspberry Pi Zero 1.3 (not the newer Zero 2 W — the 1.3 has no WiFi or Bluetooth, which matters for security), an OV5647 camera module, and a Waveshare 1.3-inch LCD HAT. You can find all three on Amazon or direct from component suppliers. Total cost is typically $40-55 depending on where you source them. You also need a microSD card (8GB minimum) to flash the SeedSigner OS onto, and a case (optional but recommended — 3D printable designs are published on GitHub).

Is SeedSigner Bitcoin-only?

Yes, completely. SeedSigner signs Bitcoin transactions and nothing else. There's no multi-chain firmware, no altcoin support, no DeFi integrations. This is a Bitcoin signing device from the ground up. The software is written with Bitcoin self-sovereignty as the only goal.

Can I use SeedSigner for multisig?

Yes, and this is one of its strongest use cases. Because each SeedSigner costs under $50 to build, you can assemble multiple devices for a fraction of the cost of commercial hardware wallets. A 2-of-3 multisig setup using three SeedSigners costs roughly $150 total. That's less than a single Coldcard or Foundation Passport. Each device holds a different key. Sparrow Wallet coordinates the multisig. If one device is compromised or lost, the Bitcoin is still safe.

What is SeedQR and why is it useful?

SeedQR is a compact QR code representation of your seed phrase. Instead of manually typing 12 or 24 words every time you want to sign a transaction (tedious and error-prone), you scan a SeedQR with the device's camera and it loads the seed instantly. You still need to physically secure the SeedQR card just like you would a written seed phrase — it encodes your full wallet recovery information. The benefit is speed and reduced transcription errors during session setup.

How long does SeedSigner take to boot?

About 45-60 seconds. The Raspberry Pi Zero needs to boot a full Linux OS from the microSD card. This is the most noticeable UX limitation compared to commercial hardware wallets that boot in 2-5 seconds. For occasional signing, it's not a significant issue. If you're signing multiple transactions daily, the boot time becomes more annoying.

Who should NOT use SeedSigner?

Anyone who isn't comfortable with: verifying firmware signatures, assembling small electronics, understanding what 'stateless signing' means and why it requires careful key management, and troubleshooting when something goes wrong with no customer support. If you're new to Bitcoin hardware wallets and just want something that works reliably out of the box, start with a Trezor Safe 3 or BitBox02. SeedSigner is for people who've been through at least one commercial hardware wallet and want to go deeper.

Compare Other Hardware Wallets

Coldcard Mk4 Review (9/10)→Foundation Passport (8.5/10)→Keystone 3 Pro Review (8.5/10)→Trezor Safe 3 Review (9/10)→Bitcoin Cold Storage Guide→How to Secure Your Seed Phrase→