Bitcoin Forum
May 05, 2024, 10:15:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Stealth address (anonymous payments)  (Read 3063 times)
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 30, 2014, 12:00:20 PM
 #21

Sender uploads a pubkey and nonce (secret which appears as a bunch of random characters) to the network via OP_RETURN function, and sends some money to the generated address

Just to make sure I got it right: by the pubkey you mean stealth-address, and by nonce you mean private-key-to-actual-address encrypted by pubkey/stealth-address. Is it correct?


Nonce could literally mean nonce which you use against a curve

1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
1714904112
Hero Member
*
Offline Offline

Posts: 1714904112

View Profile Personal Message (Offline)

Ignore
1714904112
Reply with quote  #2

1714904112
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
April 22, 2014, 12:41:15 AM
 #22

Sorry, to bump up this thread but I have a question regarding stealth addresses. If you only have the stealth address and the nonce can you derive the "normal" bitcoin address to which the payment was made?
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
April 22, 2014, 07:59:30 AM
 #23

Sorry, to bump up this thread but I have a question regarding stealth addresses. If you only have the stealth address and the nonce can you derive the "normal" bitcoin address to which the payment was made?

I think so because that's how the payer pays

Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
April 22, 2014, 09:09:32 AM
 #24

Sorry, to bump up this thread but I have a question regarding stealth addresses. If you only have the stealth address and the nonce can you derive the "normal" bitcoin address to which the payment was made?

I think so because that's how the payer pays

Well I'm not an expert but it doesn't look like its possible without the private key behind the stealth address or the key pair the payer generated.

initiate stealth: https://github.com/spesmilo/sx/blob/master/src/sx-stealth-send
uncover stealth: https://github.com/spesmilo/sx/blob/master/src/sx-stealth-recv

In my scenario only the stealth address and nonce are known. S1 and c are not known.
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
April 22, 2014, 09:12:02 AM
 #25

Sorry, to bump up this thread but I have a question regarding stealth addresses. If you only have the stealth address and the nonce can you derive the "normal" bitcoin address to which the payment was made?

I think so because that's how the payer pays

Well I'm not an expert but it doesn't look like its possible without the private key behind the stealth address or the key pair the payer generated.

initiate stealth: https://github.com/spesmilo/sx/blob/master/src/sx-stealth-send
uncover stealth: https://github.com/spesmilo/sx/blob/master/src/sx-stealth-recv

In my scenario only the stealth address and nonce are known. S1 and c are not known.

I'm under the assumpion they send to a normal address which is randomly generated. Then they give you the nonce so you know which one. Perhaps you're also thinking of getting the private key which isn't possible but part of receive.

Try forcing the nonce in the send function.

Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
April 22, 2014, 09:42:36 AM
 #26

I'm under the assumpion they send to a normal address which is randomly generated. Then they give you the nonce so you know which one. Perhaps you're also thinking of getting the private key which isn't possible but part of receive.

Try forcing the nonce in the send function.

I am thinking of a random observer who has two public pieces of data i.e. the nonce, which was posted on some forum somewhere as outlined in the stealth address docs, and the stealth address which he suspects is the intended recipient of the coins. He wants to connect the two and the only way to do that is to derive the regular bitcoin address (using just the nonce and stealth address) and then check if that regular address has coins in it. The diffie-helman key exchange seems to make that impossible.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!