Skip to content

Commit

Permalink
Merge pull request #455 from alephium/archives-full-node-data-url-fix
Browse files Browse the repository at this point in the history
Archives - full node data url fix
  • Loading branch information
polarker authored Oct 12, 2024
2 parents 470282e + 616e453 commit 565c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/full-node/loading-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ALEPHIUM_HOME=~/.alephium
ALEPHIUM_NETWORK=mainnet # Possible values: `mainnet`, `testnet`
INDEXES_CONFIG=with-indexes # Possible values: `with-indexes`, `without-indexes`
NODE_TYPE=full # Possible values: `full`, `pruned`
curl -L "$(curl -sL https://archives.alephium.org/archives/$ALEPHIUM_NETWORK/$NODE_TYPE-node-data/_latest-$INDEXES_CONFIG.txt)" | tar xf - -C "$ALEPHIUM_HOME/"
curl -L "$(curl -sL https://archives.alephium.org/archives/$ALEPHIUM_NETWORK/$NODE_TYPE-node-data/_latest_$INDEXES_CONFIG.txt)" | tar xf - -C "$ALEPHIUM_HOME/"
```

A snapshot is created with [advanced node
Expand Down

0 comments on commit 565c09c

Please sign in to comment.