From ce6ab84db65983ea928c911a8d490174fc95676b Mon Sep 17 00:00:00 2001 From: codyvoi Date: Wed, 27 Mar 2024 08:40:37 -0500 Subject: [PATCH] Added Hetzner and Melbicom as well added more context to OVHcloud --- docs/cli-tools.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/cli-tools.md b/docs/cli-tools.md index a47cf52..60a4ce0 100644 --- a/docs/cli-tools.md +++ b/docs/cli-tools.md @@ -24,6 +24,10 @@ Retrieve the mnemonic of an existing account with the following command: ~/voi/bin/get-account-mnemonic ``` +!!! warning + Make sure to write down or back up the 25 word seed phrase that appears. This phrase will be needed to recover your + assets. Here are some ways to [protect your seed phrase](https://coinmarketcap.com/academy/article/how-to-protect-your-seed-phrase) + ### Importing an Account Import an existing account with the following command: @@ -32,6 +36,9 @@ Import an existing account with the following command: ~/voi/bin/import-account ``` +!!! note + This is for if you made a wallet on a different terminal or a 3rd party wallet provider. *i.e Kibisi or A-Wallet* + ### Generating Participation Key Generate a participation key for an existing account with the following command: @@ -40,6 +47,9 @@ Generate a participation key for an existing account with the following command: ~/voi/bin/generate-participation-key ``` +!!! note + Your participation key will expire after 90 days and will need to be regenerated. + ### Checking Participation Status Check the participation status of an existing account with the following command: @@ -48,6 +58,14 @@ Check the participation status of an existing account with the following command ~/voi/bin/get-participation-status ``` +### Regenerating Participation Key + +After 2 million blocks or 90 days you will need to regenerate a new participation key with the following command: + +```bash +`/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"` +``` + ### Going Online Bring an existing account online with the following command: