Yea you can create one manually with bitcoin core in the console, and then save the 3 private keys, and the redeem script to paper. Easy for a typo error though, so I'd probably use a USB thumb drive instead of paper.
From the three private keys, how do I create one bitcoin address ? Does bitcoin core support this feature ?
Yes, you can do it in bitcoin core console.
All you need is the 3 public keys in hex format (i.e. 0347f3394ff0a223332b1de34d51c4cd5cd381d390c890b82fbd00af059f22e19d).
And do the command: createmultisig 2 '["pub_key","pub_key2","pbk_key3"]'
Example to make a 2 of 3 multisig wallet.
Also, don't send any money to a multisig address unless you are comfortable with sending raw transactions.
What do you mean comfortable with sending raw transactions?
Doesn't a multisig address accept coins sent using the normal way?
In Bitcoin core, you need to manually create a raw transaction and sign it. He is talking about it. Newbies can use different client which is multisig-friendly. For example, Armory.
OK, thanks.
I didn't know about that.
So far I am only using Bitcoin Core with standard addresses but I was considering multisig addresses.
i guess I will try Armory then as I don't like too complicated things