From 6c9acc2fb7f2e398e1a62cf30d0b2be54631fd83 Mon Sep 17 00:00:00 2001 From: Eugene Way Date: Mon, 2 Oct 2023 11:16:07 +0200 Subject: [PATCH] Bump node version (#35) --- docs/staking/validate.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/staking/validate.mdx b/docs/staking/validate.mdx index 191f3f9..4ecf846 100644 --- a/docs/staking/validate.mdx +++ b/docs/staking/validate.mdx @@ -36,18 +36,18 @@ Download the latest stable release of the `gear` node from the builds repo and u Terminal: ```bash -curl -O https://get.gear.rs/gear-v0.3.1-x86_64-pc-windows-msvc.zip +curl -O https://get.gear.rs/gear-v1.0.0-x86_64-pc-windows-msvc.zip ``` or -**Windows x64**: [gear-v0.3.1-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v0.3.1-x86_64-pc-windows-msvc.zip) +**Windows x64**: [gear-v1.0.0-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.0-x86_64-pc-windows-msvc.zip) Unzip the downloaded package then you can try to run the node: ``` ❯ gear.exe --version -gear.exe 0.3.1-5d8fb07221d +gear.exe 1.0.0-9eea531dae1 ``` @@ -56,18 +56,18 @@ gear.exe 0.3.1-5d8fb07221d Terminal: ```bash -curl https://get.gear.rs/gear-v0.3.1-aarch64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.0-aarch64-apple-darwin.tar.xz | tar xJ ``` or -**macOS M1/M2**: [gear-v0.3.1-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v0.3.1-aarch64-apple-darwin.tar.xz) +**macOS M1/M2**: [gear-v1.0.0-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.0-aarch64-apple-darwin.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 0.3.1-5d8fb07221d +gear 1.0.0-9eea531dae1 ``` @@ -76,18 +76,18 @@ gear 0.3.1-5d8fb07221d Terminal: ```bash -curl https://get.gear.rs/gear-v0.3.1-x86_64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.0-x86_64-apple-darwin.tar.xz | tar xJ ``` or -**macOS Intel x64**: [gear-v0.3.1-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v0.3.1-x86_64-apple-darwin.tar.xz) +**macOS Intel x64**: [gear-v1.0.0-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.0-x86_64-apple-darwin.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 0.3.1-5d8fb07221d +gear 1.0.0-9eea531dae1 ``` @@ -97,18 +97,18 @@ gear 0.3.1-5d8fb07221d Terminal: ```bash -curl https://get.gear.rs/gear-v0.3.1-x86_64-unknown-linux-gnu.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz | tar xJ ``` or -**Linux x64**: [gear-v0.3.1-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v0.3.1-x86_64-unknown-linux-gnu.tar.xz) +**Linux x64**: [gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 0.3.1-5d8fb07221d +gear 1.0.0-9eea531dae1 ``` @@ -218,7 +218,7 @@ Go to Polkadot.{js} app and navigate to Network → Staking → [Account actions Choose your stash and controller accounts and specify your stake amount. It's recommended to utilize distinct accounts both stash and controller. :::info -The minimum stake required to become an active Validator is currently 1 VARA, but it is subject to change over time. +The minimum self-stake required to become an active Validator is currently 100_000 VARA, but it is subject to change over time. ::: ![setup validator](./img/setup-validator-1.png)