You don't have to delete the thread
At the left bottom corner of the thread
There's a move topic option there, you can click that and select the development and technical board.
But what do you want?
The python code in running it?
What the script mean or how's it'd been run?
What they mean can be gotten here https://en.bitcoin.it/wiki/Script
And for running the script
https://ide.scriptwiz.app/
Thanks, in case next time I want to move my topic, I appreciate.
What I need help with is just like the way I can code a tx in python example
private_key = " "
tx_input = " "
address= " "
Amount = " "
Fee = " "
Tx =
Tx_id =
print(f"TX ID: {Tx_id}")
Get the transaction id and send to a miner, how can I do this for P2SH scripts so to spend/move the content to another address ?