Dafuq doesn't seedXOR get a whole lot more ā¤ļø anyone? Not much talk of it here on Stacker?
ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“ā“
SeedXOR should be the standard method of individual custody you donkeys.
SeedXOR is far lighter and less complicated than multistupid or Shamir Show-offs. Only slightly heavier than singlesig, but with incredible optionality, decoying, plausible deniability...I got no clue why the pie-chart of self custody discussions look like this:
My bet is multi-stupid fills out like 80% of the pie because of hybridized self-custody and the growth of these shady companies all trending towards looking like Liberty Safe did recently:
Stop being donkeys and embrace SeedXOR!
It's clear you're passionate about SeedXOR as a method for individual custody in the Bitcoin space, and you raise some valid points about its advantages compared to other methods like multisig and Shamir secrets, as well as its potential for optionality, decoying, and plausible deniability; it's essential for the crypto community to explore and adopt various approaches that best align with their security and privacy needs, and I appreciate your enthusiasm for advocating for SeedXOR as a valuable option in the self-custody discussions. šŸš€šŸŖ™šŸ” #BitcoinSecurity #SeedXOR
reply
If you do multisig, you can bring a psbt to each of your signers and never have to have all the keys on the same machine at once.
SeedXOR is a way to split the backup of a singlesig.
reply
Care to explain its benefits and how does it work? I know we can search for it, but since you are bringing the subject up..
reply
You generate two seeds A and B and xor them. You store the seeds A and B securely (e.g. on steel plates) and use A xor B as your wallet.
Alternatively if you don't want to move your coins from your existing wallet with seed A, you can generate a new seed B, engrave on plates seeds B and A xor B, and destroy the plates with A. Then by xorring B with A xor B you can recover A.
The effect is similar to 2-of-2 multisig.
reply
deleted by author
reply
Which part didn't you get?
Imagine you have a 24 word seed. You split it into 2 halves, 12 words each, and store each half separately, which makes it more secure, because if someone finds one, they won't be able to access your wallet. Both halves are needed to reconstruct the 24 word seed and access your wallet.
With seed XOR, however, instead of splitting it into halves, you split it into pieces that are still 24 words each (and not 12), but there is 50% redundancy in them.
The XOR table is: 0 xor 0 = 0 0 xor 1 = 1 1 xor 0 = 1 1 xor 1 = 0
So two bits get reduced to one.
You could as well pad 12 word halves with random seed words to get 24 words, but combining them wouldn't be commutative.
reply
Yes good explainer Space. OP was right as well about the optionality, decoying, and plausible deniability. I think it allows for this better than any other solution. I don't know, I personally think it's very underrated, because of what you can start building beneath the original seed and it's 2+ XOR, which is perhaps unexplored. But sXOR it's also relatively new; 2021 or so, and the only hardware wallet that supports XOR computing of the original seed is Coldcard. We need more.
reply
I was thinking of doing it myself and wrote a Python script that XORs two seed phrases, but left it at that for the time being. It would have to be run on a machine that's not connected to the internet and an OS booted from a USB stick, like Tails, to avoid malware. Hardware solutions are surely preferable.
reply
But no one knows it uses seed xor. So you can, for example, use seed A as a decoy wallet. If someone finds it, they won't know your main stack is in A xor B.
The xorred wallet still only has 256 bits of entropy though, unlike in multisig which adds entropy.
reply
I considered each of them, and my personal preferences are: multisig, Shamir, SeedXOR, singlesig.
There is no single best solution, as people have different needs. Why I choose multisig:
  • Protection against loss of one or more keys
  • Inheritance planning
  • Best products / UX as of now
It seems the trade-off is between convenience and security.
reply
It took me a bit to understand what exactly XOR was, but it's pretty cool! I think that what's inhibiting adoption currently is lack of (((accessible))) education/content around its uses. I am thinking on how best to frame it rn!
reply
SEED XOR kinda borrows a little from single, multi, and Shamir. With a Coldcard it's quite stupid simple to use, and I think you're right, the lack of education and hardware support is the issue. There's no reason only a couple quality YouTube videos exist on it, and why only one hardware wallet supports it. Is it licensed or something?
reply
What's SeedXOR, never heard of it
reply
I've whipped up a JS seed XOR calculator that runs in the browser. Use at your own risk! https://github.com/SpaceHodler/SeedXOR
reply
Thanks for this! It is only compatible with coldcard?
reply
So far yes. Still somewhat new.
reply
reply
It's very cool, but it feels like a half measure between script multisig and Schnorr MPC. Maybe if Schnorr multisig wasn't so close to being ready for every day usage, it would gain more traction.
reply