Browsing: transaction
segregated witness – Why doesn’t my Taproot transaction builder (buildTaprootTx using @cmdcode/tapscript) work as expected?
I wrote the following function to build and sign Taproot (P2TR) transactions using @cmdcode/tapscript. My intention is to support both…
The transaction history made to the address via the Electrum Testnet wallet is not displayed
I am new to this business, so I apologize for such a possibly basic and stupid question, I tried to…
I am trying to send the bitcoin with my private key using the script and the bitcoinjs-lib. I am constantly…
lightning network – How the is the refund transaction in Asymmetric Revocable Commitments constructed?
When you first create the channel, the first thing Hitesh and Irene do is sign the initial commitments, which assigns…
Zashi just got a major UX upgrade! The latest update introduces powerful tools to search, filter, and manage transactions effortlessly.…
Transactions are never cancelled, and there is no refund. However, the sender also does not need to wait for anything…
Does the user not need to specify the amount in the transaction creation process as the amount is implicitly determined by the UTXOs they select?
Reading this again after @amaclin’s answer, I realize that you might have indeed been asking about the input amounts rather…
Bitcoin Core hard-codes the coinbase transaction to one output coinbaseTx.vout.resize(1) as defined in src/node/miner.cpp // Create coinbase transaction. CMutableTransaction coinbaseTx;…
I’m trying to create and sign a Bitcoin transaction using BitcoinJS on the testnet. However, I’m encountering an error when…