Author

Topic: How to assemble this type of pay to pubkey hash transaction ? (Read 134 times)

member
Activity: 285
Merit: 27
So niw you don't want a wallet?

You can make a virtual environment, install one and then just delete everything I don't knie why you're making it so hard for yourself.

Look at python venv and how it works for a virtual environment.
I installed and downloaded the blockchain of Bitcoin core since then.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
So niw you don't want a wallet?

You can make a virtual environment, install one and then just delete everything I don't knie why you're making it so hard for yourself.

Look at python venv and how it works for a virtual environment.
member
Activity: 285
Merit: 27
I’d like to perform a transaction like this…
Code:
 CHECKLOCKTIMEVERIFY DROP DUP HASH160  EQUALVERIFY CHECKSIG
Which brings many questions :
— How to encode
Code:
for setting the timing as a block height ?
— How to convert an address to a pubkeyHash ?
— How to assemble this into bytecode the network can understand ?
— How to automatically select utxo ?
— How to publish the resulting transaction to Bitcoin testnet ?

I’d like to install nothing. Which means I’d prefer a web service. Otherwise Windows or Linux is Ok.
Also, yes I’d like to do this from a Wallet or a private key as Text. And as result, I don’t want to perform signing an utxo selection manually. I mean automatically like with a normal transaction as only the output needs to be manual.
Jump to: