With the electrum multisig I made a wallet, but I can't restore it with just 2 pieces of information. It may be 2-of-3 in terms of signing the transactions, but is it 2-of-3 in terms of restoring the entire wallet?
It should be 2 seeds and 1 xpub. That should be enough to restore the wallet.
Ok so I just tried it and this is exactly how you would restore if you didn't have all the seeds. 2 seeds and one xpub. If you have just one seed then 1 seed + 2 xpubs would create a watch only wallet.
Also the commands on the website initially didn't work for me with electrum 2.6. I had to add the options after "make_seed" for it to work.
So "electrum --nbits=256 make_seed" had to be changed to "electrum make_seed --nbits=256"
and "electrum --entropy=123456 make_seed" had to be "electrum make_seed --entropy=123456"
maybe double-check and update the webpage?
Thank you for that. I've corrected the page.