Skip to content

Commit 5ab8840

Browse files
authored
Update README.md
1 parent 32f837c commit 5ab8840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.9.1/trie.
5151

5252
3. Edit `$IOTEX_HOME/etc/config.yaml`, look for `externalHost` and `producerPrivKey`, uncomment the lines and fill in your external IP and private key. If you leave `producerPrivKey` empty, your node will be assgined with a random key.
5353

54-
4. Start from a snapshot, run the following commands:
54+
4. Start from a snapshot (rather than sync from the genesis block), run the following commands:
5555

5656
```
5757
curl -L https://t.iotex.me/mainnet-data-latest > $IOTEX_HOME/data.tar.gz
5858
tar -xzf data.tar.gz
5959
```
6060

61-
or run the following commands
61+
or download from Google Cloud:
6262
```
6363
curl -L https://storage.googleapis.com/blockchain-archive/mainnet-data-latest.tar.gz > $IOTEX_HOME/data.tar.gz
6464
tar -xzf data.tar.gz

0 commit comments

Comments
 (0)