File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,19 +28,23 @@ This standard will help in enabling a party other than the service provider to r
2828==Specification ==
2929
3030For a set of public keys, ensure that they have been received in compressed form:
31+
3132 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
3233 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
3334 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
3435
3536 Sort them lexicographically according to their binary representation:
37+
3638 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
3739 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
3840 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
3941
4042..before using the resulting list of keys in a standard multisig redeem script:
43+
4144 OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKSIG
4245
4346Hash the redeem script according to BIP-0016 to get the P2SH address.
47+
4448 3Q4sF6tv9wsdqu2NtARzNCpQgwifm2rAba
4549
4650==Compatibility ==
You can’t perform that action at this time.
0 commit comments