Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SLOT
  • CASINO
  • SPORTSBET
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SLOT
  • CASINO
  • SPORTSBET
  • 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

Free bitcoin.in app withdrawal request My satoshi

October 3, 2025

Goose boom bang! Slot -Collision, Cash and Manga Massacre

September 27, 2025

Cardano is 4% away, saying that Hoskinson will break the Internet.

September 21, 2025
Add A Comment

Comments are closed.

Recent Posts

FLOKI Funds Clean Water Wells In Africa Through Partnership With WWFA

October 8, 2025

Jiuzi Holdings, Inc. Announces Phased Rollout Of $1 Billion Cryptocurrency Acquisition Plan; First Bitcoin Purchase To Be Completed Within Two Weeks

October 8, 2025

Rome Launches Its Genesis NFT Collection “Imperia” On Magic Eden Launchpad

October 8, 2025

BNB price is less than $1,300 on Meme Season Buzz

October 8, 2025

Cryptocurrency trader, OTC fraud claims $ 1.4 million losses, guessing due to KUCOIN deposits

October 7, 2025

Meanwhile, Bitcoin Life Insurer, Secures $82M To Meet Soaring Demand For Inflation-Proof Savings

October 7, 2025

Pepeto Presale Exceeds $6.93 Million; Staking And Exchange Demo Released

October 7, 2025

Eightco Holdings Inc. ($ORBS) Digital Asset Treasury Launches “Chairman’s Message” Video Series

October 7, 2025

Zeta Network Group Enters Strategic Partnership With SOLV Foundation To Advance Bitcoin-Centric Finance

October 7, 2025

Saylor tells MRBAST to buy Bitcoin even after pause the BTC purchase.

October 7, 2025

Bitcoin Steadies at Rally -Is another powerful brake out just in the future?

October 6, 2025

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

FLOKI Funds Clean Water Wells In Africa Through Partnership With WWFA

October 8, 2025

Jiuzi Holdings, Inc. Announces Phased Rollout Of $1 Billion Cryptocurrency Acquisition Plan; First Bitcoin Purchase To Be Completed Within Two Weeks

October 8, 2025

Rome Launches Its Genesis NFT Collection “Imperia” On Magic Eden Launchpad

October 8, 2025
Most Popular

In the CFTC crackdown, OKX’s perps dex lunch stops: What is the following?

September 22, 2025

Consensys Acquires Wallet Guard to Protect MetaMask Users from Hacks and Fraud

July 3, 2024

EMURGO partners with Huawei Cloud to expand Cardano network

April 13, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Crypto Flexs

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