Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
Home»BITCOIN NEWS»Bitcoin Core-Trying to use UTXO as a custom script
BITCOIN NEWS

Bitcoin Core-Trying to use UTXO as a custom script

By Crypto FlexsMarch 31, 20252 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Bitcoin Core-Trying to use UTXO as a custom script
Share
Facebook Twitter LinkedIn Pinterest Email

To unlock, the lock script is 15 and the maximum value is smaller than 8. Therefore, Python performed this script, replicated the top 3, checked whether it was under 15 years of age, and checked for less than 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)

Send it with this function 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 have 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 address 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 value (signature + public_key)
    txin.scriptSig = CScript((sig, my_public_key))

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

    # Broadcast the transaction
    return broadcast_transaction(tx)

It works at Classic P2PKH, but when using txout_scriptpubKey, the response is as follows.

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

Thank you for your help. I don’t know where I was wrong on the script. I used 8 first, but I thought I had to use OP_8, but it still doesn’t work. Edit: Also not accept it "(OP_5, OP_EQUAL)". You can’t accept anything other than p2pkh.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Are Investors Abandoning BTC?

March 2, 2026

Announcing the world’s first regulated, tokenized stock perpetual futures using xStocks

February 24, 2026

Why Wall Street is starting to take prediction markets seriously

February 18, 2026
Add A Comment

Comments are closed.

Recent Posts

Utexo Raises $7.5M Led By Tether To Launch Native USDT Settlements On Bitcoin

March 6, 2026

Top 10 Crypto Exchanges

March 6, 2026

Bybit And Tether Deepen Strategic Collaboration With “Golden Season,” Bringing Gold-Backed Stability To Crypto Investors

March 6, 2026

Web3 Foundation refocuses on global advocacy as the Polkadot ecosystem matures.

March 5, 2026

Beef.com Launches Infrastructure Blueprint To Build The Digital Backbone Of A Rancher-First Food Economy

March 5, 2026

Bybit TradFi Stock Festival Announces Trading Competition With 100,000 USDT Prize Pool

March 5, 2026

Nasdaq-Listed Company CIMG Signs Strategic Agreement To Acquire Core Assets Of IZUMi Finance

March 5, 2026

ChangeNOW settles cryptocurrency swaps in less than 1 minute.

March 5, 2026

Institutions are returning to Ethereum as staking records hit record highs.

March 5, 2026

Intelligence In The Age Of Crypto

March 5, 2026

Leading Enterprise-Grade Crypto Safekeeping Solutions For Institutions

March 5, 2026

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

Utexo Raises $7.5M Led By Tether To Launch Native USDT Settlements On Bitcoin

March 6, 2026

Top 10 Crypto Exchanges

March 6, 2026

Bybit And Tether Deepen Strategic Collaboration With “Golden Season,” Bringing Gold-Backed Stability To Crypto Investors

March 6, 2026
Most Popular

Vanguard blocks clients from trading SEC-approved spot Bitcoin ETFs.

January 13, 2024

Aave Chan Founder Marc Zeller Announces ‘Fee Shift’ Vote for Aave Stakers

April 6, 2024

Bearish BTC Bets Lose $100 Million Ahead of Expected SEC Bitcoin ETF Approval

January 9, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2026 Crypto Flexs

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