Stealth addresses 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 incoming payments go to unique addresses on the blockchain so that only the sender and receiver can determine where a payment was sent making transactions unlinkable
Questions tagged [stealth-address]
49 questions
8
votes
3 answers
Examples of real stealth address from the blockchain
I am looking for examples of stealth addresses. Not only theoretically what they are, but real examples. What do they look like in the blockchain?

StackUser
- 83
- 3
4
votes
1 answer
Using exponentiations instead of ECC multiplication in computing Stealth address
I'm developing a variant of Monero.
Is it possible to change the ECC multiplication rA with r^A of the stealth address term Hs(rA)G+B.
And of course also the multiplication by G.
IMHO it should be interchangble but I want to be sure.
What other…

user1387682
- 367
- 1
- 5
2
votes
1 answer
Is there any enforcement on a transaction output being associated with an address?
As far as I understand, Monero allows Alice to create a public key for Bob that only Bob knows, on the fly, by using the following mechanism:
Bob's address: A = aG, B = bG, where only Bob knows a and b.
Alice's creation: R = rG, P = h(rA)G +…

Zarquan
- 145
- 4
0
votes
1 answer
Where is the ring-signature article by luigi1111 referenced in the multi-part stealth-address steemit post?
Luigi1111's post about stealth-addresses, references throughout that how the stealth addresses are spent from would be covered in a follow-up RingCT article. However, I can't find this follow-up article. Did he ever write it?
Also is Luigi1111…

user5389726598465
- 133
- 5
0
votes
2 answers
Does the miner transaction (of a block reward) get sent to a miner's stealth address?
Does the miner transaction (of a block reward) get sent to a miner's stealth address? (Or to the public address of the miner)
Thanks.

adsl
- 315
- 1
- 8
0
votes
2 answers
Can the receiver determine the value $r$ from the stealth address?
The sender generates $r$, can the receiver determine the value $r$ from the stealth address?
Thanks.

user1387682
- 367
- 1
- 5