From b0b7649ec662778011fc94ff371bc37fb7b98234 Mon Sep 17 00:00:00 2001 From: Christopher Brumm <97845034+christopherbrumm@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:37:55 +0200 Subject: [PATCH] update: faucet; KSYNC upgrades. (#85) --- docs/protocol_devs/development/developing_runtime.md | 7 +++++++ docs/token_holders/overview.md | 7 +++++++ .../protocol_nodes/pools/archway_state-sync/run_ksync.md | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/docs/protocol_devs/development/developing_runtime.md b/docs/protocol_devs/development/developing_runtime.md index 43241a9..de8b16c 100644 --- a/docs/protocol_devs/development/developing_runtime.md +++ b/docs/protocol_devs/development/developing_runtime.md @@ -167,3 +167,10 @@ If you're curious how a real [Pool](https://app.korellia.kyve.network/#/pools/30 ## Joining your Pool and testing your Runtime Once your pool and runtime are ready you can join your pool. For that simply use KYSOR (example [here](https://docs.kyve.network/validators/protocol_nodes/pools/cosmos_hub/installation#install-kyve-protocol-validator)) and follow the steps but just for your pool on Korellia. + +## $KYVE Faucet + +To participate in the Testnet **Kaon** or the Devnet **Korellia**, you will need tokens that can be obtained through faucets. + +- **[Kaon Faucet](https://app.kaon.kyve.network/#/faucet)** +- **[Korellia Faucet](https://app.korellia.kyve.network/#/faucet)** \ No newline at end of file diff --git a/docs/token_holders/overview.md b/docs/token_holders/overview.md index 0a28281..c95d03f 100644 --- a/docs/token_holders/overview.md +++ b/docs/token_holders/overview.md @@ -36,3 +36,10 @@ import LastUpdated from '/src/components/LastUpdated'; There are multiple use cases for $KYVE ranging from simple delegation to specific KYVE features like funding or participating in Storage Pools. The following use cases are explained in detail in the following pages. KYVE mainnet has just launched. Currently, you can only delegate $KYVE to consensus validators, run a consensus validator, or participate in KYVE governance. Further participation will open up as soon as data pools launch on mainnet. + +## $KYVE Faucet + +To participate in the Testnet **Kaon** or the Devnet **Korellia**, you will need tokens that can be obtained through faucets. + +- **[Kaon Faucet](https://app.kaon.kyve.network/#/faucet)** +- **[Korellia Faucet](https://app.korellia.kyve.network/#/faucet)** \ No newline at end of file diff --git a/docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md b/docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md index 110db34..69d9687 100644 --- a/docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md +++ b/docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md @@ -32,6 +32,13 @@ To download and setup the genesis file execute the following command: wget -qO- https://github.com/archway-network/networks/raw/main/archway/genesis/genesis.json.gz | zcat > ~/.archway/config/genesis.json ``` +### Upgrades + +To upgrade the `archwayd` binary successfully, it is required to change the used binary manually. +Therefore, just start the KSYNC process with the upgraded `archwayd` binary after it exited automatically. + +**Cosmovisor** is not supported yet, but an upgrade handler like this will be added soon. + ## Install KSYNC ### Install with Go (recommended)