summaryrefslogtreecommitdiff
path: root/bip-0047.mediawiki
diff options
context:
space:
mode:
authorT Dev D <dev@samouraiwallet.com>2015-12-04 15:27:39 +0000
committerT Dev D <dev@samouraiwallet.com>2015-12-04 15:27:39 +0000
commit8dcddf5267417d928fa84831f497eb9074f8deaa (patch)
treec41cdb3820180cf2753d9e91630df40b9bfb0639 /bip-0047.mediawiki
parent9d3b68f8c487cdada8e605aa584f25b1418981a7 (diff)
downloadbips-8dcddf5267417d928fa84831f497eb9074f8deaa.tar.xz
Add link to BIP47 test vectors
Results obtained upon implementing BIP47 for Samourai Wallet. Payment codes are calculated assuming v1 specification without use of BitMessage. Also assumes notification transaction from Alice to Bob has been sent.
Diffstat (limited to 'bip-0047.mediawiki')
-rw-r--r--bip-0047.mediawiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki
index e460a12..4b68d5d 100644
--- a/bip-0047.mediawiki
+++ b/bip-0047.mediawiki
@@ -247,6 +247,10 @@ The sender transmits their payment code in base58 form to the calculated Bitmess
In order to use Bitmessage notification, the recipient must have a Bitmessage client which listens at the address which the senders will derive and is capable of relaying received payment codes to the Bitcoin wallet.
+==Test Vectors==
+
+* [[https://gist.github.com/SamouraiDev/6aad669604c5930864bd|BIP47 Reusable Payment Codes Test Vectors]]
+
==Reference==
* [[bip-0032.mediawiki|BIP32 - Hierarchical Deterministic Wallets]]