Browsing: failed
I was attempting to return from pruned to unpruned chainstate. Unchecked the pruned box. Core cautioned this would require re-download…
bitcoin core – Redeem script Signature must be zero for failed CHECK(MULTI)SIG operation error
By admin
For the P2SH transaction, an example of the redeem script: redeem_script = CScript([ OP_DUP, my_private_key.pub, OP_CHECKSIG, OP_IF, OP_DROP, OP_0, OP_SWAP,…