Post
Topic
Board Bitcoin Discussion
Re: Message hash
by
bytcoin
on 02/04/2021, 21:20:36 UTC
There are some old addresses with some coins am planning to sweep, They have the same r values but different addresses in different transactions, is it possible? And can you approve this formula I got from this guy?  https://bitcointalk.org/index.php?topic=5325956.msg56634846#msg56634846
I think you must have been wrong ... since 2013 there are many scripts, bot, tool, etc... monitoring transactions 24/7 trying to find reused r values and other possible vulnerabilities to drain wallets https://bitcointalk.org/index.php?topic=271486.0/

But if you want to learn how to calculate reused r values ... I'll show you in the simplest way possible.

Modular calculation with this p:115792089237316195423570985008687907852837564279074904382605163141518161494337

(z1-z2) / (s1-s2) = the result will be the k value

Now calculate this:

(s * k) - h) / r) = Private key

DONE!