The multi-sig-addresses tag has no wiki summary.
5
votes
2answers
107 views
How many different formats can a public address take?
I'm creating an offline index to report off of the block chain. I plan on indexing each transaction based on the address displayed in the TX.
Are all addresses Base58? I believe I also read about ...
0
votes
0answers
46 views
Should multi-sig signing be in the same order as used to create the key?
Should multi-sig signing be in the same order as used to create the key?
Example,
addmultisigaddress 2 '["189ky5WVDcfEZ2wzGHCSmH9vFJztfRLZJq",
"188s5qzVP6SeEsbz6ASByDBqwGmgKJC8uU"]'
...
2
votes
1answer
98 views
How will multisig addresses work?
How will multisig addresses work? Will they consist of multiple traditional addresses, or will they have some different structure? Will one be able to specify whether they will require 2 out of 2, 2 ...