• 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

From Huobi Founder to New Huo Technology Chairman

July 28, 2026

Definition of “What is Bitcoin”?

July 28, 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

From Huobi Founder to New Huo Technology Chairman

by Coininsight
July 28, 2026
0

Leon Lin Li is a Chinese entrepreneur who founded the cryptocurrency exchange Huobi in 2013 and grew it into one...

Definition of “What is Bitcoin”?

by Coininsight
July 28, 2026
0

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Because this question may...

ADA Value Forecast: FOMC Affect on Cardano

ADA Value Forecast: FOMC Affect on Cardano

by Coininsight
July 28, 2026
0

ADA USD is buying and selling at $0.165 on July 27, 2026, pinned beneath each main shifting common and flashing...

Frax Proposal Would Allow Early frxETH Redemptions With 4% Penalty

by Coininsight
July 27, 2026
0

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure Frax governance is discussing a proposal that...

CLARITY Act Delay Shows Crypto Market Structure Fight Is Not Over

by Coininsight
July 27, 2026
0

The CLARITY Act appears unlikely to move through the Senate before the August recess, slowing the crypto market structure push...

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
Easy methods to Host a Storj Node – Setup, Earnings & Experiences

Easy methods to Host a Storj Node – Setup, Earnings & Experiences

March 11, 2025
BitHub 77-Bit token airdrop information

BitHub 77-Bit token airdrop information

February 6, 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

From Huobi Founder to New Huo Technology Chairman

July 28, 2026

Inside the $87 million BTC sell-off driving a Bitcoin treasury pivot into AI data centers

July 28, 2026

Definition of “What is Bitcoin”?

July 28, 2026

One partnership, two rulebooks: New US-UK sanctions guidance reshapes compliance

July 28, 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

From Huobi Founder to New Huo Technology Chairman

July 28, 2026

Inside the $87 million BTC sell-off driving a Bitcoin treasury pivot into AI data centers

July 28, 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