You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ tar -xzf data.tar.gz
55
55
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:
56
56
https://t.iotex.me/mainnet-data-with-idx-latest.
57
57
58
-
(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:
58
+
(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:
59
59
```bash
60
60
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
0 commit comments