summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Priest <cp368202@ohiou.edu>2016-03-14 15:51:14 -0700
committerChris Priest <cp368202@ohiou.edu>2016-03-14 15:51:14 -0700
commit46a91a8dc4936af3b3d8f3de7f36487e6aff2631 (patch)
treeae9964fd4db082f1e968bb846ba9ca444fd5f2f7
parent314e87f9c0c1e3920d2954a2ae3fb70473c887a2 (diff)
downloadbips-46a91a8dc4936af3b3d8f3de7f36487e6aff2631.tar.xz
fixed typos and wording
-rw-r--r--bip-0131.mediawiki10
1 files changed, 4 insertions, 6 deletions
diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki
index 3b1661c..1efe713 100644
--- a/bip-0131.mediawiki
+++ b/bip-0131.mediawiki
@@ -79,7 +79,7 @@ with coalescing transactions in all instances.
== Isn't this BIP bad because it encourage address re-use? ==
-Address re-use comes in two forms: reuse from the ''sender'', and re-use from the ''receiver''.
+Address re-use comes in two forms: re-use by the ''sender'', and re-use by the ''receiver''.
Re-use by the sender is basically using the same address for the change output. This is generally considered bad
since people looking through your transaction history can determine who you do business with. When
@@ -89,16 +89,14 @@ by the sender.
On the other hand, address re-use by the ''receiver'' occurs under completely different circumstances.
When you publish an address and have multiple people send to that address, you are engaging in address re-use
-from th receiver. This activity has historically been considered bad because it leads to re-using a private key.
-When you re-use a private key too many times, you run the risk of somebody performing statistical analysis
+from the receiver. This activity has historically been considered bad because it leads to re-using a private key.
+When you re-use a private key too many times, you run the risk of an attacker performing statistical analysis
on the multiple signatures, which can lead to an attacker finding out your private key.
-This BIP introduces a way to spend multiple inputs without re-using the private key. In a sense, this BIP
+This BIP introduces a way to spend multiple inputs ''without'' re-using the private key. In a sense, this BIP
fixes the problem that makes address re-use bad for the receiver. After this BIP becomes implemented
and deployed, address re-use by the receiver will no longer be considered bad form.
-
-
==Copyright==
This document is placed in the public domain.