Setting up a Staking Proxy Account
Creditcoin CLI
creditcoin
comes bundled with the Creditcoin Docker image and provides the required tools to add, remove and manage Proxy Accounts through its proxy
subcommand.
Adding proxies
To add a proxy account that can sign extrinsics on behalf of the main account, run the proxy add
command with the --proxy
option with the address of the account you wish to add and specify the permissions this account will have with the --type flag
. Type can be either All
, Staking
or NonTransfer
.
Listing proxies
After adding an account as a proxy, running the proxy list
command should return the recently added proxy and any others that have been added in the past.
Removing proxies
Proxies can be removed in a similar way using the proxy remove
command.
Last updated