Browsing: transaction
op return – What is the justification for allowing multiple OP_RETURN outputs per transaction in Bitcoin Core v30?
Since its introduction in 2014, OP_RETURN was limited to a single output per transaction. This helped ensure that it was…
multi signature – Is it a hard fork to retroactively delete transaction data and replace it with a ZKP?
The definition of hard fork is that it’s a relaxation of the consensus rules; in other words, some blocks are…
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;…