r = 0xdb30127de06f6c9d04e4ebc9cdefb93433a37be972db697b21c22724f6cf69d2 s = 0xe759203cae759203cae759203cae7590ddcd6e80d38035c802aef0f1080384ed z = Private key for Puzzle #135
Post
Topic
BoardDevelopment & Technical Discussion
Re:
by
JohnnyTX
on 03/12/2024, 22:38:09 UTC
Hi, before diving into deep math, check your message hashes. Those are definitely wrong.
Post
Topic
BoardDevelopment & Technical Discussion
Re: R,S,Z , K nonce and public key Signature samples
Which values? All values are special ;-) First 3 signatures use Satoshi private key #1 as a nonce, but signed real messages (not random). Nobody noticed? The fourth signature signs again real message, and with the same key also a private key of Puzzle #130 as input, there is no "why", that's an intention.
Post
Topic
BoardDevelopment & Technical Discussion
Re: R,S,Z , K nonce and public key Signature samples
by
JohnnyTX
on 29/07/2024, 12:22:10 UTC
Public Key 0x70f57dba69335f68075ca1a60c296df7615877952b3afff096b2822266ae90a5, 0xce71b4d8ada2e6da2d2ae925b44c86791f306af86b9b8791a3181fb6dbf3f868
Code:
r1 = 0x7029db68c1420fe2d41c1fd7b86ea0739bc8e6d0a7c58f754b93e5ff6c8040 s1 = 0xca49ce8fada8a6949b313f644e82204c1575f1a7015eb5a642299f18cf66d24a z1 = SHA256('This is test 4.')
but we are interested in recovering the private key of #puzzle 130 from a large set of r s z and public key ...
But we need to know the bits of k , from every set of r s z .........
Well, then I have two more for you, but this public key doesn't point to the puzzle #130 it seems... # Public Key 0x8629507d9eef1748ec67ca2c4ab641fa0951d7f0bb0cf226f1c0f465a4e29404, 0x2237204a53021490adfec9f0b3f0732f5024181d50fde2dcfc7a428c992b8d70
Re: R,S,Z , K nonce and public key Signature samples
by
JohnnyTX
on 25/06/2024, 14:15:25 UTC
Hi there! It looks like you all are crazy for nonces and signatures, so I have some special values for you
Code:
r=0x678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb6 s=0x24c8a42e8fe11d670633fa66ebedb1672c71a517a30cbbaa9e14f2d5a15a3783 z=SHA256('This is test 1.') PubKey=0x3e42b3151f310f5f417f11b4c32d8360b22109dcc6432339243332b56cd596de, 0x7903116327cab6891b810588e4c909273c7eb013aea2162fa63afa1f11562b3a
r=0x678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb6 s=0x768a0e3b0cfb3c8d9b7899f59f480555176ef25eefa1e96d3ac575ba4ffe85fd z=SHA256('This is test 2.') PubKey=0xc79fa242694e3148c8d50e667010e0c221f6004d108692c5040ff139595ed081, 0x525bd76c21c8e2d45725a378c973a646d5971acd8f240322e5f1fdf0ed4f8589
r=0x678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb6 s=0xd17c5ed9fb37692cd152f381c4a3f16a896f96d26100310fe818d6963c402b25 z=SHA256('This is test 3.') PubKey=0xc03657988e2baf31a1a1061a87fa3da20f166dc8a22c02658f6d325dec722d84, 0x97ffbac6bec2de2b8d9f9bcaeced8e56abdd0b3996b48153cf0a1a92dc2d5529
Btw. I think that those who do serious research of this topic do not need your script, but all contributions are welcome, of course.