SeedHammer
932 posts

SeedHammer
@SeedHammer
Second generation engraving machine for bitcoin backups. Nostr: npub1z072s0nvldeva7a6qek3kj358f0h5gm640kkllkk52h0qrjtnw8q38wfm4
Katılım Temmuz 2022
0 Takip Edilen3.3K Takipçiler

@Toresh4096 Not at the moment; however, this may change once we move our production.
English

@SeedHammer Just to clarify, should I expect customs if you ship to a Swiss address?
English

@ozsats256 @asanoha_gold @BitsagaRob @SeedHammer AFAIK they are not using a Pi for the second gen device, I do not know any of the details beyond that.
English

Finally the @SeedHammer 2 arrived!
Machine engrave seed AND 2of3 multi-sig wallet descriptor on 3 steel plates and you only need 2 to completely recover your wallet.
Fully self-contained multi-sig backup!
Optional service for Bitsaga signature clients. Not for sale or rent.



English

@ozsats256 @asanoha_gold @BitsagaRob Yes! The whole design is open-source. You can use the schematics as-is or edit them in KiCad, then have the board made at a PCB factory (we use JLCPCB).
English

@asanoha_gold @BitsagaRob @SeedHammer Can argue that the PI board has closed source hardware. I wouldn’t use it or a Seedsigner with a board with Bluetooth/wifi hardware.
@SeedHammer can we easily change out the board ourselves?
English

After more than a year of iterative design and testing, our electronics have progressed through multiple PCB revisions - evolving from the @Raspberry_Pi Pico 1 to a fully custom design built around the RP2350 chip, designed with @kicad_pcb and manufactured by @JLCPCB.

English

@NostrIsBetter That will happen once we’re out of the beta phase - when all major bugs are fixed and the interface is more intuitive.
English

When will the @SeedHammer II open-source firmware be released?
English

@NostrIsBetter At the moment, we’re not able to give an exact shipping dates. We’re fulfilling orders on a first-in, first-out basis. Since shipments have only just begun, we still need to see how the process is before we can provide a more accurate timeline.
English

@SeedHammer What is you ordered a month or two ago? How long until it will ship then? 🫣
English

@orcitis @BitsagaRob We don't have plans to backport features to the first machine.
English

@SeedHammer @BitsagaRob Will these SLIP39 and Codex32 be back ported to Seedhammer v1 firmware ?
English

We're big fans of codex32 at SeedHammer. Hand-computable, built in Shamir's secret splitting and fixes several shortcomings in BIP39 (Ctrl-F "trainwreck" in secretcodex32.com/faq/.
The SeedHammer machine may be the first hardware to support codex32. Below is the engraving of 2 codex32 Shamir shares that combine to a master secret.
We also wrote a command line utility and library for manipulating codex32 shares and derive BIP85 data. See go.dev/play/p/umS28lD… (press "Run" to see output) or use a terminal (you need Go installed):
Install the `biptool` command line tool:
$ go install @latest" target="_blank" rel="nofollow noopener">seedhammer.com/cmd/biptool@la…
$ export PATH=$PATH:~/go/bin
Encode a secret with threshold 2. Usually a random key, but in our case a sentence:
$ echo "Codex32 is what we do"| biptool seed -seedlen 22 -id secr -threshold 2
ms12secrsgdhkgetcxvezq6tnypmksct5ypmk2grydu9qqd7chr26ruhsn
Encode share #1:
$ head -c 22 /dev/urandom | biptool seed -seedlen 22 -id secr -threshold 2 -idx a
ms12secras2eph54xt3tkzjhrnp8g8k2zpaq5rrgqzu2sfvvug3l4xxqqc
Derive share #2:
$ biptool interpolate -idx c
# Enter the secret share and share #1, finish with Ctrl-D
ms12secrsgdhkgetcxvezq6tnypmksct5ypmk2grydu9qqd7chr26ruhsn
ms12secras2eph54xt3tkzjhrnp8g8k2zpaq5rrgqzu2sfvvug3l4xxqqc
ms12secrca5vwy33zw9af9w5jupyvgra6c7ang0ywqugpzm6jm8hhlv035
Now you have two Shamir shares for your secret. Combine them to extract the secret:
$ biptool derive seed
# Enter share #1 and #2, finish with Ctrl-D
ms12secras2eph54xt3tkzjhrnp8g8k2zpaq5rrgqzu2sfvvug3l4xxqqc
ms12secrca5vwy33zw9af9w5jupyvgra6c7ang0ywqugpzm6jm8hhlv035
Codex32 is what we do
Don't have a terminal? Play along in the browser: go.dev/play/p/umS28lD… . Edit the program, press "Run" and see output below the code box.
#SatHunterz
English

@BitsagaRob Of course. BIP39 remains the standard and what we expect most of our users will need. Codex32 is in addition to BIP39, just like SLIP39 will be.
English

@SeedHammer But does seedhammer support standard BIP39 should you choose to
English

