Skip to content

Commit

Permalink
chore (OB-1306): update avalanchego and subnetevm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladzr committed Dec 19, 2024
1 parent 5d3c2ae commit d30005f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/chain/nodes/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Callout, Steps } from "nextra/components";

# Beam Node

To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/tooling/avalanche-go-installer). Please note that this guide is compatible with AvalancheGo version 1.11.5.
To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/tooling/avalanche-go-installer). Please note that this guide is compatible with AvalancheGo version 1.12.0.

Once you have a running AvalancheGo installation, you need to add the Beam Subnet-EVM to track the Beam Subnet in your node.

Expand All @@ -20,8 +20,8 @@ First we have to download the Subnet-EVM binary from [Ava-Labs Github](https://g
```bash /kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz/
mkdir subnetevm
cd subnetevm
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.3/subnet-evm_0.6.3_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.6.3_linux_amd64.tar.gz
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.12/subnet-evm_0.6.12_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.6.12_linux_amd64.tar.gz
cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz
```

Expand Down Expand Up @@ -176,8 +176,8 @@ Here are the commands for a Beam Testnet node:
```bash /kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz/
mkdir subnetevm
cd subnetevm
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.3/subnet-evm_0.6.3_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.6.3_linux_amd64.tar.gz
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.12/subnet-evm_0.6.12_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.6.12_linux_amd64.tar.gz
cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz
```

Expand Down

0 comments on commit d30005f

Please sign in to comment.