Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 20, 2023
1 parent 5d541dc commit ce4710c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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=<miner> ES_NODE_SIGNER_PRIVATE_KEY=<private_key> ./run.sh
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce4710c

Please sign in to comment.