Skip to content

Commit

Permalink
Add information how to set telemetry guid
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 3, 2024
1 parent c1dcebc commit 6587b01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/installation/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Setting up a new Voi Node


## New to Voi

!!! tip
Expand All @@ -15,8 +16,10 @@ To set up a new Voi node, run the following command:
## Using an Existing Account/Address with Mnemonic

!!! tip inline end
If you are migrating from an existing setup, and want to use the same account/mmenomic with Voi Swarm
* If you're migrating from an existing setup and wish to use the same account or mnemonic with Voi Swarm,
this is the option for you.
* If you're interested in [migrating your GUID and telemetry name](../../updating/telemetry/#getting-your-telemetry-status) for the
purpose of health rewards, you can do so post-installation.

If you have an existing account/address with a mnemonic that you want to use, set the **VOINETWORK_IMPORT_ACCOUNT**
environment variable to **1** and run the installation script:
Expand All @@ -39,6 +42,8 @@ export VOINETWORK_SKIP_WALLET_SETUP=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/voi-swarm/main/install.sh)"
```



## Setting a Custom Telemetry Name as Part of Installation (advanced)

!!! info
Expand Down
12 changes: 11 additions & 1 deletion docs/updating/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ To update your telemetry name after installation, or to opt-out, you can run the
~/voi/bin/set-telemetry-name
```

## Getting Your Telemetry status
## Getting Your Telemetry Status

To get your telemetry status, including enablement/name/GUID, you can run the following command:

```bash
~/voi/bin/get-telemetry-status
```

## Setting Your Telemetry Name and GUID
When updating servers
or reinstalling, it may be desirable to keep the same telemetry name and GUID for health rewards purposes.

To set your telemetry name and GUID, you can run the following command:

```bash
~/voi/bin/set-telemetry-name <telemetry_name> <telemetry_guid>
```

0 comments on commit 6587b01

Please sign in to comment.