1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-23 14:11:00 +00:00

Edited ch05_wallets.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-18 19:31:42 +00:00
parent 12d3808f42
commit 194f3da74a

View File

@ -1207,7 +1207,7 @@ doesn't "run out" of keys.
.Mind the Gap .Mind the Gap
**** ****
An extended public key can generate approximately 4 billion direct An ((("gap limit", id="gap-limit")))extended public key can generate approximately 4 billion direct
child keys, far more than any store or application should ever need. child keys, far more than any store or application should ever need.
However, it would also take a wallet application an unreasonable amount However, it would also take a wallet application an unreasonable amount
of time to generate all 4 billion keys and scan the blockchain for of time to generate all 4 billion keys and scan the blockchain for
@ -1250,7 +1250,7 @@ been proposed, such as
asking the spender's wallet to construct (but not broadcast) a asking the spender's wallet to construct (but not broadcast) a
transaction paying a possibly reused address before they receive a fresh transaction paying a possibly reused address before they receive a fresh
address for the actual transaction. However, these other solutions have address for the actual transaction. However, these other solutions have
not been used in production as of this writing. not been used in production as of this((("gap limit", startref="gap-limit"))) writing.
**** ****
Another common application of this solution is for Another common application of this solution is for