Close Menu
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
What's Hot

mempool policy – How much does the extra pool help with missing transactions for compact block reconstruction?

September 20, 2025

Blog Blunders and Ad Copy Chaos ft Adrienne Shavers

September 20, 2025

One EA, Infinite Strategies: The AI Trading Personalization Revolution – My Trading – 18 September 2025

September 19, 2025
Facebook X (Twitter) Instagram
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Facebook X (Twitter) Instagram
Cointelegraphe
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Cointelegraphe
Home»Bitcoin»bitcoin core – Redeem script Signature must be zero for failed CHECK(MULTI)SIG operation error
bitcoin core – Redeem script Signature must be zero for failed CHECK(MULTI)SIG operation error
Bitcoin

bitcoin core – Redeem script Signature must be zero for failed CHECK(MULTI)SIG operation error

adminBy adminApril 2, 2025No Comments1 Min Read
Share
Facebook Twitter LinkedIn Pinterest Email


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, OP_1, k1, k2, k3, OP_3, OP_CHECKMULTISIG, 
  OP_ELSE, 
    OP_DROP,OP_DROP,OP_1,OP_ENDIF 
])

It works when the expression is true leading to execute IF’s statements, meaning the first signature is matched. However, when the first signature doesn’t match the public key, instead of executing ELSE’s statements the site returns :

sendrawtransaction RPC error -26: non-mandatory-script-verify-flag
(Signature must be zero for failed CHECK(MULTI)SIG operation)

However, VerifyScript(txin.scriptSig, (txin_scriptPubKey), tx, 0, (SCRIPT_VERIFY_P2SH,)) doesn’t throw an error.
Also, this is how signature is generated:

def create_OP_CHECKSIG_signature(tx, txin_scriptPubKey, seckey):
    
    sighash = SignatureHash(txin_scriptPubKey, tx, 0, SIGHASH_ALL)
    signature = seckey.sign(sighash) + bytes([SIGHASH_ALL])
    return signature
#usage
sig = create_OP_CHECKSIG_signature(tx, redeemscript, my_private_key)

Any help is appreciated.



Source link

bitcoin CHECKMULTISIG Core Error failed operation Redeem script signature
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
admin
  • Website

Related Posts

mempool policy – How much does the extra pool help with missing transactions for compact block reconstruction?

September 20, 2025

Bitcoin Holds $117,500 On Retail Support While Whales Stay Quiet

September 19, 2025

Citi Caps Year-End at $4,300, But ETF outflows Challenge Outlook

September 18, 2025

Bitcoin Price Hits $117,000 As Treasury Stocks Like MSTR, NAKA Collapse

September 17, 2025
Add A Comment
Leave A Reply Cancel Reply

Top Insights

mempool policy – How much does the extra pool help with missing transactions for compact block reconstruction?

September 20, 2025

Blog Blunders and Ad Copy Chaos ft Adrienne Shavers

September 20, 2025

One EA, Infinite Strategies: The AI Trading Personalization Revolution – My Trading – 18 September 2025

September 19, 2025

Google Search Anti-Scraper Job Closed

September 19, 2025
ads

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

About Us
About Us

At CoinTelegraphe, we are dedicated to bringing you the latest and most insightful news, analysis, and updates from the dynamic world of cryptocurrency. Our mission is to provide our readers with accurate, timely, and comprehensive information to help them navigate the complexities of the crypto market.

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

mempool policy – How much does the extra pool help with missing transactions for compact block reconstruction?

September 20, 2025

Blog Blunders and Ad Copy Chaos ft Adrienne Shavers

September 20, 2025

One EA, Infinite Strategies: The AI Trading Personalization Revolution – My Trading – 18 September 2025

September 19, 2025
Get Informed

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

Please enable JavaScript in your browser to complete this form.
Loading
  • About us
  • Contact Us
  • Shop
  • Privacy Policy
  • Terms and Conditions
Copyright 2024 Cointelegraphe Design By Horaam Sultan.

Type above and press Enter to search. Press Esc to cancel.