Просмотр исходного кода

doc/ircd: added recover public key section

Dastan-glitch 3 лет назад
Родитель
Сommit
c6dab5e7a5
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      doc/src/misc/ircd/private_message.md

+ 7 - 0
doc/src/misc/ircd/private_message.md

@@ -31,6 +31,13 @@ visible on the IRC chat.
 
 
 See the [example ircd_config.toml](https://github.com/darkrenaissance/darkfi/blob/master/bin/ircd/ircd_config.toml) for more details
 See the [example ircd_config.toml](https://github.com/darkrenaissance/darkfi/blob/master/bin/ircd/ircd_config.toml) for more details
 
 
+It's always a good practice to save your keys somewhere safe, but in 
+case you lost your Public Key and you still have your Private key in 
+`ircd_config.toml` file, you recover the Public Key like so:
+```shell
+% ircd --recover-pubkey {your_private_key}
+```
+
 ## Example
 ## Example
 Lets start by configuring our contacts list in the generated `ircd_config.toml` file
 Lets start by configuring our contacts list in the generated `ircd_config.toml` file
 (you can also refer to the examples written in the comments of the toml file)
 (you can also refer to the examples written in the comments of the toml file)