@@ -38,3 +38,11 @@ When your node is ready to forge blocks, rotate keys and go online:
gcli --secret"my secret phrase" update-keys
gcli --secret"my secret phrase" go-online
```
### Keys
Secret and/or public keys can always be passed using `--secret` and `--address`. If needed, stdin will be prompted for secret key. An error will occur if secret and address are both given but do not match.
Secret key format can be changed using `--secret-format` with the following values:
*`substrate`: a Substrate secret address (optionally followed by a derivation path), or BIP39 mnemonic
*`seed`: a 32-bytes seed in hexadecimal (Duniter v1 compatible)