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

MA Crosses MT4 Indicator – ForexMT4Indicators.com

October 10, 2025

Google Search Ranking Volatility Heats Up October 7th and 8th

October 10, 2025

Analyst Predicts XRP Could Stand Among The ‘Greatest’ Assets In Modern History

October 9, 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

Analyst Predicts XRP Could Stand Among The ‘Greatest’ Assets In Modern History

October 9, 2025

Bitcoin Technical Analysis for July 2019

October 9, 2025

Brazil’s OranjeBTC Goes Public, Boosts LATAM Bitcoin Push

October 8, 2025

Rally Fueled by ‘Perfect Storm,’ ETH, DOGE, BNB Surge

October 7, 2025
Add A Comment
Leave A Reply Cancel Reply

Top Insights

MA Crosses MT4 Indicator – ForexMT4Indicators.com

October 10, 2025

Google Search Ranking Volatility Heats Up October 7th and 8th

October 10, 2025

Analyst Predicts XRP Could Stand Among The ‘Greatest’ Assets In Modern History

October 9, 2025

Daily Broad Market Recap – October 8, 2025

October 9, 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

MA Crosses MT4 Indicator – ForexMT4Indicators.com

October 10, 2025

Google Search Ranking Volatility Heats Up October 7th and 8th

October 10, 2025

Analyst Predicts XRP Could Stand Among The ‘Greatest’ Assets In Modern History

October 9, 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.