• About
  • Privacy Poilicy
  • Disclaimer
  • Contact
CoinInsight
  • Home
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Ripple
  • Future of Crypto
  • Crypto Mining
No Result
View All Result
  • Home
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Ripple
  • Future of Crypto
  • Crypto Mining
No Result
View All Result
CoinInsight
No Result
View All Result
Home Bitcoin

bitcoin core – Attempting to spend UTXO with customized script

Coininsight by Coininsight
March 31, 2025
in Bitcoin
0
bitcoin core – Attempting to spend UTXO with customized script
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter


To unlock, the locking script would require three numbers whose sum is 15 and most is smaller than 8. So I did this script in python, duplicating the highest 3, then checking every of them whether or not lower than 8, after eradicating them including them as much as examine if its 15.

ex2a_txout_scriptPubKey = [OP_3DUP,OP_8,OP_LESSTHAN,OP_VERIFY,OP_8,OP_LESSTHAN,OP_VERIFY,OP_8,OP_LESSTHAN,OP_VERIFY,OP_ADD,OP_ADD,OP_15,OP_EQUALVERIFY]

ship it with this perform response = send_from_P2PKH_transaction(amount_to_send, txid_to_spend, utxo_index, ex2a_txout_scriptPubKey)

def send_from_P2PKH_transaction(amount_to_send, txid_to_spend, utxo_index, txout_scriptPubKey):
    # Step 1: Create the txin
    txin = CMutableTxIn(COutPoint(lx(txid_to_spend), utxo_index)) #now we've got txin

    # Step 2: Create the txout
    txout = CMutableTxOut(amount_to_send * COIN, CScript(txout_scriptPubKey))

    # Step 3: Create the transaction
    tx = CMutableTransaction([txin], [txout])

    # Step 4: Create the txin_scriptPubKey (from the tackle holding the UTXO)
    txin_scriptPubKey = my_address.to_scriptPubKey()

    # Step 5: Create the signature
    sig = create_OP_CHECKSIG_signature(tx, txin_scriptPubKey, my_private_key)

    # Step 6: Set the txin's scriptSig worth (signature + public_key)
    txin.scriptSig = CScript([sig, my_public_key])

    # Confirm the transaction
    VerifyScript(txin.scriptSig, txin_scriptPubKey, tx, 0, (SCRIPT_VERIFY_P2SH,))

    # Broadcast the transaction
    return broadcast_transaction(tx)

It really works for traditional P2PKH, however when i exploit my txout_scriptpubkey, the response is

`400 Dangerous Request sendrawtransaction RPC error -26: scriptpubkey`

Any assistance is appreciated, I do not know the place i did improper within the script. I used 8 first however OP_8 wanted for use I suppose, however nonetheless would not work. EDIT: It additionally would not settle for "[OP_5, OP_EQUAL]". I can not make it settle for something aside from P2PKH.

Related articles

Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

March 3, 2026
Bitcoin v/s WW3: Why This Isn’t a Market Crash and What It Means for Your Portfolio

Bitcoin v/s WW3: Why This Isn’t a Market Crash and What It Means for Your Portfolio

March 3, 2026


To unlock, the locking script would require three numbers whose sum is 15 and most is smaller than 8. So I did this script in python, duplicating the highest 3, then checking every of them whether or not lower than 8, after eradicating them including them as much as examine if its 15.

ex2a_txout_scriptPubKey = [OP_3DUP,OP_8,OP_LESSTHAN,OP_VERIFY,OP_8,OP_LESSTHAN,OP_VERIFY,OP_8,OP_LESSTHAN,OP_VERIFY,OP_ADD,OP_ADD,OP_15,OP_EQUALVERIFY]

ship it with this perform response = send_from_P2PKH_transaction(amount_to_send, txid_to_spend, utxo_index, ex2a_txout_scriptPubKey)

def send_from_P2PKH_transaction(amount_to_send, txid_to_spend, utxo_index, txout_scriptPubKey):
    # Step 1: Create the txin
    txin = CMutableTxIn(COutPoint(lx(txid_to_spend), utxo_index)) #now we've got txin

    # Step 2: Create the txout
    txout = CMutableTxOut(amount_to_send * COIN, CScript(txout_scriptPubKey))

    # Step 3: Create the transaction
    tx = CMutableTransaction([txin], [txout])

    # Step 4: Create the txin_scriptPubKey (from the tackle holding the UTXO)
    txin_scriptPubKey = my_address.to_scriptPubKey()

    # Step 5: Create the signature
    sig = create_OP_CHECKSIG_signature(tx, txin_scriptPubKey, my_private_key)

    # Step 6: Set the txin's scriptSig worth (signature + public_key)
    txin.scriptSig = CScript([sig, my_public_key])

    # Confirm the transaction
    VerifyScript(txin.scriptSig, txin_scriptPubKey, tx, 0, (SCRIPT_VERIFY_P2SH,))

    # Broadcast the transaction
    return broadcast_transaction(tx)

It really works for traditional P2PKH, however when i exploit my txout_scriptpubkey, the response is

