May 2, 2026

manually signing bitcoin transaction

I’m trying to create a BTC transaction with one input and two outputs, one for change and one OP_RETURN to anchor data. And I’m doing all of that on my regtest backend. The raw unsigned […]

Read More

Walking through a transaction script

As an example, I would like to consider this transaction: https://blockchain.info/tx/6f7cf9580f1c2dfb3c4d5d043cdbb128c640e3f20161245aa7372e9666168516 I have three questions: 1) The first two entries in the stack are <sig> and <pubKey> for each input. However, the inputs are just […]

Read More

Walking through a transaction script – blockchain.info

As an example, I would like to consider this transaction: https://blockchain.info/tx/6f7cf9580f1c2dfb3c4d5d043cdbb128c640e3f20161245aa7372e9666168516 I have three questions: 1) The first two entries in the stack are <sig> and <pubKey> for each input. However, the inputs are just […]

Read More