Skip to content

Commit

Permalink
Bump node version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenWay authored Oct 2, 2023
1 parent b29e8d0 commit 6c9acc2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</TabItem>
Expand All @@ -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
```
</TabItem>
Expand All @@ -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
```
</TabItem>
Expand All @@ -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
```
</TabItem>
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6c9acc2

Please sign in to comment.