1
I'm trying to figure out multisigs and have just created a 2 of 3 multisig as follows:
createmultisig 2 '["public_key_1","public_key_2","public_key_3"]'
This returns 2 values
Value 1: Address
Value 2: redeemScript
Now, if I want to fund this multisig, where do I send the funds? I typed in Value 1 into blockr.io, and it said that is an invalid key. So how do I get the public key for that multisig?
I am trying to learn the hard way, using bitcoin-core.
So basically, for the next step in my learning, I want to send that multisig some funds using the testnet, but I don't know where to get the public key for that multisig.