Skip to content

Commit 0d83147

Browse files
committed
update snapshot url
1 parent b411c6c commit 0d83147

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v2.3.3/trie.
5757
4. Start from a **baseline snapshot** (rather than sync from the genesis block), run the following commands:
5858

5959
```
60-
curl -L https://storage.iotex.io/mainnet-data-e-20251228-042459-core.tar.gz > $IOTEX_HOME/data.tar.gz
60+
curl -L https://t.iotex.me/mainnet-data-snapshot-core-latest > $IOTEX_HOME/data.tar.gz
6161
```
6262

6363
5. Extract the data package:
@@ -70,7 +70,7 @@ For advanced users, there are three options to consider:
7070

7171
- Option 1: If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data:
7272
```
73-
curl -L https://storage.iotex.io/mainnet-data-e-20251228-042459-gateway.tar.gz > $IOTEX_HOME/data_index.tar.gz
73+
curl -L https://t.iotex.me/mainnet-data-snapshot-gateway-latest > $IOTEX_HOME/data_index.tar.gz
7474
tar -xzf data_index.tar.gz
7575
```
7676

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v2.3.3/trie.
5656

5757
4. 下载全量数据快照, 请运行以下命令:
5858
```
59-
curl -L https://storage.iotex.io/mainnet-data-e-20251228-042459-core.tar.gz > $IOTEX_HOME/data.tar.gz
59+
curl -L https://t.iotex.me/mainnet-data-snapshot-core-latest > $IOTEX_HOME/data.tar.gz
6060
```
6161

6262
5. 解压数据包
@@ -69,7 +69,7 @@ tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/
6969

7070
- 选项1:如果计划将节点作为[网关](#gateway)运行,还需要额外下载带有索引数据的快照
7171
```
72-
curl -L https://storage.iotex.io/mainnet-data-e-20251228-042459-gateway.tar.gz > $IOTEX_HOME/data_index.tar.gz
72+
curl -L https://t.iotex.me/mainnet-data-snapshot-gateway-latest > $IOTEX_HOME/data_index.tar.gz
7373
tar -xzf data_index.tar.gz
7474
```
7575

README_CN_testnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v2.3.3/genes
5555
4. 下载全量数据快照, 请运行以下命令:
5656

5757
```
58-
curl -L https://storage.iotex.io/testnet-data-e-20260105-042459-core.tar.gz > $IOTEX_HOME/data.tar.gz
58+
curl -L https://t.iotex.me/testnet-data-snapshot-core-latest > $IOTEX_HOME/data.tar.gz
5959
```
6060

6161
5. 解压数据包
@@ -68,7 +68,7 @@ tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/
6868

6969
- 选项1:如果计划将节点作为[网关](#gateway)运行,请额外下载带有索引数据的快照
7070
```
71-
curl -L https://storage.iotex.io/testnet-data-e-20260105-042459-gateway.tar.gz > $IOTEX_HOME/data_index.tar.gz
71+
curl -L https://t.iotex.me/testnet-data-snapshot-gateway-latest > $IOTEX_HOME/data_index.tar.gz
7272
tar -xzf data_index.tar.gz
7373
```
7474

README_testnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v2.3.3/genes
5555
4. Start from a **baseline snapshot** (rather than sync from the genesis block), run the following commands:
5656

5757
```
58-
curl -L https://storage.iotex.io/testnet-data-e-20260105-042459-core.tar.gz > $IOTEX_HOME/data.tar.gz
58+
curl -L https://t.iotex.me/testnet-data-snapshot-core-latest > $IOTEX_HOME/data.tar.gz
5959
```
6060

6161
5. Extract the data package:
@@ -69,7 +69,7 @@ For advanced users, there are three options to consider:
6969
- Option 1: If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data:
7070

7171
```
72-
curl -L https://storage.iotex.io/testnet-data-e-20260105-042459-gateway.tar.gz > $IOTEX_HOME/data_index.tar.gz
72+
curl -L https://t.iotex.me/testnet-data-snapshot-gateway-latest > $IOTEX_HOME/data_index.tar.gz
7373
tar -xzf data_index.tar.gz
7474
```
7575

archive-node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ need to download and uncompress this file.
6565
In the $IOTEX_HOME folder, run the following commands:
6666
```
6767
#download the data files and uncompress it
68-
curl -LO https://storage.iotex.io/mainnet-data-e-20251228-042459-core.tar.gz
68+
curl -LO https://t.iotex.me/mainnet-data-snapshot-core-latest
6969
tar -xzf mainnet-data-e-20251228-042459-core.tar.gz
7070
71-
curl -LO https://storage.iotex.io/mainnet-data-e-20251228-042459-gateway.tar.gz
71+
curl -LO https://t.iotex.me/mainnet-data-snapshot-gateway-latest
7272
tar -xzf mainnet-data-e-20251228-042459-gateway.tar.gz
7373
74-
curl -LO https://storage.iotex.io/mainnet-data-e-20251228-042459-trie-history.tar.gz
74+
curl -LO https://t.iotex.me/mainnet-data-snapshot-trie-history-latest
7575
tar -xzf mainnet-data-e-20251228-042459-trie-history.tar.gz
7676
```
7777
>Note: the snapshot has a size of 450GB at this moment.

0 commit comments

Comments
 (0)