From 07abf962655fc4899986f04c3cd9384924f6163b Mon Sep 17 00:00:00 2001 From: Galadrin Date: Sat, 27 May 2023 02:11:20 +0200 Subject: [PATCH] Update install-binary-source-code.md Genesis file will not match with version 1.2.0 need to build from 1.0.0 then upgrade on requested blocks --- validatorsGuide/Starttestnet/install-binary-source-code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/validatorsGuide/Starttestnet/install-binary-source-code.md b/validatorsGuide/Starttestnet/install-binary-source-code.md index d62f083..6720109 100644 --- a/validatorsGuide/Starttestnet/install-binary-source-code.md +++ b/validatorsGuide/Starttestnet/install-binary-source-code.md @@ -7,7 +7,7 @@ order: 4 Clone repository and checkout to proper tag ```bash -git clone --depth 1 --branch v1.2.0 https://github.com/chain4energy/c4e-chain.git +git clone --depth 1 --branch v1.0.0 https://github.com/chain4energy/c4e-chain.git ``` Go to dir and build project ```bash @@ -19,8 +19,8 @@ Check binary version should me equal ```bash c4ed version -output: 1.2.0 +output: 1.0.0 ``` ## Next {hide} -Learn how to [run and configure node](.run_node.md) {hide} \ No newline at end of file +Learn how to [run and configure node](.run_node.md) {hide}