Author

Topic: scriptPubKey with OP_MUL (Read 97 times)

newbie
Activity: 1
Merit: 0
November 27, 2018, 02:09:42 AM
#2
Hello there, I'm trying to make a spliting transcation for Bitcoin's fork BSV. As far I know, there are old satoshis opcodes unlocked.
I've tried to add something like this in output:
OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG OP_1 OP_1 OP_MUL OP_DROP
and other combinations, but it always fail without error message. On some tx-broadcast sites it returns just scriptpubkey fail, even with valid stack script with eg. OP_ADD
Is there any restrictions with arithmetic instructions in spending script?

PS. OP_MUL is unblocked in BSV fork
PSS. If this is not a good subforums please move it,

Thanks in advice

Here's some example transaction which I trying to make:

0100000001ebccd85638acbfa3233d572f1fb7d7ae663402692166b60030abe8babbe5d40a000000006b48SIG
ffffffff01
f3e84e00000000001d76a9144f13e62a31fa0f883ed0ab4b4cd61458794c62ff88ac51519375
a5840800
copper member
Activity: 19
Merit: 3
CIO at HODLER.TECH
November 26, 2018, 01:47:33 PM
#1
Hello there, I'm trying to make a spliting transcation for Bitcoin's fork BSV. As far I know, there are old satoshis opcodes unlocked.
I've tried to add something like this in output:
OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG OP_1 OP_1 OP_MUL OP_DROP
and other combinations, but it always fail without error message. On some tx-broadcast sites it returns just scriptpubkey fail, even with valid stack script with eg. OP_ADD
Is there any restrictions with arithmetic instructions in spending script?

PS. OP_MUL is unblocked in BSV fork
PSS. If this is not a good subforums please move it,

Thanks in advice

Here's some example transaction which I trying to make:

0100000001ebccd85638acbfa3233d572f1fb7d7ae663402692166b60030abe8babbe5d40a000000006b48SIG
ffffffff01
f3e84e00000000001d76a9144f13e62a31fa0f883ed0ab4b4cd61458794c62ff88ac51519375
a5840800
Jump to: