diff --git a/GUIDE.md b/GUIDE.md index 1996d79b..5e36f5bf 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -10,7 +10,7 @@ For a detailed explanation for es-node please consult the [README](/README.md). - Layer 1: [dencun-devnet-12](https://dencun-devnet-12.ethpandaops.io/) - storage-contracts-v1: v0.1.0 -- es-node: v0.1.3 +- es-node: v0.1.4 ## Minimum Hardware Requirements @@ -51,19 +51,19 @@ Download the pre-built package suitable for your platform: Linux x86-64 or AMD64: ```sh -curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.3/es-node.v0.1.3.linux-amd64.tar.gz | tar -xz +curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.4/es-node.v0.1.4.linux-amd64.tar.gz | tar -xz ``` MacOS x86-64 or AMD64: ```sh -curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.3/es-node.v0.1.3.darwin-amd64.tar.gz | tar -xz +curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.4/es-node.v0.1.4.darwin-amd64.tar.gz | tar -xz ``` MacOS ARM64: ```sh -curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.3/es-node.v0.1.3.darwin-arm64.tar.gz | tar -xz +curl -L https://github.com/ethstorage/es-node/releases/download/v0.1.4/es-node.v0.1.4.darwin-arm64.tar.gz | tar -xz ``` Run es-node ``` -cd es-node.v0.1.3 +cd es-node.v0.1.4 env ES_NODE_STORAGE_MINER= ES_NODE_SIGNER_PRIVATE_KEY= ./run.sh ``` @@ -94,7 +94,7 @@ Download source code and switch to the latest release branch: ```sh git clone https://github.com/ethstorage/es-node.git cd es-node -git checkout v0.1.3 +git checkout v0.1.4 ``` Build es-node: ```sh