Skip to content

Instantly share code, notes, and snippets.

@Kefkius
Created April 6, 2015 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kefkius/d945661070b3b48e382d to your computer and use it in GitHub Desktop.
Save Kefkius/d945661070b3b48e382d to your computer and use it in GitHub Desktop.
encompass multisig

Encompass uses a key derivation path separate from usual BIP-0044 behavior. As a result, Encompass multisignature wallets are not compatible with Electrum multisignature wallets.

Encompass uses this key derivation path:

m/44'/0'/coin/change/address_index

Where coin is the BIP-0444 chain index of the currency, and change and address_index are analogous to the BIP-0044 fields of the same name. Encompass uses this path because it allows cosigners to only share their public keys once and to use any coin they want afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment