Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Bitcoin weak transaction nonce question
by
MixMAx123
on 07/12/2019, 13:26:08 UTC
⭐ Merited by piotr_n (1)
What would it be, if the same s is re-used in the formula, but the r's are different?


s = (h+r*P)/k

h=hash
P=privateKey
k=nonce

If s is to be equal, then r, k and h must be the same.