Skip to content

Commit

Permalink
doc update to build release/1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Aug 3, 2020
1 parent 76d32f9 commit a07b560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/Build/node-cli.md
Expand Up @@ -18,8 +18,8 @@ You can use the instructions below to build the cardano-node, same steps can be

``` bash
git fetch --tags --all
# Replace tag 1.18 with the version/branch you'd like to build
git checkout 1.18.0
# Replace release 1.18.x with the version/branch/tag you'd like to build
git checkout release/1.18.x
git pull

echo -e "package cardano-crypto-praos\n flags: -external-libsodium-vrf" > cabal.project.local
Expand Down
5 changes: 2 additions & 3 deletions docs/Scripts/itnrewards.md
Expand Up @@ -28,12 +28,11 @@ graph TB
cd $CNODE_HOME/scripts
./itnRewards.sh MyITNWallet ~/jormu/account/priv/owner.sk ~/jormu/account/priv/owner.pk
```
- However, if an extended secret key was used(ed25519e_sk), a special version of cardano-cli is needed to convert the key.
- However, if an extended secret key was used(ed25519e_sk), a recent version (min 1.18.x) of cardano-cli is needed to convert the key.
- Follow these instructions to build this version of cardano-cli:
``` bash
cd ~/git/cardano-node # Go to folder where you normally build cardano-node
git checkout -b jordan/cli-handle-extended-itn-keys
git branch --set-upstream-to origin/jordan/cli-handle-extended-itn-keys jordan/cli-handle-extended-itn-keys
git checkout release/1.18.x
git pull
$CNODE_HOME/scripts/cabal-build-all.sh
```
Expand Down

0 comments on commit a07b560

Please sign in to comment.