Post
Topic
Board Development & Technical Discussion
Re: same-r-value-is-used-for-two-different-addresses
by
abadon666999
on 31/10/2022, 10:42:51 UTC
i have 2 addresses that have same R value
I assume by this you mean you have two transactions which are sending coins from two different addresses but use the same r value.

The answer in that case is you cannot recover the private keys. To do this you need at least two transactions which are using the same private key and reuse the same r value. You cannot use two transactions with different private keys but the same r value.

yes correct
i have recovered privatekey address 1
but i can't recover privatekey address 2...