Skip to content

Commit

Permalink
Update node version 111 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrePanin authored Mar 4, 2024
1 parent 8ee1911 commit fc1e461
Showing 1 changed file with 13 additions and 33 deletions.
46 changes: 13 additions & 33 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,43 +31,23 @@ Download the latest stable release of the `gear` node from the builds repo and u

````mdx-code-block
<Tabs>
<TabItem value="win64" label="Windows x64" className="unique-tabs" default>
<TabItem value="mac-arm" label="MacOS ARM" className="unique-tabs" default>
Terminal:
```bash
curl -O https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip
curl https://get.gear.rs/gear-v1.1.1-aarch64-apple-darwin.tar.xz | tar xJ
```
or
**Windows x64**: [gear-v1.0.4-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip)
**macOS M1/M2**: [gear-v1.1.1-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.1.1-aarch64-apple-darwin.tar.xz)
Unzip the downloaded package then you can try to run the node:
```
❯ gear.exe --version
gear.exe 1.0.4-d383807b6c6
```
</TabItem>
<TabItem value="mac-arm" label="MacOS ARM">
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz | tar xJ
```
or
**macOS M1/M2**: [gear-v1.0.4-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz)
You can try to run the node:
Run the node:
```
❯ ./gear --version
gear 1.0.4-d383807b6c6
gear 1.1.1-33ee05d5aab
```
</TabItem>
Expand All @@ -76,18 +56,18 @@ gear 1.0.4-d383807b6c6
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz | tar xJ
curl https://get.gear.rs/gear-v1.1.1-x86_64-apple-darwin.tar.xz | tar xJ
```
or
**macOS Intel x64**: [gear-v1.0.4-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz)
**macOS Intel x64**: [gear-v1.1.1-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.1.1-x86_64-apple-darwin.tar.xz)
You can try to run the node:
Run the node:
```
❯ ./gear --version
gear 1.0.4-d383807b6c6
gear 1.1.1-33ee05d5aab
```
</TabItem>
Expand All @@ -97,18 +77,18 @@ gear 1.0.4-d383807b6c6
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz | tar xJ
curl https://get.gear.rs/gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz | tar xJ
```
or
**Linux x64**: [gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz)
**Linux x64**: [gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz)
You can try to run the node:
Run the node:
```
❯ ./gear --version
gear 1.0.4-d383807b6c6
gear 1.1.1-33ee05d5aab
```
</TabItem>
Expand Down

0 comments on commit fc1e461

Please sign in to comment.