so the question is about btc privatekey recovery . Is there any way to recover/re calculate privatekey using these details :
SHA-256 RipeMD-160 public key public address rsz signatures ( non-identical R ) scriptsig asm & hex ...
so the question is about btc privatekey recovery . Is there any way to recover/re calculate privatekey using these details :
SHA-256 RipeMD-160 public key public address rsz signatures ( non-identical R ) scriptsig asm & hex ...
No, there is no way to recover a private key using only the data generated from it. If there were, Bitcoin and other cryptocurrencies would instantly collapse.
If you have a seed phrase (AKA wallet recovery phrase), you can re-generate the private key from that phrase.
Related:
You can "recover" it with your seed if you have one, otherwise you need to brute-force your private key from one of your public keys which is nearly impossible.