mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-24 20:49:33 +00:00
Merge pull request #48 from luigi1111/7/24
Flesh out stealth addresses a bit
This commit is contained in:
commit
4c6fe0f4b3
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@
|
||||||
layout: moneropedia
|
layout: moneropedia
|
||||||
entry: "Stealth Address"
|
entry: "Stealth Address"
|
||||||
terms: ["stealth-address", "stealth-addresses"]
|
terms: ["stealth-address", "stealth-addresses"]
|
||||||
summary: "a special property of Monero addresses that makes it impossible to see which address a transaction went to or came from"
|
summary: "automatic one-time addresses for every transaction"
|
||||||
---
|
---
|
||||||
|
|
||||||
### The Basics
|
### The Basics
|
||||||
|
|
||||||
{{ page.summary | capitalize }}.
|
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
|
||||||
|
|
||||||
|
To read how Monero prevents tracking coin history (untraceability), see @ring-signatures.
|
||||||
|
|
Loading…
Reference in a new issue