Bitkey's chaincode delegation BIP is pretty cool!
stacker.news·1d
Flag this post

Multisig and privacy

If you have a multisig wallet, you need a few pieces of information to successfully spend your coins: you need signatures from enough keys (eg if you have a 3 of 5, you need at least 3 signatures), and you need know how to assemble the signatures so that it can produce a final transaction with signatures that match the locking script on that particular address.

I love multisig wallets.

Having a threshold n of m kind of setup allows you to have some redundancy in case of lost keys and it allows you to avoid a single point of failure (keys can be geographically distributed and you can use different devices with each key).

An additional…

Similar Posts

Loading similar posts...