fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 28 forks source link

Add command to convert main account to multisig #305

Closed fboucquez closed 2 years ago

fboucquez commented 2 years ago
  1. Multisig Account: We're missing the legacy option requested by Stir Network where a service provider knows the privateKey, and the mainKey is turned into a multisigAccount controlled by the user.

Spin-off https://github.com/symbol/symbol-bootstrap/pull/299.

fboucquez commented 2 years ago

The modifyMultisig has been implemented in https://github.com/symbol/symbol-bootstrap/pull/307

It converts/modifies the main account into a multisig.

Example: Converting the main account to a multisig where A,B,C are cosigners with 2 min approval and 2 min removal.

symbol-bootstrap modifyMultisig -addressAdditions A,B,C -addressDeletions '' --minApprovalDelta 2 --minRemovalDelta 2

If the params are not provided, they will be prompted.