Skip to content

Commit 0f1eba2

Browse files
docs(bip-0046): add test certificate for the 960th timelocked address
1 parent b7a5f9c commit 0f1eba2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bip-0046.mediawiki

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ redeemscript = 0400e10b5eb1752102a1b09f93073c63f205086440898141c0c3c6d24f
122122
scriptPubKey = 0020bdee9515359fc9df912318523b4cd22f1c0b5410232dc943be73f9f4f07e39ad
123123
address = bc1qhhhf29f4nlyalyfrrpfrknxj9uwqk4qsyvkujsa7w0ulfur78xkspsqn84
124124

125-
// Test certificate using first timelocked address
125+
// Test certificate using the first timelocked address
126126
// Note that as signatures contains a random nonce, it might not be exactly the same when your code generates it
127127
// p2pkh address is the p2pkh address corresponding to the derived public key, it can be used to verify the message
128128
// signature in any wallet that supports Verify Message.
@@ -158,6 +158,12 @@ string locktime = 2099-12-01 00:00:00
158158
redeemscript = 0580785df400b175210308c5751121b1ae5c973cdc7071312f6fc10ab864262f0cbd8134f056166e50f3ac
159159
scriptPubKey = 0020803268e042008737cf439748cbb5a4449e311da9aa64ae3ac56d84d059654f85
160160
address = bc1qsqex3czzqzrn0n6rjayvhddygj0rz8df4fj2uwk9dkzdqkt9f7zs5c493u
161+
162+
// Test certificate using the 960th timelocked address
163+
Message = fidelity-bond-cert|020000000000000000000000000000000000000000000000000000000000000001|750
164+
Address = bc1qsqex3czzqzrn0n6rjayvhddygj0rz8df4fj2uwk9dkzdqkt9f7zs5c493u
165+
p2pkh address = 1JmTqEXY9pHwrao9XXPo1MeiQerMETmwP3
166+
Signature = H9LWcv9PXjOLdGmA6s6jRKnPP9bKeOSUGN7ZF80dphKOUrLQnoIJx8NtHraTq5o6BbRBoNjKHuo4Mnok3/JXGBY=
161167
</pre>
162168

163169
Code generating these test vectors can be found here: https://github.com/chris-belcher/timelocked-addresses-fidelity-bond-bip-testvectors

0 commit comments

Comments
 (0)