bytcoin,
I appreciate your eagerness and willingness to learn about Bitcoin at a technical level and we are trying to help you understand as best we can.
What you did was take one signature and make another signature that looks different but, in fact, mathematically it is the same signature.
As stated previously:
... is not solvable because
the OP crafted the signature from a previous one.is the
same signature because:
2*r2*s1 % n = 4d27b04d19bb13563dc45d9d768a13f53f02970024759081601c4bd59aba5f76
r1*s2 % n = 4d27b04d19bb13563dc45d9d768a13f53f02970024759081601c4bd59aba5f76
and
r2*z1 % n = 3d6319695748c424ef2a249456c3a198a6ea34933ba345a8118703ef82d28977
r1*z2 % n = 3d6319695748c424ef2a249456c3a198a6ea34933ba345a8118703ef82d28977
So, do you understand now?
Also, think about this just a bit: would Bitcoin be worth about 1 trillion dollars if it was so easy to break? If it was this easy to break it would be broken. If you want to see what an actual attempt to break something similar to Bitcoin looks like then take a look at this paper. It is an attempt to figure out a way to "break" RSA - which is not exactly the same a Bitcoin but for the sake of my point it is close enough:
https://eprint.iacr.org/2021/232.pdfNote that most experts in the field do not believe that this "breaks RSA" so don't worry about that.
What I want you to notice is the level of math it takes to even attempt to break something like an RSA, ECC, ECDSA or Bitcoin. This is an attempt by a brilliant mathematician and crypto expert. Face facts, you don't have the math for this, I don't have the math for this, the math involve is beyond almost everyone.
I encourage you to keep learning but, really, try not to be so melodramatic about it or you will find that everyone here that can help you will just start ignoring you altogether.
ASK QUESTIONS and LEARN. For example I though it was interesting when you asked:
If you know the mathematical relationship between the k values in two different and valid signatures can you calculate the private key. The answer is yes. The math to show this is not that hard and has been show to you in the other thread (k' = k + n) and in this thread (k' = m * k).
This whole "with my very limited mathematical abilities I think that I have found a way to break Bitcoin" is not the way to go about learning about Bitcoin. It is a good way to get ignored by the very people that are here to help you learn.