Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cd ~/.exchaind
wget -c https://ok-public-hk.oss-cn-hongkong.aliyuncs.com/cdn/okexchain/snapshot/data_180.tar.gz
tar -zxvf data_180.tar.gz
```
you can download other version from [this](https://okexchain-docs.readthedocs.io/en/latest/resources/snapshot.html)

- Check the snapshot by `ls -l ~/.exchaind/data`
```
Expand Down Expand Up @@ -55,9 +56,9 @@ When the docker container gets to the latest block, local RPC can be used:`htt
___
### 2. Start testnet with the exchaind binary

- Build exchaind by [the latest released version v0.18.0](https://github.com/okex/exchain/releases/tag/v0.18.0)
- Build exchaind by [the latest released version v0.19.0](https://github.com/okex/exchain/releases/tag/v0.19.0)
```
make GenesisHeight=1121818 install
make testnet
```

- Initialize exchain node configurations (skip this step if you did it before)
Expand Down