diff --git a/docs/account/airdrop-tutorial.mdx b/docs/account/airdrop-tutorial.mdx deleted file mode 100644 index 7273a23..0000000 --- a/docs/account/airdrop-tutorial.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Guide to Claim Vara Airdrop Stage 2 -sidebar_position: 4 -sidebar_label: Airdrop Tutorial ---- - -This guide details the process for claiming the Stage 2 airdrop for Gear Testnet supporters. -The Stage 2 airdrop is exclusively available to Vara community testnet node runners, individuals who operated nodes during the network's initial development phases. -More details are available in this [article](https://medium.com/@VaraNetwork/a-big-thank-you-to-the-vara-community-and-a-major-airdrops-update-38dbb4d8d6b2). - -## Step 1: Locate Your `key_store` File for Your Node - -Before proceeding with the Vara Airdrop claim, make sure you have your `key_store` file for your node. You can find detailed instructions on how to locate this file on the [Vara Wiki](/docs/node/backup-restore/#network-key). - -Alternatively, you can use the following script for our system: - -- [gear-key-finder-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-key-finder-aarch64-apple-darwin.tar.xz) -- [gear-key-finder-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-key-finder-x86_64-apple-darwin.tar.xz) -- [gear-key-finder-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-key-finder-x86_64-pc-windows-msvc.zip) -- [gear-key-finder-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-key-finder-x86_64-unknown-linux-gnu.tar.xz) -- [gear-key-finder-x86_64-unknown-linux-musl.tar.xz](https://get.gear.rs/gear-key-finder-x86_64-unknown-linux-musl.tar.xz) - -Example of using the script: - -```bash -curl https://get.gear.rs/gear-key-finder-x86_64-unknown-linux-musl.tar.xz | tar xJ -./gear-key-finder - -Key found in "gear/gear_staging_testnet_v7": -0x594e73d9d448247093040e1530e9096c1f40e4c40dfbea2d0f9067acd9044f32 - -``` - -:::note -Note: if you used gear-key-finder you can skip step 2 and 3 -::: - -## Step 2: Convert Your Key into Hex Format - -Once you have your key file (e.g., `secret_ed25519`), navigate to the directory where the key is located and run the following command: - -```bash -xxd -p secret_ed25519 | tr -d '\n' -``` - -The result will be a hexadecimal representation of your key, for example: `ce5ce2f1504879afcd8ee74bb492abebb3a4f6d696e3ecfacfbb0c00a8231de5` - -## Step 3: Add '0x' Prefix to the Hex Key - -Before importing your key, add the '0x' prefix to the hexadecimal key. - -For example, the result should look like: `0xce5ce2f1504879afcd8ee74bb492abebb3a4f6d696e3ecfacfbb0c00a8231de5` - -## Step 4: Import the Account into Nova Wallet - -Currently, the claim is available only for Nova Wallet. - -- Download the Nova Wallet for your phone from (Nova Wallet)[https://novawallet.io/]. -- Open the Nova Wallet extension or your preferred wallet. -- Click "Import wallet" and choose the "Raw seed" option. - -![img alt](./img/nova-1.jpeg) - -- Paste your private key. - -![img alt](./img/nova-2.jpeg) - -- Important: Click the "Advanced" option at the top of the screen and select the **ed25519** key pair crypto type. Apply the changes. - -![img alt](./img/nova-3.jpeg) - -- Via the Nova Wallet browser, open https://vara.network/claim - -![img alt](./img/nova-4.jpeg) - -- Connect your imported wallet. - -![img alt](./img/nova-5.jpeg) - -- Confirm and sign the signatures to check your airdrop eligibility. - -![img alt](./img/nova-6.jpeg) - -Congratulations! You have successfully claimed your Vara Airdrop. - -![img alt](./img/nova-7.jpg) diff --git a/docs/account/img/nova-1.jpeg b/docs/account/img/nova-1.jpeg deleted file mode 100644 index d49113c..0000000 Binary files a/docs/account/img/nova-1.jpeg and /dev/null differ diff --git a/docs/account/img/nova-2.jpeg b/docs/account/img/nova-2.jpeg deleted file mode 100644 index 7e5364e..0000000 Binary files a/docs/account/img/nova-2.jpeg and /dev/null differ diff --git a/docs/account/img/nova-3.jpeg b/docs/account/img/nova-3.jpeg deleted file mode 100644 index a15e0d3..0000000 Binary files a/docs/account/img/nova-3.jpeg and /dev/null differ diff --git a/docs/account/img/nova-4.jpeg b/docs/account/img/nova-4.jpeg deleted file mode 100644 index 5ed55be..0000000 Binary files a/docs/account/img/nova-4.jpeg and /dev/null differ diff --git a/docs/account/img/nova-5.jpeg b/docs/account/img/nova-5.jpeg deleted file mode 100644 index 192ac1f..0000000 Binary files a/docs/account/img/nova-5.jpeg and /dev/null differ diff --git a/docs/account/img/nova-6.jpeg b/docs/account/img/nova-6.jpeg deleted file mode 100644 index 1ade67e..0000000 Binary files a/docs/account/img/nova-6.jpeg and /dev/null differ diff --git a/docs/account/img/nova-7.jpg b/docs/account/img/nova-7.jpg deleted file mode 100644 index a438436..0000000 Binary files a/docs/account/img/nova-7.jpg and /dev/null differ diff --git a/docs/staking/staking.mdx b/docs/staking/staking.mdx index c22bd53..ad9bb57 100644 --- a/docs/staking/staking.mdx +++ b/docs/staking/staking.mdx @@ -40,7 +40,7 @@ Validators are crucial for maintaining the integrity of the NPoS model. They hav Once elected to the validator set, validators embark on their main task - creating genuine and accurate blocks. To show commitment to the network's rules, Validators must stake VARA, the native token of the Vara Network. Validators who break the rules will lose their stake in the network. Any node capable of handling these responsibilities can publicly declare its candidacy for validation. -Anyone can take on the validator role by running a node and staking VARA. +Anyone can take on the validator role by running a node and staking VARA. Visit the [Vara Validators Dashboard](https://validators.vara.network/) to view current validators and their performance. #### Nominators diff --git a/docs/staking/validate.mdx b/docs/staking/validate.mdx index 21a2206..3860e17 100644 --- a/docs/staking/validate.mdx +++ b/docs/staking/validate.mdx @@ -12,6 +12,8 @@ Validators are essential contributors to a successful blockchain network. When c Holding such responsibility requires careful commitment from each validator because of personal and nominator stakes that may be at risk; however, working as a network validator is also highly rewarding! +Check out the [Vara Validators Dashboard](https://validators.vara.network/) that provides statistical information about the existing validators, including their status, installed node version, hardware details, staking info, slashing history, and more. + ## Hardware requirements :::info