Can we do Multisignature transaction for bitcoin_cash?

0

I tried implementing multi-signature for bitcoin and it worked successfully. Is it possible to implement multi-signature transactions for Bitcoin_Cash?

merklexy

Posted 2018-02-28T11:36:19.117

Reputation: 87

Answers

1

Yes, Bitcoin Cash supports exactly the same script opcodes as Bitcoin (as of this writing), so multisig transactions can be created and spent in exactly the same way.

Nate Eldredge

Posted 2018-02-28T11:36:19.117

Reputation: 21 420

Could you give me an example to create the multisig transaction for bitcoin cash?merklexy 2018-02-28T19:28:30.723

Perhaps you can explain what you are doing for Bitcoin. It should be very easy to adapt it for Bitcoin Cash.Nate Eldredge 2018-02-28T20:50:59.830