Skip to content

Commit

Permalink
Merge pull request #156 from iotexproject/yutongp-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
raullenchai authored Aug 11, 2020
2 parents 3a26df9 + 198aa7c commit 9bf4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tar -xzf data.tar.gz
We will update the snapshot once a day. If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data:
https://t.iotex.me/mainnet-data-with-idx-latest.

(Optional) If you only want to sync chain data from 0 height without relaying on legacy delegate election data from Ethereum, you can setup legacy delegat election data with following command:
(Optional) If you only want to sync chain data from 0 height without relaying on legacy delegate election data from Ethereum, you can setup legacy delegate election data with following command:
```bash
curl -L https://storage.googleapis.com/blockchain-golden/poll.mainnet.tar.gz > $IOTEX_HOME/poll.tar.gz; tar -xzf $IOTEX_HOME/poll.tar.gz --directory $IOTEX_HOME/data
```
Expand Down

0 comments on commit 9bf4869

Please sign in to comment.