You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multisignature transactions (M of N) are a common enough usecase that adding support for them to Unit-e should be a priority. As such, we need to implement two things:
Generating multisig addresses by providing the necessary public keys
Co-signing a multisig transaction, using keys stored either in hardware or in the wallet, and exporting the partially signed transaction to be signed by other parties.
Multisig transactions are not supported in Particl Desktop or in Particl Qt/Bitcoin Qt, so the users have to resort to raw RPC calls. An example of a wallet which supports multisig transactions is Electrum; however, it forces users to decide whether the entire wallet will be multisig or not, rather than individual transactions.
The text was updated successfully, but these errors were encountered:
Multisignature transactions (M of N) are a common enough usecase that adding support for them to Unit-e should be a priority. As such, we need to implement two things:
Generating multisig addresses by providing the necessary public keys
Co-signing a multisig transaction, using keys stored either in hardware or in the wallet, and exporting the partially signed transaction to be signed by other parties.
Multisig transactions are not supported in Particl Desktop or in Particl Qt/Bitcoin Qt, so the users have to resort to raw RPC calls. An example of a wallet which supports multisig transactions is Electrum; however, it forces users to decide whether the entire wallet will be multisig or not, rather than individual transactions.
The text was updated successfully, but these errors were encountered: