Browsing: multisig
I have 3 wallets that I use to create a Taproot multisig wallet. All my work is based on this…
I have a 2-of-3 multisig taproot script,create like bitcoinjs-lib:https://github.com/bitcoinjs/bitcoinjs-lib/blob/8d9775c20da03ab40ccbb1971251e71d117bcd8b/test/integration/taproot.spec.ts#L531-L593: builder := txscript.NewScriptBuilder() for i, pk := range leafPubkeys { if…
multi signature – What are the privacy implications of revealing one xpub in a multisig setup?
By admin
What information can a third party derive about a multisig wallet if one of the xpubs in the setup is…
I created a multisig wallet with BlueWallet, and I want to convert the config file to a descriptor: Name: Multisig…