Skip to content

Commit

Permalink
update: faucet; KSYNC upgrades. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm authored Oct 18, 2023
1 parent c6648ad commit b0b7649
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/protocol_devs/development/developing_runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
7 changes: 7 additions & 0 deletions docs/token_holders/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

1 comment on commit b0b7649

@vercel
Copy link

@vercel vercel bot commented on b0b7649 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.