Author

Topic: Could someone test a multisig transaction with me using electrum? (Read 1875 times)

newbie
Activity: 5
Merit: 0
It won't work, with base electrum.

However, this patch applied to 1.9.5 will make it work, with the exact syntax as bitcoind -- you have to supply the private key yourself however. It won't look it up from the wallet.... at least I don't think it does. I never tested it that much as this code was turned into a plugin later on.

http://pastebin.com/B7x0fTQr

sr. member
Activity: 412
Merit: 266
I have a site which generates multisig addresses given the right public keys, and asks users to sign locally on their computer/client. So far I've only gotten it working with Bitcoind. Would anyone here be willing to test out a 2of2 transaction, where you input a public key from your electrum MPK?

The site asks you to enter a transaction ID for your payment to the multisig address, and to enter an address to send the funds back to. I've tried it with electrum, but been unsuccessful with it. It appears it doesn't recognize the transaction, because it doesn't have all the keys in the wallet.. But the functionality seems there, so I'm sure it can be done by someone who knows electrum/python a bit better.

Test site: http://multisig.thomaskerin.tk
Testnet: http://multisigtestnet.thomaskerin.tk
Sauce: http://github.com/Bit-Wasp/multisig

sr. member
Activity: 412
Merit: 266
I have a site which generates multisig addresses given the right public keys, and asks users to sign locally on their computer/client. So far I've only gotten it working with Bitcoind. Would anyone here be willing to test out a 2of2 transaction, where you input a public key from your electrum MPK?

The site asks you to enter a transaction ID for your payment to the multisig address, and to enter an address to send the funds back to. I've tried it with electrum, but been unsuccessful with it. It appears it doesn't recognize the transaction, because it doesn't have all the keys in the wallet.. But the functionality seems there, so I'm sure it can be done by someone who knows electrum/python a bit better.

Test site: http://multisig.thomaskerin.tk
Sauce: http://github.com/Bit-Wasp/multisig
Jump to: