blockchain / unused-My-Wallet

Legacy Blockchain Web Wallet - current version is at https://github.com/blockchain/My-Wallet-V3-Frontend
205 stars 127 forks source link

Support sending to P2SH addresses #59

Closed devrandom closed 10 years ago

devrandom commented 10 years ago

Hi,

This pull request will enable My Wallet to send to P2SH (3XXX) addresses.

The motivation behind this is to allow interoperability between Bitcoin wallets in handling multisignature transactions, improving security and enabling new applications (such as arbitration).

Currently, Electrum, bitocoind and Coinbase support sending to P2SH. BitcoinJ wallets are slated to support P2SH in the next release cycle (including Android Wallet and Multibit).

Note that I didn't update bitcoinjs.js and bitcoinjs-min.js since I couldn't find the minify.sh script. I also see some differences between the jsbn that is in bitcoinjs.js and the source files.

Let me know if any adjustments are needed to the pull request.

devrandom commented 10 years ago

ping?