Use UTXOs before transaction is signed/broadcasted
Use UTXOs before transaction is signed/broadcasted
Suppose I have an address with a single UTXO. I want to create 100 transactions and sign/broadcast them all at once. Could I do the following:
- Create a transaction by hand (where change funds are sent to the sender address)
- Calculate the transaction ID
- Use the transaction ID and change UTXO output index to create the second transaction
- Go to step 2
Until I create 100 transactions? I suppose my question boils down to: Is it possible to calculate the TXID of a raw transaction before it is signed or broadcasted?
Thanks!
https://ift.tt/2U68M0o
Comments
Post a Comment