1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-18 16:19:10 +00:00
This commit is contained in:
Sang 2025-01-24 20:32:29 +00:00 committed by GitHub
commit 4ec586bb3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -104,16 +104,16 @@ application to see what Alice would see:
[[invoice-URI]]
.The invoice QR code encodes the following URI, defined in BIP21:
----
bitcoin:bc1qk2g6u8p4qm2s2lh3gts5cpt2mrv5skcuu7u3e4?amount=0.01577764&
label=Bob%27s%20Store&
message=Purchase%20at%20Bob%27s%20Store
bitcoin:1GdK9UzpHBzqzX2A9JFP3Di4weBwqgmoQA?amount=0.015&
label=Bob%27s%20Cafe&
message=Purchase%20at%20Bob%27s%20Cafe
Components of the URI
A Bitcoin address: "bc1qk2g6u8p4qm2s2lh3gts5cpt2mrv5skcuu7u3e4"
The payment amount: "0.01577764"
A label for the recipient address: "Bob's Store"
A description for the payment: "Purchase at Bob's Store"
A Bitcoin address: "1GdK9UzpHBzqzX2A9JFP3Di4weBwqgmoQA"
The payment amount: "0.015"
A label for the recipient address: "Bob's Cafe"
A description for the payment: "Purchase at Bob's Cafe"
----
[TIP]

View File

@ -152,6 +152,7 @@
<li>Sam Ritchie (sritchie)</li>
<li>Samir Sadek (netsamir)</li>
<li>Sandro Conforto (sandroconforto)</li>
<li>Sanghun Kang (sanghunka)</li>
<li>Sanjay Sanathanan (sanjays95)</li>
<li>Sebastian Falbesoner (theStack)</li>
<li>Sergei Tikhomirov (s-tikhomirov)</li>