summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kerin <thomas@bitwasp.co>2015-03-11 12:30:59 +0000
committerThomas Kerin <thomas@bitwasp.co>2015-03-11 12:30:59 +0000
commit9f15ac4eb457c50d989d5da5305107e04a938937 (patch)
tree591454112f6741d13dcc5adfe1dcd13a8a81ff8e
parent5cf77f147a6fce18fa900174592dc4474c41611a (diff)
downloadbips-9f15ac4eb457c50d989d5da5305107e04a938937.tar.xz
Add line so that pubkeys + address in specificiation are displayed
-rw-r--r--bip-0090.mediawiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0090.mediawiki b/bip-0090.mediawiki
index aaec6ac..f7904eb 100644
--- a/bip-0090.mediawiki
+++ b/bip-0090.mediawiki
@@ -28,19 +28,23 @@ This standard will help in enabling a party other than the service provider to r
==Specification==
For a set of public keys, ensure that they have been received in compressed form:
+
022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
Sort them lexicographically according to their binary representation:
+
021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
..before using the resulting list of keys in a standard multisig redeem script:
+
OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKSIG
Hash the redeem script according to BIP-0016 to get the P2SH address.
+
3Q4sF6tv9wsdqu2NtARzNCpQgwifm2rAba
==Compatibility==