Post
Topic
Board Development & Technical Discussion
Re: math calculation problem - pay $50 for help
by
COBRAS
on 07/11/2021, 05:35:43 UTC
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!

It actually does not compute private keys, it just generates a random keypair, random transactions for it with special nonce and *then* attempts to solve the private key using the resulting RSZ values.
His test code  send transaction to himself, this is normal get r,s,z for outgoing transactions Huh