From 9706a6db6af51ccdfe088a18d7793a7bb9c7a434 Mon Sep 17 00:00:00 2001 From: zccst Date: Fri, 20 Aug 2021 18:55:26 +0800 Subject: [PATCH] update to v0.19.0 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa5d721..615dcda 100644 --- a/README.md +++ b/README.md @@ -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` ``` @@ -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)