Author

Topic: Create Multisig Wallet with public key? (Read 112 times)

legendary
Activity: 3472
Merit: 10611
February 27, 2021, 11:41:10 PM
#5
Those are addresses. You cannot create a multisig redeem script from addresses as they are the hash of the public keys.
You shouldn't do this and I'm going off-topic but it is not impossible.
Redeem script 2of2 multi-sig:
Code:
OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHEKSIGVERIFY
OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHEKSIG
To spend (same as spending multisig):
Code:

newbie
Activity: 16
Merit: 4
February 27, 2021, 10:34:35 AM
#4
If you have the ECDSA public keys of the addresses, you can create a multisig address and it's corresponding redeem script but you won't be able to import it. You can use createmultisig function from the console as below:
Code:
createmultisig(2,["PUBKEY1","PUBKEY2"])
Thanks a lot!
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
February 27, 2021, 09:59:36 AM
#3
Those are addresses. You cannot create a multisig redeem script from addresses as they are the hash of the public keys.

If you have the ECDSA public keys of the addresses, you can create a multisig address and it's corresponding redeem script but you won't be able to import it. You can use createmultisig function from the console as below:
Code:
createmultisig(2,["PUBKEY1","PUBKEY2"])
legendary
Activity: 2464
Merit: 3878
Hire Bitcointalk Camp. Manager @ r7promotions.com
February 27, 2021, 09:40:52 AM
#2
Is there a way within Electrum to create Multisig Addresses based on public keys?

To put in in other words, is there a way to create for example a 2-of-3 multisig from

1UiQ...
1Ais...
1YiP...
As far as I know the answer is "No".
This is not logical too. You need Master public key in between all the co-signers to create the multisig wallet.
newbie
Activity: 16
Merit: 4
February 27, 2021, 09:25:28 AM
#1
Electrum seems IMHO only to support multisig addresses based on master public keys.

Is there a way within Electrum to create Multisig Addresses based on public keys?

To put in in other words, is there a way to create for example a 2-of-3 multisig from

1UiQ...
1Ais...
1YiP...

ZappyLappy

Jump to: