Can I rely on multisignature addresses being future proof?

3

I am afraid to store my bitcoin in a multisig address.

In the future, if the Bitcoin protocol is updated, could there be any problems with multisig addresses? Are they safe to store bitcoin in for long term investments?

Is there any chance to lose my Bitcoin stored in a multibit address due to Bitcoin system updates/upgrades?

Sh Sh

Posted 2016-10-26T07:45:34.317

Reputation: 366

Answers

5

Multisig transaction types use standard CHECKMULTISIG opcodes (which have been present in Bitcoin since its initial release in January 2009) and P2SH addresses (standardized in BIP13 in October 2011). Both are very commonplace nowadays.

Consensus changes sometimes happen in Bitcoin, to add features or improve security. However, to the best of my knowledge, valid useful scripts have never been invalidated by such changes, nor do I expect such a thing to ever happen. Loss of money caused by a protocol change should and likely would cause an outrage.

Pieter Wuille

Posted 2016-10-26T07:45:34.317

Reputation: 54 032