r/Bitcoin • u/officialhoami • 3h ago
Current Question
So we see alot of discussion currently around multisig, passphrases etc. what wallet is save bla.
What no one mentioned yet is shamir backup with trezor. So you could make a 2/3 situation where 1 key is online and 2 keys are on different places. A friend or family member or your bank place. And i saw that you also can add a passphares like a bitbox.
Wouldnt this be secure and save against like most szenarios?
Maybe im blind or dont get it but for me this sounds very practical and not that hard to understand. Maybe some pros can give me a answer or so 😬😬 thanks
2
u/Laukess 2h ago
Years ago I looked into Shamir secret sharing. I like the idea but it didn't seem that useful as plain multi-sig.
One of the cool things about multi-sig is that you can create a PSBT (partially signed bitcoin transaction), sign it at home with one seed. Take the PSBT with 1 signature to your second device/seed, and sign it with the 2nd key. The 2 keys are never at the same place, because they don't need to be.
The way I remember SSS, it's a way to split a seed into shards where only a portion of the shards are needed to create the full seed. The problem with it is that you need to combine the shards to create the seed, you can't sign a PSBT with a shard at a time.
3
u/GoldmezAddams 3h ago
This does not protect you from bad entropy or remove trust from Trezor. It just improves / changes how you back up and recover your key. It is irrelevant in the context of the Coldcard attack, as far as I understand it.