0
Given a script using Multisig, how can I convert addresses to hash that can be used in the script then assemble the script and then launch it inside a transaction on Bitcoin testnet that can viewed on a block explorer ?
Also how to encode argument for OP_CHECKLOCKTIMEVERIFY in order to set validity in terms of a block height ?
The script uses some rare but still valid Opcodes so full Opcode set needs to be supported by the assembler. – user2284570 – 2019-03-28T12:55:28.493