How do I make the issue command require admin consensus?

+1 vote
I need to make the Issue command need a previous consensus before making such issue, such as:

If admin1 issues a currency, it requires first for the admin2/admin3 and all other admins to consent before issuing such currency

Can someone point me in the right direction please?
asked Mar 2, 2016 by beyzaguirre

1 Answer

0 votes

I'm afraid this is not easy to do in MultiChain right now. Your closest equivalent would be to use the admin-consensus-issue blockchain parameter to insist on several admins agreeing before issue permissions are granted to a new address. The permission grant could be for a narrow time window in terms of start and end blocks, and this address could then perform the issuance in that window, before losing its permission.

On the roadmap is the ability to assign issuance permissions to a P2SH multisig address, which could for example be 3-of-3. In that case the issuance would have to be signed by all three of those addresses before it would be accepted, which sounds like exactly what you're looking for.

answered Mar 2, 2016 by MultiChain
Tutorial for 2-of-2 P2SH?
...