Operator Tips & Tricks
Insert key to Keystore:
This might be useful if you decided to switch domains or already have the secret phrase. Read more about switching domain in the next section.
To insert the key, use the following command:
subspace-node domain key insert \
--base-path NODE_DATA_PATH --domain-id DOMAIN_ID --keystore-suri "<Secret phrase>"
The command above will insert the keypair in the subfolder of NODE_DATA_PATH/domains/DOMAIN_ID/keystore
.
suri
is the secret phrase of the operator key.