Skip to content

Commit

Permalink
Added Hetzner and Melbicom as well added more context to OVHcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
codyvoi committed Mar 27, 2024
1 parent 315c131 commit ce6ab84
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Retrieve the mnemonic of an existing account with the following command:
~/voi/bin/get-account-mnemonic <account_address>
```

!!! 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:
Expand All @@ -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:
Expand All @@ -40,6 +47,9 @@ Generate a participation key for an existing account with the following command:
~/voi/bin/generate-participation-key <account_address>
```

!!! 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:
Expand All @@ -48,6 +58,14 @@ Check the participation status of an existing account with the following command
~/voi/bin/get-participation-status <account_address>
```

### 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:
Expand Down

0 comments on commit ce6ab84

Please sign in to comment.