Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mainnet directory setup instructions. #2288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat
Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory:

```bash
mkdir -p $HOME/snapshots
mkdir -p $HOME/snapshots/juno_mainnet
```

### 3. Extract the snapshot

Extract the contents of the downloaded `.tar` file into the directory:

```bash
tar -xvf juno_mainnet.tar -C $HOME/snapshots
tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet
```

### 4. Run Juno
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.11.8/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat
Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory:

```bash
mkdir -p $HOME/snapshots
mkdir -p $HOME/snapshots/juno_mainnet
```

### 3. Extract the snapshot

Extract the contents of the downloaded `.tar` file into the directory:

```bash
tar -xvf juno_mainnet.tar -C $HOME/snapshots
tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet
```

### 4. Run Juno
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.12.4/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat
Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory:

```bash
mkdir -p $HOME/snapshots
mkdir -p $HOME/snapshots/juno_mainnet
```

### 3. Extract the snapshot

Extract the contents of the downloaded `.tar` file into the directory:

```bash
tar -xvf juno_mainnet.tar -C $HOME/snapshots
tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet
```

### 4. Run Juno
Expand Down
Loading