0
When miners verifies a transaction, they make some calculations to check its Signature by using some Hash.
What Hash is used for Sig verification in Bitcoin Core?
0
When miners verifies a transaction, they make some calculations to check its Signature by using some Hash.
What Hash is used for Sig verification in Bitcoin Core?
0
I think that the hash function used is sha256d, a non-standard function obtained by hashing with sha256 twice (first hash the data, obtain 256-byte digest, then re-hash the digest).
@Denis, the same hash that was used by transaction creator when he signed it. – amaclin – 2017-10-31T17:35:12.553
@amaclin but block
mineris notcreatorof transaction – D L – 2017-10-31T17:43:47.177@Denis, yes, but the process of calculating the hash is the same – amaclin – 2017-10-31T18:43:00.493