You’ve watched a SeedSigner build video, priced the parts at around $50, and started wondering why anyone bothers spending $200 on a Ledger. If you’re technically inclined and you’ve been circling this question for a while, this is the article that answers it properly no marketing, no scare tactics.
How to Make a Crypto Hardware Wallet is a legitimate question with a legitimate answer:
yes, you can build your own. A small, mostly Bitcoin-focused community has been doing it for years, and the parts genuinely do cost about $50. But the total cost measured honestly in time, learning curve, and personal responsibility for security is meaningfully different from the parts list. This is what most of that reality looks like, from a New Zealand perspective.
Can you actually make your own crypto hardware wallet?
Yes. DIY hardware wallets are a real category, used by a niche but committed technical community. The two most established projects are SeedSigner and KRUX both open-source, both Bitcoin-focused, both requiring you to source parts, assemble hardware, and verify software yourself.
What you’re building isn’t a from-scratch invention. You’re assembling documented open-source projects that use general-purpose microcontrollers (Raspberry Pi Zero for SeedSigner, K210 for KRUX) with cryptographic firmware layered on top. The projects handle the hard parts you handle the physical build and the security discipline around using it.
The two categories air-gapped signers vs full hardware wallets
Most DIY projects are air-gapped signers, not full-featured hardware wallets:
- Air-gapped signers (SeedSigner, KRUX) — device never touches the internet. You use QR codes or SD cards to move unsigned transactions in and signed transactions out. Simple architecture, small attack surface, harder to use daily.
- Full hardware wallets (Ledger, Trezor, Tangem) — device connects via USB, Bluetooth, or NFC. Convenient. Larger attack surface. Requires trust in the manufacturer’s firmware and secure element.
DIY builds are almost always in the first category because it’s easier to verify security when the device is physically incapable of talking to a network.
The three real DIY hardware wallet options
Three projects are worth naming. Everything else is either abandoned, experimental, or a specific fork of one of these.
SeedSigner
The most popular DIY option. Runs on a Raspberry Pi Zero 2 W with a Waveshare display and buttons.
- Parts cost: NZ$50–NZ$90 depending on where you source
- Coins supported: Bitcoin only
- Interface: QR codes for input/output (fully air-gapped)
- Best for: Bitcoin holders who want cold storage on hardware they built and can inspect
Community-supported, active development, well-documented build guides.
KRUX
Similar concept, different hardware. Uses M5StickV or M5Stack devices built around the Kendryte K210 microcontroller.
- Parts cost: NZ$50–NZ$100
- Coins supported: Bitcoin (with some experimental support for other chains)
- Interface: QR codes, air-gapped
- Best for: Users who prefer smaller form factors and don’t want a Raspberry Pi in the mix
Also open-source, also active, with a slightly different design philosophy more focused on portability.
DIY Trezor One clones (not recommended)
Technically possible the Trezor One firmware and hardware designs are open source, and clone builds circulate. Not recommended because:
- Sourcing genuine STM32 microcontrollers with no supply-chain compromise is difficult
- The firmware ambiguity (is this really the audited Trezor firmware, or a modified version?) makes trust impossible without deep expertise
- The security element on the real Trezor is unchanged from 2014 and considered weak by modern standards anyway
If you’re going DIY, stick with SeedSigner or KRUX.
What building your own actually costs
Parts are the small part. NZ$50–NZ$100 in components is where most DIY guides stop, but the real cost includes 10–40 hours of build, verification, and learning time, plus the ongoing mental overhead of managing a device you built rather than one that just works.
For someone earning $50/hour, that’s $500–$2,000 in time well above the cost of any commercial hardware wallet. DIY only makes financial sense if you value the learning process, want the philosophical purity of self-built cold storage, or are prepared to treat this as a genuine hobby project.
The security trade-offs no one talks about
DIY hardware wallets shift all the security responsibility onto you. Commercial wallets go through security audits (Ledger by Ledger Donjon, Trezor by public review, Tangem by Kudelski and Riscure) and use dedicated secure element chips. DIY builds skip both. That’s a fair trade for some people; it’s a disaster for most.
What DIY actually protects against
Where DIY has genuine advantages:
- Supply-chain compromise — you sourced the parts yourself, so no attacker replaced a chip between the factory and your door
- Evil maid attacks on general-purpose devices — your air-gapped signer isn’t a laptop with a compromised bootloader
- Corporate risk — the company that made your wallet can’t be hacked, seized, or shut down; the code is yours
What DIY doesn’t protect against
Where DIY offers no advantage or is actively worse:
- User error — no support desk, no recovery service, no undo. Mistakes are permanent.
- Phishing and social engineering — a hardware wallet doesn’t protect you if you’re tricked into signing a malicious transaction
- Physical theft — a stolen SeedSigner with the seed phrase written on paper next to it is exactly as compromised as any other stolen wallet
- Firmware bugs you didn’t audit — SeedSigner has excellent public review, but you’re the one certifying nothing malicious slipped in. If you can’t read Python, you’re trusting reviewers you don’t know
- Weak entropy generation — commercial wallets use hardware random number generators certified to specific standards. DIY builds use dice rolls or camera-based entropy that require careful technique
How to build a SeedSigner the practical walkthrough
For readers who’ve weighed the trade-offs and decided to build, here’s the honest 8-step process:
- Order parts — Raspberry Pi Zero 2 W, Waveshare 1.3″ display, buttons hat, MicroSD card. Total NZ$50–NZ$90 depending on supplier (PBTech, RS Components, or overseas AliExpress with the associated wait time and customs risk)
- Assemble the hardware — solder the buttons hat to the Pi Zero, mount the display. Takes 30–90 minutes if you’ve soldered before, longer if not
- Download and verify SeedSigner OS — grab the latest release from GitHub, verify the PGP signature against the developer’s public key. Skip this step and you’re trusting whatever server served you the file
- Flash the SD card — use Raspberry Pi Imager or Balena Etcher to write the image to your MicroSD
- Boot and generate entropy — boot the SeedSigner and either roll dice or use the camera-based entropy to generate your seed. Never use the “generate seed” option that relies purely on software randomness
- Create your first wallet seed — write the 12- or 24-word seed on paper (or engrave on metal for real cold storage). Store two copies separately. This is the actual private key material — everything else is just an interface
- Pair with a coordinator app — Sparrow Wallet (desktop) or Nunchuk (mobile) both work with SeedSigner via QR codes. You use the coordinator to create unsigned transactions, then scan into SeedSigner for signing
- Sign a test transaction — start with a tiny amount (a few dollars of BTC) sent to yourself, signed and broadcast through the coordinator. If that works cleanly, you’re operational
Do not skip the test transaction. It’s how you verify the whole chain works before moving serious funds.
When commercial hardware wallets make more sense
Most people should buy, not build. DIY suits a narrow niche.
Build if:
- You hold Bitcoin only (or almost only)
- You’re comfortable with soldering, command-line work, and PGP signature verification
- You treat it as a learning project as much as a security tool
- You value the philosophical purity of a wallet you inspected end-to-end
Buy if:
- You’re not deeply technical
- Your holdings are above a few thousand dollars (the marginal cost of a commercial wallet becomes trivial)
- You hold coins other than Bitcoin (SeedSigner and KRUX are Bitcoin-only)
- You want warranty support, replacement devices, or professional recovery options
- You’d genuinely be upset if a mistake permanently lost the funds
The alternative most DIYers don’t consider modern seedless wallets
Newer commercial hardware wallets have moved past the seed phrase entirely. Instead of a 12–24 word phrase that becomes a lifetime security liability, wallets like Tangem generate keys inside a certified secure element and clone them to backup devices cards or a ring over an encrypted connection.
The upshot: no phrase to write down, no phrase to lose, no phrase for someone else to find. Lose one device, tap a backup, keep going. That architectural improvement isn’t replicable in DIY builds because it requires certified secure element chips (EAL6+ in Tangem’s case) that aren’t sold to hobbyists.
Worth understanding before committing to a build a modern commercial wallet solves problems the DIY community is still discussing whether to solve.
DIY vs commercial the comparison that actually matters
| Wallet | Parts / Purchase Cost | Coins Supported | Recovery Model | Audited By | Best For |
|---|---|---|---|---|---|
| SeedSigner (DIY) | NZ$50–$90 parts | Bitcoin only | Written seed phrase | Community review | Bitcoin holders who value DIY |
| KRUX (DIY) | NZ$50–$100 parts | Bitcoin | Written seed phrase | Community review | Small-form DIY builders |
| Ledger Nano X | ~NZ$250 | Bitcoin + 5,000+ altcoins | Written seed phrase | Ledger Donjon | Multi-coin holders |
| Trezor Safe 3 | ~NZ$120 | Bitcoin + wide altcoin support | Written seed phrase | Public review | Open-source purists who want commercial |
| Tangem | ~NZ$100–$200 | Bitcoin + 16,000+ assets, 87+ chains | Multi-device hardware backup (no seed phrase) | Kudelski + Riscure | Anyone who wants to remove the seed-phrase problem entirely |
There’s no universal winner. Match the wallet to your specific holdings, your technical comfort, and your recovery preferences.
NZ-specific considerations
Three things matter for New Zealand users going down this path: CARF reporting starting April 2026, IRD’s treatment of crypto as property, and where you source parts (or commercial hardware).
Buying parts or wallets from overseas what NZ Customs cares about
Small electronics imports under NZ$1,000 CIF value generally clear without GST if the overseas seller isn’t GST-registered in NZ. Above that threshold, or if the seller charges GST directly, expect the standard 15% at checkout. Commercial hardware wallets ordered from overseas often ship without issue; whole build kits can occasionally get flagged for inspection.
For anyone buying a commercial wallet, buying from an authorised NZ retailer (rather than a marketplace resale or overseas grey import) matters more here than for most electronics. Pre-activated hardware wallets carry keys someone else may already know a real, documented risk in this category.
IRD record-keeping for self-custody setups
The IRD treats crypto as property, and self-custody doesn’t change your tax position. Moving crypto between wallets you control isn’t a disposal, so building a hardware wallet and moving funds to it isn’t a taxable event. Selling, swapping, or spending it is.
Keep the standard records for every disposal date, asset, amount, NZD value, wallet addresses, fees for at least seven years. This is general information, not tax advice.
FAQs
Is it legal to make my own crypto hardware wallet in NZ?
Yes. There’s no law restricting how you store your own private keys. Both DIY builds and commercial wallets are equally legal. Refrigerant work on ACs needs a licensed technician; managing your own crypto keys does not.
How much does it cost to build one?
Roughly NZ$50–$100 for parts. Add another 10–40 hours of your time for the build, software verification, and learning curve. If you value your time realistically, DIY isn’t cheaper than buying a commercial wallet it’s just different.
Is SeedSigner as secure as a commercial hardware wallet?
Different security model, not directly comparable. SeedSigner has a smaller attack surface (air-gapped, minimal software), but you’re responsible for verifying the firmware and generating good entropy yourself. Commercial wallets are audited by security firms and use certified secure element chips. Both can be secure; both can fail if used badly.
Can I turn an old phone into a hardware wallet?
Not really. A phone that’s ever been online can’t be treated as truly cold storage without extensive wiping and verification you’re unlikely to do correctly. If you want an air-gapped signer, buy the correct hardware an old phone is riskier than it looks.
Do I need programming skills to build a SeedSigner?
Basic technical competence is enough. You need to solder simple components, verify PGP signatures on downloaded firmware, and follow build guides carefully. You don’t need to write code, but you do need to be comfortable following technical instructions and troubleshooting when things don’t work.
What’s the cheapest legitimate hardware wallet in NZ?
Commercial wallets start around NZ$100 (basic Tangem set, Trezor Safe 3 on discount). DIY parts run NZ$50–$100. If cost is your only factor and you don’t value your time, DIY is marginally cheaper. If you value time and support at all, commercial wins.



