Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
  • CASINO
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
  • CASINO
Crypto Flexs
Home»BITCOIN NEWS»bitcoinjs – Transaction transfer failed (script not found for input #0)
BITCOIN NEWS

bitcoinjs – Transaction transfer failed (script not found for input #0)

By Crypto FlexsJanuary 10, 20241 Min Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
bitcoinjs – Transaction transfer failed (script not found for input #0)
Share
Facebook Twitter LinkedIn Pinterest Email

I tried making a simple BTC transfer but got the following error: Script not found for input #0. What am I missing?

const bitcoin = require("bitcoinjs-lib");
const ECPairFactory = require("ecpair");
const ecc = require("tiny-secp256k1");
const  RegtestUtils  = require("regtest-client");

module.exports = async function (req, res) 
    const regtestUtils = new RegtestUtils(
        APIURL: "https://regtest.bitbank.cc/1",
        APIPASS: "satoshi",
    );

    const network = regtestUtils.network; // regtest network params

    const ECPair = ECPairFactory.ECPairFactory(ecc);
    const keyPair = ECPair.fromWIF(
        "xxxxxxxx"
    );

    const p2pkh = bitcoin.payments.p2pkh(
        pubkey: keyPair.publicKey,
        network,
    );

    const unspent = await regtestUtils.faucet(p2pkh.address, 2e4);

    const txb = new bitcoin.Psbt( network );
    txb.setVersion(2)
        .setLocktime(0)
        .addInput(
            hash: unspent.txId,
            index: unspent.vout,
        )
        .addOutput(
            address: regtestUtils.RANDOM_ADDRESS,
            value: 1e4,
        )
        .signAllInputs(keyPair);

    const tx = txb.build();

    console.log("hash", tx.toHex());

    return;

    // build and broadcast to the Bitcoin Local RegTest server
    await regtestUtils.broadcast(tx.toHex());

    // This verifies that the vout output of txId transaction is actually for value
    // in satoshis and is locked for the address given.
    // The utxo can be unconfirmed. We are just verifying it was at least placed in
    // the mempool.
    await regtestUtils.verify(
        txId: tx.getId(),
        address: regtestUtils.RANDOM_ADDRESS,
        vout: 0,
        value: 1e4,
    );

    res.status(400).json(
        error: false,
        message: address,
    );
;

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Is it really possible to sell Memecoins?

July 29, 2025

Big Bob Slot -Self -There fish, bite wins!

July 23, 2025

The strategy has hit the highest market cap since the Rally Bitcoin rally.

July 17, 2025
Add A Comment

Comments are closed.

Recent Posts

Pepescape Crypto Presale Raises $1M As Ethereum Eyes $6K, Community-Owned Exchange Gigacex Unveiled

July 30, 2025

Midl Secures $2.4M Seed Investment From Draper Associates And Draper Dragon To Pioneer Native DApp Infrastructure On Bitcoin

July 30, 2025

LayerBTC starts $ LBTC ICO to power the new Bitcoin Layer 2 for Apps and Defi.

July 30, 2025

Asia Morning Briefing: SEC’s in -kind BTC, ETH ETF reduction shift occurred in Hong Kong a few years ago.

July 30, 2025

XRP Open Interests decrease by $ 2.4B after recent sale

July 30, 2025

Is it really possible to sell Memecoins?

July 29, 2025

Encryption Inheritance Update: July 2025

July 29, 2025

Charting the Course for the Future of Decentralized Platforms

July 29, 2025

Blockchain For Good Alliance Leads Global Digital Cooperation At UN IGF 2025

July 29, 2025

Queens Park Rangers And TokenFi Announces New Partnership

July 29, 2025

Onchain AI Agents Go Live With USDC & Coinbase X402

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

Pepescape Crypto Presale Raises $1M As Ethereum Eyes $6K, Community-Owned Exchange Gigacex Unveiled

July 30, 2025

Midl Secures $2.4M Seed Investment From Draper Associates And Draper Dragon To Pioneer Native DApp Infrastructure On Bitcoin

July 30, 2025

LayerBTC starts $ LBTC ICO to power the new Bitcoin Layer 2 for Apps and Defi.

July 30, 2025
Most Popular

Bitfinex Pay – Release V0.6.4

April 8, 2024

Indian Supreme Court YouTube Channel Hacked to Sell XRP

September 20, 2024

Understanding Challenge of Adopting Encourage: Insights by WorldCoin

May 18, 2025
  • 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.