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
If I try to establish a 2-2 multisig wallet between two Encompass clients. The process works well. The same addresses are generated on both clients.
However, If I try to create a 2-2 wallet between Encompass and Electrum 2.1 (latest Github), the addresses generated by both wallets, although, all starting with "3" are completely different. Furthermore, the Electrum client doesn't recognize a transaction signed by Encompass and vice-versa.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10536809-multisig-between-electrum-and-encompass?utm_campaign=plugin&utm_content=tracker%2F11867956&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F11867956&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Encompass uses a different key derivation path for multisignature wallets. It facilitates multisignature wallets that are also multi-coin. Without our implementation, we would not be able to create multi-coin multisignature wallets as BIP 44 makes this impossible (barring some major inconveniences to users in addition to major changes that would be required).
In short, Encompass multisig wallets and Electrum multisig wallets are incompatible. Details here
In short, Encompass can be made to produce Encompass or Electrum compatible multisig wallets, with a fair amount of work.
A user choosing Electrum-compatible mutlisig wallets would have more complex key management as they'd need to manage separate xpriv/xpub addresses - and have to share separate xpubs for each chain with cosigners.
While it's good to have compatibility, and interoperability, with limited resources, I think it's best to start with a usable multicoin implementation that reduces the complexity for the user, even though it requires all cosigners to use Encompass.
If I try to establish a 2-2 multisig wallet between two Encompass clients. The process works well. The same addresses are generated on both clients.
However, If I try to create a 2-2 wallet between Encompass and Electrum 2.1 (latest Github), the addresses generated by both wallets, although, all starting with "3" are completely different. Furthermore, the Electrum client doesn't recognize a transaction signed by Encompass and vice-versa.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10536809-multisig-between-electrum-and-encompass?utm_campaign=plugin&utm_content=tracker%2F11867956&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F11867956&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: