Post
Topic
Board Development & Technical Discussion
Re: Is It Possible to "Reserve" a Private Key?
by
odolvlobo
on 08/10/2024, 03:00:47 UTC
Thank you for the insightful responses. I’ll be looking into everything that’s been mentioned here. One point I’d like to clarify, though, is that in the protocol I’m working on, private key collisions are expected to be a regular occurrence. I understand this might seem unconventional.

If your private keys are expected to collide, then you need a second private key that can't collide and would determine the owner in case of a collision. Or how about 2-of-2 multisig?