Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: math calculation problem - pay $50 for help
by
BlackHatCoiner
on 07/11/2021, 09:45:38 UTC
⭐ Merited by n0nce (1)
This has been a common theme with OP's topics for months. They first assume there is a relationship between private keys, nonces, hashes, etc. Then OP asks others to provide a solution to compute private key using the ECDSA equation. Then you see OP is asking how they can parse the blockchain and finally you see OP is selling some script that computes private keys!

The problem is that they never describe what they want to do properly. If you search their OPs and replies, you'll notice that there's a communication issue. You may understand what they want from the title, but if you don't, there's nothing that is going to help you do.

For instance, take this thread as an example.

Just had problem to solve equation:

s1*k1 - r1*x1 = z1
s1*k1 - r1*x1 = z2

so r=r   , s=s  but diff z1 =! z2

how to take x or k?

paying $50 on bitcoin address

just PM me pleae with solve

They drop two equations in which both of them should have the same result. Then, they conclude that r=r (?), s=s (?), z1 != z2 and they ask you to tell them how to gain x or k. Then, there're the syntactical errors. Even though that's not a reason for not helping someone, it makes it even harder to understand their process.