September 12, 2026

How do I get hash to verify transaction?

If I have the public key and signature for a transaction how do I get the hash value that is used in verify(hash, sig, pubkey). I want to know how to work backwards from a raw transaction to get it, not how to build it.

My question is basically this one

How to verify the signature of a raw transaction

But the answer given I think is for getting the Transaction ID hash which I have tried and it doesn’t work.

Previous Article

Bootstrap.dat on Mac OSX 10.9 – Difficulty

Next Article

How can I search for OP_RETURN data?