`400 Dangerous Request sendrawtransaction RPC error -26: scriptpubkey`

Any assistance is appreciated, I do not know the place i did improper within the script. I used 8 first however OP_8 wanted for use I suppose, however nonetheless would not work. EDIT: It additionally would not settle for "[OP_5, OP_EQUAL]". I can not make it settle for something aside from P2PKH.

Tags: Bitcoincore..customscriptspendUTXO
Share76Tweet47

Related Posts

Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

by Coininsight
March 3, 2026
0

Be a part of Our Telegram channel to remain updated on breaking information protection Shiba Inu is down over 60%...

Bitcoin v/s WW3: Why This Isn’t a Market Crash and What It Means for Your Portfolio

Bitcoin v/s WW3: Why This Isn’t a Market Crash and What It Means for Your Portfolio

by Coininsight
March 3, 2026
0

Headlines about escalating Center East tensions and battle, resulting in a world disaster, and World Warfare III, led to a...

Ethereum Accumulation Addresses See Continued Capital Inflows Whereas Market Volatility Persists

Ethereum Accumulation Addresses See Continued Capital Inflows Whereas Market Volatility Persists

by Coininsight
March 2, 2026
0

Trusted Editorial content material, reviewed by main trade specialists and seasoned editors. Advert Disclosure As bearish stress returns to the...

Crypto’s Quietest Month In Practically A Yr — However Hackers Have not Gone Away

Crypto’s Quietest Month In Practically A Yr — However Hackers Have not Gone Away

by Coininsight
March 2, 2026
0

February was unusually quiet for crypto thieves. After months of eye-watering losses, the business recorded simply $26.5 million in complete...

Senate Dems Push DOJ, Treasury To Probe Binance

Senate Dems Push DOJ, Treasury To Probe Binance

by Coininsight
March 2, 2026
0

Eleven Democrats on the U.S. Senate Banking, Housing, and City Affairs Committee are urgent the Trump administration to research Binance...

Load More
  • Trending
  • Comments
  • Latest
MetaMask Launches An NFT Reward Program – Right here’s Extra Data..

MetaMask Launches An NFT Reward Program – Right here’s Extra Data..

July 24, 2025
Finest Bitaxe Gamma 601 Overclock Settings & Tuning Information

Finest Bitaxe Gamma 601 Overclock Settings & Tuning Information

November 26, 2025
Naval Ravikant’s Web Price (2025)

Naval Ravikant’s Web Price (2025)

September 21, 2025
Haedal token airdrop information

Haedal token airdrop information

April 24, 2025
Kuwait bans Bitcoin mining over power issues and authorized violations

Kuwait bans Bitcoin mining over power issues and authorized violations

2
The Ethereum Basis’s Imaginative and prescient | Ethereum Basis Weblog

The Ethereum Basis’s Imaginative and prescient | Ethereum Basis Weblog

2
Unchained Launches Multi-Million Greenback Bitcoin Legacy Mission

Unchained Launches Multi-Million Greenback Bitcoin Legacy Mission

1
Earnings Preview: Microsoft anticipated to report larger Q3 income, revenue

Earnings Preview: Microsoft anticipated to report larger Q3 income, revenue

1
The three largest stinkers in my SIPP plunged once more this week – what on earth ought to I do?

Why worth shares are outperforming progress shares in 2026

March 3, 2026
Nasdaq Needs Buyers to Make Sure or No Bets on Its Index amid Occasion-Buying and selling Increase

Nasdaq Needs Buyers to Make Sure or No Bets on Its Index amid Occasion-Buying and selling Increase

March 3, 2026
Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

Shiba Inu Eyes Potential Rebound as Ethereum Tokenization Expands

March 3, 2026
Easy methods to Turn out to be a Fintech Skilled?

Easy methods to Turn out to be a Fintech Skilled?

March 3, 2026

CoinInight

Welcome to CoinInsight.co.uk – your trusted source for all things cryptocurrency! We are passionate about educating and informing our audience on the rapidly evolving world of digital assets, blockchain technology, and the future of finance.

Categories

  • Bitcoin
  • Blockchain
  • Crypto Mining
  • Ethereum
  • Future of Crypto
  • Market
  • Regulation
  • Ripple

Recent News

The three largest stinkers in my SIPP plunged once more this week – what on earth ought to I do?

Why worth shares are outperforming progress shares in 2026

March 3, 2026
Nasdaq Needs Buyers to Make Sure or No Bets on Its Index amid Occasion-Buying and selling Increase

Nasdaq Needs Buyers to Make Sure or No Bets on Its Index amid Occasion-Buying and selling Increase

March 3, 2026
  • About
  • Privacy Poilicy
  • Disclaimer
  • Contact

© 2025- https://coininsight.co.uk/ - All Rights Reserved

No Result
View All Result
  • Home
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Ripple
  • Future of Crypto
  • Crypto Mining

© 2025- https://coininsight.co.uk/ - All Rights Reserved

Social Media Auto Publish Powered By : XYZScripts.com
Verified by MonsterInsights