addmultisigaddress
#
CommandAdd a nrequired-to-sign multisignature address to the wallet. Requires a new wallet backup.
Each key is a PAC address or hex-encoded public key.
This functionality is only intended for use with non-watchonly addresses.
See importaddress
for watchonly p2sh address support.
If 'label' is specified, assign address to that label.
#
Argumentsnrequired
*#
(numeric, required)
The number of required signatures out of the n keys or addresses.
keys
*#
(string, required)
A json array of PAC addresses or hex-encoded public keys
label
#
(string, optional)
A label to assign the addresses to.
#
ExamplesAdd a multisig address from 2 addresses
As json rpc call
#
ResultRunning following help command
Will produce following output: